Searched refs:testExpectation (Results 1 – 6 of 6) sorted by relevance
27 std::string testExpectation = "Mesa DRI Intel(R) HD Graphics 4000 (IVB GT2)"; in TEST() local28 EXPECT_EQ(SanitizeRendererString(testString), testExpectation); in TEST()34 std::string testExpectation = "llvmpipe (LLVM 11.0.0, 256 bits)"; in TEST() local35 EXPECT_EQ(SanitizeRendererString(testString), testExpectation); in TEST()41 std::string testExpectation = "Radeon RX Vega"; in TEST() local42 EXPECT_EQ(SanitizeRendererString(testString), testExpectation); in TEST()49 std::string testExpectation = "AMD Radeon (TM) RX 460 Graphics (POLARIS11)"; in TEST() local50 EXPECT_EQ(SanitizeRendererString(testString), testExpectation); in TEST()56 std::string testExpectation = "AMD Radeon RX 5700"; in TEST() local57 EXPECT_EQ(SanitizeRendererString(testString), testExpectation); in TEST()[all …]
421 return foundEntry->testExpectation; in getTestExpectationImpl()604 if (entry.testExpectation != 0) in parseLine()616 entry.testExpectation = kTokenData[token].expectation; in parseLine()712 : testExpectation(0), lineNumber(0) in GPUTestExpectationEntry()
62 int32_t testExpectation; member
153 void maybeUpdateTestTimeout(uint32_t testExpectation);
2033 void TestSuite::maybeUpdateTestTimeout(uint32_t testExpectation) in maybeUpdateTestTimeout() argument2035 double testTimeout = (testExpectation == GPUTestExpectationsParser::kGpuTestTimeout) in maybeUpdateTestTimeout()
631 int32_t testExpectation = in ANGLETestSetUp() local634 if (testExpectation == GPUTestExpectationsParser::kGpuTestSkip) in ANGLETestSetUp()