Searched refs:testTypeMatcher (Results 1 – 1 of 1) sorted by relevance
260 std::optional<TestTypeMatcher> testTypeMatcher; in failure_is_expected() member544 if (d.testTypeMatcher == CPU && testType != skiatest::TestType::kCPU) { in failure_is_expected()547 if (d.testTypeMatcher == Ganesh && testType != skiatest::TestType::kGanesh) { in failure_is_expected()550 if (d.testTypeMatcher == Graphite && testType != skiatest::TestType::kGraphite) { in failure_is_expected()553 if (d.testTypeMatcher == GPU && testType == skiatest::TestType::kCPU) { in failure_is_expected()