Lines Matching refs:ExpectSuccess
90 enum class ExpectSuccess { enum
409 static void json_status(ExpectSuccess expectSuccess, ExpectMatch expectMatch, bool opSucceeded) { in json_status()
411 ExpectSuccess::kNo == expectSuccess ? "no" : in json_status()
412 ExpectSuccess::kYes == expectSuccess ? "yes" : "flaky"); in json_status()
477 ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) { in inner_simplify()
492 if (ExpectSuccess::kYes == expectSuccess) { in inner_simplify()
502 if (ExpectSuccess::kNo == expectSuccess) { in inner_simplify()
527 return inner_simplify(reporter, path, filename, ExpectSuccess::kYes, SkipAssert::kNo, in testSimplify()
532 return inner_simplify(reporter, path, filename, ExpectSuccess::kFlaky, SkipAssert::kYes, in testSimplifyFuzz()
539 ExpectSuccess::kYes : ExpectSuccess::kNo, SkipAssert::kNo, ExpectMatch::kNo); in testSimplifyCheck()
544 ExpectSuccess::kNo, SkipAssert::kYes, ExpectMatch::kNo); in testSimplifyFail()
548 const SkPathOp shapeOp, const char* testName, ExpectSuccess expectSuccess, in innerPathOp()
566 if (ExpectSuccess::kYes == expectSuccess) { in innerPathOp()
576 if (ExpectSuccess::kNo == expectSuccess) { in innerPathOp()
620 return innerPathOp(reporter, a, b, shapeOp, testName, ExpectSuccess::kYes, SkipAssert::kNo, in testPathOp()
627 ExpectSuccess::kYes : ExpectSuccess::kNo, SkipAssert::kNo, ExpectMatch::kNo); in testPathOpCheck()
632 return innerPathOp(reporter, a, b, shapeOp, testName, ExpectSuccess::kFlaky, SkipAssert::kYes, in testPathOpFuzz()