Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/
H A Dangle_end2end_tests_main.cpp75 if (!testSuite.loadAllTestExpectationsFromFile(std::string(foundDataPath.data()))) in main()
/aosp_15_r20/external/angle/src/tests/test_expectations/
H A DGPUTestExpectationsParser.h43 bool loadAllTestExpectationsFromFile(const std::string &path);
H A DGPUTestExpectationsParser.cpp409 bool GPUTestExpectationsParser::loadAllTestExpectationsFromFile(const std::string &path) in loadAllTestExpectationsFromFile() function in angle::GPUTestExpectationsParser
/aosp_15_r20/external/angle/src/tests/test_utils/runner/
H A DTestSuite.h176 bool loadAllTestExpectationsFromFile(const std::string &fileName);
H A DTestSuite.cpp1942 bool TestSuite::loadAllTestExpectationsFromFile(const std::string &fileName) in loadAllTestExpectationsFromFile() function in angle::TestSuite
1944 if (!mTestExpectationsParser.loadAllTestExpectationsFromFile(fileName)) in loadAllTestExpectationsFromFile()
/aosp_15_r20/external/angle/src/tests/cl_support/
H A Dangle_oclcts_gtest.cpp100 if (!instance->loadAllTestExpectationsFromFile(std::string(foundDataPath.data()))) in initialize()