Lines Matching refs:TestResultParseError
212 throw TestResultParseError(string("Could not map '") + name + "' to " + enumName); in getEnumValue()
356 throw TestResultParseError("Unexpected end of log data"); in parse()
364 catch (const TestResultParseError& e) in parse()
385 …throw TestResultParseError(string("Missing attribute '") + name + "' in <" + m_xmlParser.getElemen… in getAttribute()
447 throw TestResultParseError(string("Expected <TestCaseResult>, got <") + elemName + ">"); in handleElementStart()
462 throw TestResultParseError("Missing CaseType attribute in <TestCaseResult>"); in handleElementStart()
548 throw TestResultParseError("<VertexShader> outside of <ShaderProgram>"); in handleElementStart()
563 throw TestResultParseError("Unexpected <ShaderSource>"); in handleElementStart()
574 throw TestResultParseError("Unexpected <InfoLog>"); in handleElementStart()
649 throw TestResultParseError("<SampleInfo> outside of <SampleList>"); in handleElementStart()
661 throw TestResultParseError("<ValueInfo> outside of <SampleInfo>"); in handleElementStart()
680 throw TestResultParseError("<Sample> outside of <SampleList>"); in handleElementStart()
692 throw TestResultParseError("<Value> outside of <Sample>"); in handleElementStart()
702 throw TestResultParseError(string("Unsupported element '") + elemName + ("'")); in handleElementStart()
718 throw TestResultParseError(string("Unexpected </") + elemName + "> outside of <TestCaseResult>"); in handleElementEnd()
734 throw TestResultParseError(string("Unexpected </") + elemName + ">"); in handleElementEnd()
818 throw TestResultParseError("Malformed base64 data"); in handleData()
831 throw TestResultParseError("Malformed base64 data"); in handleData()