Home
last modified time | relevance | path

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

/external/skqp/tests/
DPathOpsExtendedTest.cpp76 kFlaky enumerator
87 kFlaky enumerator
492 expectMatch = ExpectMatch::kFlaky; in json_status()
621 return inner_simplify(reporter, path, filename, ExpectSuccess::kFlaky, SkipAssert::kYes, in testSimplifyFuzz()
622 ExpectMatch::kFlaky); in testSimplifyFuzz()
733 return innerPathOp(reporter, a, b, shapeOp, testName, ExpectSuccess::kFlaky, SkipAssert::kYes, in testPathOpFuzz()
734 ExpectMatch::kFlaky); in testPathOpFuzz()
/external/skia/tests/
DPathOpsExtendedTest.cpp76 kFlaky enumerator
87 kFlaky enumerator
492 expectMatch = ExpectMatch::kFlaky; in json_status()
621 return inner_simplify(reporter, path, filename, ExpectSuccess::kFlaky, SkipAssert::kYes, in testSimplifyFuzz()
622 ExpectMatch::kFlaky); in testSimplifyFuzz()
733 return innerPathOp(reporter, a, b, shapeOp, testName, ExpectSuccess::kFlaky, SkipAssert::kYes, in testPathOpFuzz()
734 ExpectMatch::kFlaky); in testPathOpFuzz()
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc6975 enum Behavior { kInitialSuccess, kAlwaysFail, kFlaky }; enumerator
6995 case kFlaky: in MatchAndExplain()
7039 AssertionResult result = RunPredicateFormatter(kFlaky); in TEST_F()