Home
last modified time | relevance | path

Searched refs:kFlaky (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/tests/
DPathOpsExtendedTest.cpp77 kFlaky enumerator
88 kFlaky enumerator
398 expectMatch = ExpectMatch::kFlaky; in json_status()
517 return inner_simplify(reporter, path, filename, ExpectSuccess::kFlaky, SkipAssert::kYes, in testSimplifyFuzz()
518 ExpectMatch::kFlaky); in testSimplifyFuzz()
617 return innerPathOp(reporter, a, b, shapeOp, testName, ExpectSuccess::kFlaky, SkipAssert::kYes, in testPathOpFuzz()
618 ExpectMatch::kFlaky); in testPathOpFuzz()
/third_party/flutter/skia/tests/
DPathOpsExtendedTest.cpp76 kFlaky enumerator
87 kFlaky enumerator
490 expectMatch = ExpectMatch::kFlaky; in json_status()
619 return inner_simplify(reporter, path, filename, ExpectSuccess::kFlaky, SkipAssert::kYes, in testSimplifyFuzz()
620 ExpectMatch::kFlaky); in testSimplifyFuzz()
731 return innerPathOp(reporter, a, b, shapeOp, testName, ExpectSuccess::kFlaky, SkipAssert::kYes, in testPathOpFuzz()
732 ExpectMatch::kFlaky); in testPathOpFuzz()
/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc7132 enum Behavior { kInitialSuccess, kAlwaysFail, kFlaky }; in TEST() enumerator
7152 case kFlaky: in TEST()
7197 AssertionResult result = RunPredicateFormatter(kFlaky); in TEST()