Searched refs:getTestCasePath (Results 1 – 11 of 11) sorted by relevance
71 const char* getTestCasePath (void) const;
76 const char* getTestCasePath (void) const { return m_casePath.c_str(); } in getTestCasePath() function in xe::TestCaseResultData
116 const char* casePath = m_containerParser.getTestCasePath(); in parse()
91 const char* ContainerFormatParser::getTestCasePath (void) const in getTestCasePath() function in xe::ContainerFormatParser
154 printf("%s\n", result->getTestCasePath()); in testCaseResultComplete()
91 stream << "\n#beginTestCaseResult " << caseData.getTestCasePath() << "\n"; in writeTestCase()
876 result->casePath = data.getTestCasePath(); in parseTestCaseResultFromData()
165 extractShaderPrograms(m_cmdLine, caseData->getTestCasePath(), fullResult); in testCaseResultComplete()
154 tagResult.casePath = caseData->getTestCasePath(); in testCaseResultComplete()
153 header.casePath = caseData->getTestCasePath(); in testCaseResultComplete()
224 listener.beginTestCase(m_containerParser.getTestCasePath()); in parse()