Searched refs:testExpectation (Results 1 – 6 of 6) sorted by relevance
29 std::string testExpectation = "Mesa DRI Intel(R) HD Graphics 4000 (IVB GT2)"; in TEST() local30 EXPECT_EQ(SanitizeRendererString(testString), testExpectation); in TEST()36 std::string testExpectation = "llvmpipe (LLVM 11.0.0, 256 bits)"; in TEST() local37 EXPECT_EQ(SanitizeRendererString(testString), testExpectation); in TEST()43 std::string testExpectation = "Radeon RX Vega"; in TEST() local44 EXPECT_EQ(SanitizeRendererString(testString), testExpectation); in TEST()51 std::string testExpectation = "AMD Radeon (TM) RX 460 Graphics (POLARIS11)"; in TEST() local52 EXPECT_EQ(SanitizeRendererString(testString), testExpectation); in TEST()58 std::string testExpectation = "AMD Radeon RX 5700"; in TEST() local59 EXPECT_EQ(SanitizeRendererString(testString), testExpectation); in TEST()[all …]
430 return entry.testExpectation; in getTestExpectationImpl()625 if (entry.testExpectation != 0) in parseLine()637 entry.testExpectation = kTokenData[token].expectation; in parseLine()733 : testExpectation(0), lineNumber(0) in GPUTestExpectationEntry()
62 int32_t testExpectation; member
178 void maybeUpdateTestTimeout(uint32_t testExpectation);
1962 void TestSuite::maybeUpdateTestTimeout(uint32_t testExpectation) in maybeUpdateTestTimeout() argument1964 double testTimeout = (testExpectation == GPUTestExpectationsParser::kGpuTestTimeout) in maybeUpdateTestTimeout()
639 int32_t testExpectation = in ANGLETestSetUp() local642 if (testExpectation == GPUTestExpectationsParser::kGpuTestSkip) in ANGLETestSetUp()