Home
last modified time | relevance | path

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

/freebsd/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/contrib/ntp/sntp/tests/
H A Dt-log.c53 char testName[256] = "TEST_PROGNAME3"; in testWriteInCustomLogfile() local
57 sntp_init_logging(testName); in testWriteInCustomLogfile()
74 char* x = strstr(line,testName); in testWriteInCustomLogfile()