Home
last modified time | relevance | path

Searched refs:testName (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/ntp/sntp/unity/auto/
H A DparseOutput.rb49 testName = testSuiteName.split("/")
51 baseName = testName[testName.size - 1].split(".")
61 testName = array[lastItem - 1]
63 printf "%-40s PASS\n", testName
65 … @arrayList.push " <testcase classname=\"" + @testSuite + "\" name=\"" + testName + "\"/>"
72 testName = array[lastItem - 2]
75 printf "%-40s IGNORED\n", testName
77 … @arrayList.push " <testcase classname=\"" + @testSuite + "\" name=\"" + testName + "\">"
86 testName = array[lastItem - 2]
89 printf "%-40s FAILED\n", testName
[all …]
/freebsd-13.1/contrib/ntp/sntp/tests/
H A Dt-log.c54 char testName[256] = "TEST_PROGNAME3"; in testWriteInCustomLogfile() local
58 sntp_init_logging(testName); in testWriteInCustomLogfile()
75 char* x = strstr(line,testName); in testWriteInCustomLogfile()
/freebsd-13.1/tools/test/testfloat/
H A DtestLoops.c36 char *trueName, *testName; variable
245 fputs( testName, stdout ); in writeOutputs_z_flag()
265 fputs( testName, stdout ); in writeOutputs_z_int32()
287 fputs( testName, stdout ); in writeOutputs_z_int64()
309 fputs( testName, stdout ); in writeOutputs_z_float32()
329 fputs( testName, stdout ); in writeOutputs_z_float64()
351 fputs( testName, stdout ); in writeOutputs_z_floatx80()
375 fputs( testName, stdout ); in writeOutputs_z_float128()
H A DtestLoops.h30 extern char *trueName, *testName;
H A Dtestfloat.c60 testName = "syst"; in main()
H A Dtestsoftfloat.c825 testName = "soft"; in main()