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

/freebsd-10.2-release/contrib/ntp/sntp/tests/
H A Dt-log.c54 char testName[256] = "TEST_PROGNAME3"; local
58 sntp_init_logging(testName);
60 //sntp_init_logging(testName);
75 char* x = strstr(line,testName);
/freebsd-10.2-release/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
[all...]
/freebsd-10.2-release/tools/test/testfloat/
H A Dtestfloat.c60 testName = "syst";
H A DtestLoops.h30 extern char *trueName, *testName;
H A DtestLoops.c36 char *trueName, *testName; variable
245 fputs( testName, stdout );
265 fputs( testName, stdout );
287 fputs( testName, stdout );
309 fputs( testName, stdout );
329 fputs( testName, stdout );
351 fputs( testName, stdout );
375 fputs( testName, stdout );
H A Dtestsoftfloat.c825 testName = "soft";

Completed in 96 milliseconds