Searched refs:TestCaseResult (Results 1 - 16 of 16) sorted by relevance
/third_party/vk-gl-cts/executor/ |
H A D | xeTestLogWriter.hpp | 43 void writeTestResult (const TestCaseResult& result, xe::xml::Writer& writer); 44 void writeTestResult (const TestCaseResult& result, std::ostream& stream); 45 void writeTestResultToFile (const TestCaseResult& result, const char* filename);
|
H A D | xeTestResultParser.hpp | 69 void init (TestCaseResult* dstResult); 101 TestCaseResult* m_result; 121 void parseTestCaseResultFromData (TestResultParser* parser, TestCaseResult* result, const TestCaseResultData& data);
|
H A D | xeTestLogWriter.cpp | 500 void writeTestResult (const TestCaseResult& result, xe::xml::Writer& xmlWriter) in writeTestResult() 504 xmlWriter << Writer::BeginElement("TestCaseResult") in writeTestResult() 521 void writeTestResult (const TestCaseResult& result, std::ostream& stream) in writeTestResult() 528 void writeTestResultToFile (const TestCaseResult& result, const char* filename) in writeTestResultToFile()
|
H A D | xeTestCaseResult.hpp | 126 class TestCaseResult : public TestCaseResultHeader class
|
H A D | xeTestResultParser.cpp | 332 void TestResultParser::init (TestCaseResult* dstResult) in init() 464 // Expect TestCaseResult. in handleElementStart() 465 if (!deStringEqual(elemName, "TestCaseResult")) in handleElementStart() 466 throw TestResultParseError(string("Expected <TestCaseResult>, got <") + elemName + ">"); in handleElementStart() 482 throw TestResultParseError("Missing CaseType attribute in <TestCaseResult>"); in handleElementStart() 746 throw TestResultParseError(string("Unexpected </") + elemName + "> outside of <TestCaseResult>"); in handleElementEnd() 748 if (deStringEqual(elemName, "TestCaseResult")) in handleElementEnd() 888 //! Helper for parsing TestCaseResult from TestCaseResultData. 889 void parseTestCaseResultFromData (TestResultParser* parser, TestCaseResult* result, const TestCaseResultData& data) in parseTestCaseResultFromData()
|
/third_party/vk-gl-cts/scripts/log/ |
H A D | log_parser.py | 57 class TestCaseResult: class 115 # Return the next TestCaseResult 122 return TestCaseResult(self.curCaseName, StatusCode.CRASH, StatusCode.CRASH, self.curResultText) 187 self.testCaseResults.append(TestCaseResult(self.curCaseName, statusCode, statusDetails, self.curResultText)) 215 self.testCaseResults.append(TestCaseResult(name, statusCode, statusDetails, log))
|
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeExtractSampleLists.cpp | 94 void extractSampleLists (const xe::TestCaseResult& result) in extractSampleLists() 124 xe::TestCaseResult result; in testCaseResultComplete()
|
H A D | xeExtractShaderPrograms.cpp | 108 static void extractShaderPrograms (const CommandLine& cmdLine, const std::string& casePath, const xe::TestCaseResult& result) in extractShaderPrograms() 167 xe::TestCaseResult fullResult; in testCaseResultComplete()
|
H A D | xeBatchResultToJUnit.cpp | 108 xe::TestCaseResult result; in testCaseResultComplete()
|
H A D | xeBatchResultToXml.cpp | 165 xe::TestCaseResult result; in testCaseResultComplete() 253 xe::TestCaseResult result; in testCaseResultComplete()
|
H A D | xeExtractValues.cpp | 162 xe::TestCaseResult fullResult; in testCaseResultComplete()
|
H A D | xeTestLogCompare.cpp | 160 xe::TestCaseResult fullResult; in testCaseResultComplete()
|
H A D | xeCommandLineExecutor.cpp | 428 xe::TestCaseResult result; in printBatchResultSummary()
|
/third_party/vk-gl-cts/scripts/ |
H A D | testset.py | 47 class TestCaseResult: class 70 results.append(TestCaseResult(case, [])) 99 results.append(TestCaseResult(args[0], args[1:]))
|
H A D | run_nightly.py | 104 class TestCaseResult: class 125 results.append(TestCaseResult(items[0], items[1]))
|
/third_party/vk-gl-cts/framework/platform/android/ |
H A D | tcuTestLogParserJNI.cpp | 181 xe::TestCaseResult m_testCaseResult; 228 m_testCaseResult = xe::TestCaseResult(); in parse()
|
Completed in 11 milliseconds