Searched refs:GPUTestExpectationsParser (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/tests/test_expectations/ |
D | GPUTestExpectationsParser.cpp | 121 expectation(GPUTestExpectationsParser::kGpuTestPass) in TokenInfo() 126 GPUTestExpectationsParser::GPUTestExpectation expectationIn) in TokenInfo() 131 : TokenInfo(nameIn, conditionIn, GPUTestExpectationsParser::kGpuTestPass) in TokenInfo() 136 GPUTestExpectationsParser::GPUTestExpectation expectation; 182 {"pass", GPUTestConfig::kConditionNone, GPUTestExpectationsParser::kGpuTestPass}, 183 {"fail", GPUTestConfig::kConditionNone, GPUTestExpectationsParser::kGpuTestFail}, 184 {"flaky", GPUTestConfig::kConditionNone, GPUTestExpectationsParser::kGpuTestFlaky}, 185 {"timeout", GPUTestConfig::kConditionNone, GPUTestExpectationsParser::kGpuTestTimeout}, 186 {"skip", GPUTestConfig::kConditionNone, GPUTestExpectationsParser::kGpuTestSkip}, 298 GPUTestExpectationsParser::GPUTestExpectationsParser() in GPUTestExpectationsParser() function in angle::GPUTestExpectationsParser [all …]
|
D | GPUTestExpectationsParser_unittest.cpp | 63 GPUTestExpectationsParser parser; 75 GPUTestExpectationsParser::kGpuTestSkip); in TEST_P() 87 GPUTestExpectationsParser::kGpuTestFail); in TEST_P() 99 GPUTestExpectationsParser::kGpuTestPass); in TEST_P() 111 GPUTestExpectationsParser::kGpuTestTimeout); in TEST_P() 123 GPUTestExpectationsParser::kGpuTestFlaky); in TEST_P() 136 GPUTestExpectationsParser::kGpuTestSkip); in TEST_P() 149 GPUTestExpectationsParser::kGpuTestSkip); in TEST_P() 162 GPUTestExpectationsParser::kGpuTestSkip); in TEST_P() 174 GPUTestExpectationsParser::kGpuTestSkip); in TEST_P() [all …]
|
D | GPUTestExpectationsParser.h | 22 class GPUTestExpectationsParser 34 GPUTestExpectationsParser(); 35 ~GPUTestExpectationsParser();
|
/external/angle/src/tests/ |
D | angle_end2end_tests_main.cpp | 46 testSuite.setTestExpectationsAllowMask(angle::GPUTestExpectationsParser::kGpuTestSkip); in main()
|
D | BUILD.gn | 53 "test_expectations/GPUTestExpectationsParser.cpp", 54 "test_expectations/GPUTestExpectationsParser.h",
|
/external/angle/src/tests/deqp_support/ |
D | angle_deqp_gtest.cpp | 378 if (caseInfo.mExpectation == GPUTestExpectationsParser::kGpuTestSkip || in runTest() 379 caseInfo.mExpectation == GPUTestExpectationsParser::kGpuTestTimeout) in runTest() 386 gExpectError = (caseInfo.mExpectation != GPUTestExpectationsParser::kGpuTestPass); in runTest() 398 if (caseInfo.mExpectation == GPUTestExpectationsParser::kGpuTestPass) in runTest()
|
/external/angle/src/tests/test_utils/runner/ |
D | TestSuite.h | 205 GPUTestExpectationsParser mTestExpectationsParser;
|
/external/angle/src/tests/test_utils/ |
D | ANGLETest.cpp | 581 if (testExpectation == GPUTestExpectationsParser::kGpuTestSkip) in ANGLETestSetUp()
|