Home
last modified time | relevance | path

Searched refs:testOutput (Results 1 – 17 of 17) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dtest_output.go25 type testOutput struct { struct
41 func newTestOutput() *testOutput {
42 return &testOutput{
52 func (t *testOutput) addResult(name, result string) { argument
67 func (t *testOutput) writeTo(name string) error { argument
Drunner.go12207 func statusPrinter(doneChan chan *testOutput, statusChan chan statusMsg, total int) { argument
12210 testOutput := newTestOutput()
12233 testOutput.addResult(msg.test.name, "UNIMPLEMENTED")
12237 testOutput.addResult(msg.test.name, "FAIL")
12244 testOutput.addResult(msg.test.name, "PASS")
12256 doneChan <- testOutput
12305 doneChan := make(chan *testOutput)
12373 testOutput := <-doneChan
12378 if err := testOutput.writeTo(*jsonOutput); err != nil {
12383 if !*allowUnimplemented && testOutput.NumFailuresByType["UNIMPLEMENTED"] > 0 {
[all …]
/external/boringssl/src/util/
Dall_tests.go65 type testOutput struct { struct
101 func newTestOutput() *testOutput {
102 return &testOutput{
111 func (t *testOutput) addResult(name, result string) { argument
123 func (t *testOutput) writeTo(name string) error { argument
434 testOutput := newTestOutput()
445 testOutput.addResult(name, "CRASHED")
449 testOutput.addResult(name, "FAIL")
451 testOutput.addResult(name, "PASS")
456 if err := testOutput.writeTo(*jsonOutput); err != nil {
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt020fuzzy.py28 testOutput = open(outputPath).read()
30 success = (output == testOutput)
33 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
Dt018llstar.py25 testOutput = open(outputPath).read()
27 success = (output == testOutput)
30 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
Dt012lexerXML.py42 testOutput = unicode(open(outputPath).read(), 'utf-8')
44 success = (output == testOutput)
47 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
/external/openssh/
Dlogintest.c240 testOutput() in testOutput() function
297 if (be_verbose && !testOutput()) in main()
/external/vogar/src/vogar/
DClassFileIndex.java89 public Set<File> suggestClasspaths(String testOutput) { in suggestClasspaths() argument
93 Matcher matcher = pattern.matcher(testOutput); in suggestClasspaths()
/external/googletest/googlemock/test/
Dgmock_output_test.py157 def testOutput(self): member in GMockOutputTest
/external/v8/testing/gmock/test/
Dgmock_output_test.py157 def testOutput(self): member in GMockOutputTest
/external/google-breakpad/src/testing/test/
Dgmock_output_test.py157 def testOutput(self): member in GMockOutputTest
/external/protobuf/gtest/test/
Dgtest_output_test.py266 def testOutput(self): member in GTestOutputTest
/external/google-breakpad/src/testing/gtest/test/
Dgtest_output_test.py278 def testOutput(self): member in GTestOutputTest
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_output_test.py278 def testOutput(self): member in GTestOutputTest
/external/googletest/googletest/test/
Dgtest_output_test.py279 def testOutput(self): member in GTestOutputTest
/external/v8/testing/gtest/test/
Dgtest_output_test.py279 def testOutput(self): member in GTestOutputTest
/external/toolchain-utils/crosperf/
Dresults_report_unittest.py164 def testOutput(self): member in TextResultsReportTest