Lines Matching refs:ExpectSuccess
73 enum class ExpectSuccess { enum
487 static void json_status(ExpectSuccess expectSuccess, ExpectMatch expectMatch, bool opSucceeded) { in json_status()
489 ExpectSuccess::kNo == expectSuccess ? "no" : in json_status()
490 ExpectSuccess::kYes == expectSuccess ? "yes" : "flaky"); in json_status()
563 ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) { in inner_simplify()
581 if (ExpectSuccess::kYes == expectSuccess) { in inner_simplify()
591 if (ExpectSuccess::kNo == expectSuccess) { in inner_simplify()
616 return inner_simplify(reporter, path, filename, ExpectSuccess::kYes, SkipAssert::kNo, in testSimplify()
621 return inner_simplify(reporter, path, filename, ExpectSuccess::kFlaky, SkipAssert::kYes, in testSimplifyFuzz()
628 ExpectSuccess::kYes : ExpectSuccess::kNo, SkipAssert::kNo, ExpectMatch::kNo); in testSimplifyCheck()
633 ExpectSuccess::kNo, SkipAssert::kYes, ExpectMatch::kNo); in testSimplifyFail()
646 const SkPathOp shapeOp, const char* testName, ExpectSuccess expectSuccess, in innerPathOp()
667 if (ExpectSuccess::kYes == expectSuccess) { in innerPathOp()
677 if (ExpectSuccess::kNo == expectSuccess) { in innerPathOp()
721 return innerPathOp(reporter, a, b, shapeOp, testName, ExpectSuccess::kYes, SkipAssert::kNo, in testPathOp()
728 ExpectSuccess::kYes : ExpectSuccess::kNo, SkipAssert::kNo, ExpectMatch::kNo); in testPathOpCheck()
733 return innerPathOp(reporter, a, b, shapeOp, testName, ExpectSuccess::kFlaky, SkipAssert::kYes, in testPathOpFuzz()