Searched refs:testName (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/ntp/sntp/unity/auto/ |
| H A D | parseOutput.rb | 49 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 D | t-log.c | 54 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 D | testLoops.c | 36 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 D | testLoops.h | 30 extern char *trueName, *testName;
|
| H A D | testfloat.c | 60 testName = "syst"; in main()
|
| H A D | testsoftfloat.c | 825 testName = "soft"; in main()
|