Searched refs:testName (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/bsd/ntp/dist/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 …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
| H A D | googlebenchmark.py | 90 testPath,testName = os.path.split(test.getSourcePath()) 95 testName = namePrefix + '/' + testName 97 cmd = [testPath, '--benchmark_filter=%s$' % testName ] + self.benchmark_args 115 passing_test_line = testName
|
| H A D | format.py | 39 _, testName = os.path.split(test.getExecPath()) 40 tmpDir = os.path.join(tmpDir, testName + '.dir')
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/ |
| H A D | googletest.py | 110 testPath,testName = os.path.split(test.getSourcePath()) 115 testName = namePrefix + '/' + testName 117 cmd = [testPath, '--gtest_filter=' + testName]
|
| /netbsd-src/regress/lib/libc/ieeefp/testfloat/ |
| H A D | testLoops.c | 68 const char *trueName, *testName; variable 276 fputs( testName, stdout ); in writeOutputs_z_flag() 296 fputs( testName, stdout ); in writeOutputs_z_int32() 318 fputs( testName, stdout ); in writeOutputs_z_int64() 340 fputs( testName, stdout ); in writeOutputs_z_float32() 360 fputs( testName, stdout ); in writeOutputs_z_float64() 382 fputs( testName, stdout ); in writeOutputs_z_floatx80() 406 fputs( testName, stdout ); in writeOutputs_z_float128()
|
| H A D | testfloat.c | 96 testName = "syst"; in main()
|
| /netbsd-src/regress/lib/libc/ieeefp/testfloat/include/ |
| H A D | testLoops.h | 62 extern const char *trueName, *testName;
|