Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestExpectationsParser.h41 bool loadTestExpectationsFromFile(const GPUTestConfig &config, const std::string &path);
DGPUTestExpectationsParser.cpp374 bool GPUTestExpectationsParser::loadTestExpectationsFromFile(const GPUTestConfig &config, in loadTestExpectationsFromFile() function in angle::GPUTestExpectationsParser
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.cpp1993 if (!mTestExpectationsParser.loadTestExpectationsFromFile(config, fileName)) in loadTestExpectationsFromFileWithConfig()