Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.cpp1981 std::stringstream errorMsgStream; in dumpTestExpectationsErrorMessages() local
1984 errorMsgStream << std::endl << " " << message; in dumpTestExpectationsErrorMessages()
1987 std::cerr << "Failed to load test expectations." << errorMsgStream.str() << std::endl; in dumpTestExpectationsErrorMessages()