Home
last modified time | relevance | path

Searched refs:errorMsgStream (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/tests/test_utils/runner/
DTestSuite.cpp1934 std::stringstream errorMsgStream; in dumpTestExpectationsErrorMessages() local
1937 errorMsgStream << std::endl << " " << message; in dumpTestExpectationsErrorMessages()
1940 std::cerr << "Failed to load test expectations." << errorMsgStream.str() << std::endl; in dumpTestExpectationsErrorMessages()
/external/angle/src/tests/perf_tests/
DTracePerfTest.cpp852 std::stringstream errorMsgStream; in loadTestExpectationsFromFileWithConfig() local
855 errorMsgStream << std::endl << " " << message; in loadTestExpectationsFromFileWithConfig()
858 std::cerr << "Failed to load test expectations." << errorMsgStream.str() << std::endl; in loadTestExpectationsFromFileWithConfig()