HomeSort by relevance Sort by last modified time
    Searched defs:TestCaseResult (Results 1 - 4 of 4) sorted by null

  /external/deqp/scripts/
testset.py 27 class TestCaseResult:
50 results.append(TestCaseResult(case, []))
79 results.append(TestCaseResult(args[0], args[1:]))
run_nightly.py 84 class TestCaseResult:
105 results.append(TestCaseResult(items[0], items[1]))
  /external/deqp/scripts/log/
log_parser.py 36 class TestCaseResult:
134 self.testCaseResults.append(TestCaseResult(self.curCaseName, statusCode, statusDetails, self.curResultText))
156 self.testCaseResults.append(TestCaseResult(name, statusCode, statusDetails, log))
  /external/deqp/executor/
xeTestCaseResult.hpp 124 class TestCaseResult : public TestCaseResultHeader

Completed in 188 milliseconds