Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/
Dangle_end2end_tests_main.cpp45 if (!testSuite.loadAllTestExpectationsFromFile(std::string(foundDataPath.data()))) in main()
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestExpectationsParser.h43 bool loadAllTestExpectationsFromFile(const std::string &path);
DGPUTestExpectationsParser.cpp380 bool GPUTestExpectationsParser::loadAllTestExpectationsFromFile(const std::string &path) in loadAllTestExpectationsFromFile() function in angle::GPUTestExpectationsParser
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.h151 bool loadAllTestExpectationsFromFile(const std::string &fileName);
DTestSuite.cpp2001 bool TestSuite::loadAllTestExpectationsFromFile(const std::string &fileName) in loadAllTestExpectationsFromFile() function in angle::TestSuite
2003 if (!mTestExpectationsParser.loadAllTestExpectationsFromFile(fileName)) in loadAllTestExpectationsFromFile()