Home | History | Annotate | Download | only in executor

Lines Matching refs:TestResultParseError

214 	throw TestResultParseError(string("Could not map '") + name + "' to " + enumName);
358 throw TestResultParseError("Unexpected end of log data");
366 catch (const TestResultParseError& e)
387 throw TestResultParseError(string("Missing attribute '") + name + "' in <" + m_xmlParser.getElementName() + ">");
449 throw TestResultParseError(string("Expected <TestCaseResult>, got <") + elemName + ">");
464 throw TestResultParseError("Missing CaseType attribute in <TestCaseResult>");
550 throw TestResultParseError(string("<") + elemName + "> outside of <ShaderProgram>");
564 throw TestResultParseError(string("<") + elemName + "> outside of <ShaderProgram>");
573 throw TestResultParseError("Unexpected <ShaderSource>");
584 throw TestResultParseError("Unexpected <InfoLog>");
659 throw TestResultParseError("<SampleInfo> outside of <SampleList>");
671 throw TestResultParseError("<ValueInfo> outside of <SampleInfo>");
690 throw TestResultParseError("<Sample> outside of <SampleList>");
702 throw TestResultParseError("<Value> outside of <Sample>");
712 throw TestResultParseError(string("Unsupported element '") + elemName + ("'"));
728 throw TestResultParseError(string("Unexpected </") + elemName + "> outside of <TestCaseResult>");
744 throw TestResultParseError(string("Unexpected </") + elemName + ">");
832 throw TestResultParseError("Malformed base64 data");
845 throw TestResultParseError("Malformed base64 data");