Home
last modified time | relevance | path

Searched refs:TestCaseResult (Results 1 – 23 of 23) sorted by relevance

/external/deqp/executor/
DxeTestLogWriter.hpp43 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);
DxeTestResultParser.hpp69 void init (TestCaseResult* dstResult);
101 TestCaseResult* m_result;
121 void parseTestCaseResultFromData (TestResultParser* parser, TestCaseResult* result, const TestCas…
DxeTestLogWriter.cpp500 void writeTestResult (const TestCaseResult& result, xe::xml::Writer& xmlWriter) in writeTestResult()
521 void writeTestResult (const TestCaseResult& result, std::ostream& stream) in writeTestResult()
528 void writeTestResultToFile (const TestCaseResult& result, const char* filename) in writeTestResultToFile()
DxeTestCaseResult.hpp124 class TestCaseResult : public TestCaseResultHeader class
DxeTestResultParser.cpp327 void TestResultParser::init (TestCaseResult* dstResult) in init()
883 void parseTestCaseResultFromData (TestResultParser* parser, TestCaseResult* result, const TestCaseR… in parseTestCaseResultFromData()
/external/deqp/scripts/log/
Dlog_parser.py57 class TestCaseResult: class
122 return TestCaseResult(self.curCaseName, StatusCode.CRASH, StatusCode.CRASH, self.curResultText)
187 …self.testCaseResults.append(TestCaseResult(self.curCaseName, statusCode, statusDetails, self.curRe…
215 self.testCaseResults.append(TestCaseResult(name, statusCode, statusDetails, log))
/external/deqp/doc/
Dqpa_file_format.txt60 * First start the XML stream and open the TestCaseResult element. All
61 other elements go into the TestCaseResult element.
65 <TestCaseResult Version="0.3.2" CasePath="[path]" CaseType="[type]">
173 * We are done, let's close the TestCaseResult element
175 </TestCaseResult>
/external/deqp/executor/tools/
DxeExtractSampleLists.cpp94 void extractSampleLists (const xe::TestCaseResult& result) in extractSampleLists()
124 xe::TestCaseResult result; in testCaseResultComplete()
DxeExtractShaderPrograms.cpp106 …rograms (const CommandLine& cmdLine, const std::string& casePath, const xe::TestCaseResult& result) in extractShaderPrograms()
165 xe::TestCaseResult fullResult; in testCaseResultComplete()
DxeBatchResultToJUnit.cpp108 xe::TestCaseResult result; in testCaseResultComplete()
DxeBatchResultToXml.cpp165 xe::TestCaseResult result; in testCaseResultComplete()
253 xe::TestCaseResult result; in testCaseResultComplete()
DxeExtractValues.cpp162 xe::TestCaseResult fullResult; in testCaseResultComplete()
DxeTestLogCompare.cpp160 xe::TestCaseResult fullResult; in testCaseResultComplete()
DxeCommandLineExecutor.cpp428 xe::TestCaseResult result; in printBatchResultSummary()
/external/deqp/scripts/
Dtestset.py47 class TestCaseResult: class
70 results.append(TestCaseResult(case, []))
99 results.append(TestCaseResult(args[0], args[1:]))
Drun_nightly.py104 class TestCaseResult: class
125 results.append(TestCaseResult(items[0], items[1]))
/external/pigweed/pw_unit_test/pw_unit_test_proto/
Dunit_test.proto44 enum TestCaseResult { enum
71 TestCaseResult test_case_end = 4;
/external/mesa3d/.gitlab-ci/
Ddeqp-runner.sh189 …RENDERER=`grep -A1 TestCaseResult.\*info.renderer $RESULTS/deqp-info.qpa | grep '<Text' | sed 's|.…
190 …VERSION=`grep -A1 TestCaseResult.\*info.version $RESULTS/deqp-info.qpa | grep '<Text' | sed 's|.*<…
/external/deqp/framework/platform/android/
DtcuTestLogParserJNI.cpp181 xe::TestCaseResult m_testCaseResult;
228 m_testCaseResult = xe::TestCaseResult(); in parse()
/external/pigweed/pw_unit_test/
Dunit_test_service.cc112 event.WriteTestCaseEnd(static_cast<TestCaseResult>(result)); in WriteTestCaseEnd()
/external/deqp/doc/testlog-stylesheet/
Dtestlog.css98 div.TestCaseResult
/external/pigweed/pw_unit_test/py/pw_unit_test/
Drpc.py97 if result == unit_test_pb2.TestCaseResult.SUCCESS:
/external/deqp/external/openglcts/
DREADME.md699 <TestCaseResult Version="0.3.2" CasePath="ES2-CTS.info.vendor" CaseType="SelfValidate">
702 </TestCaseResult>