Lines Matching refs:ExpectMatch
84 enum class ExpectMatch { enum
365 ExpectMatch expectMatch) { in comparePaths()
369 if (ExpectMatch::kNo == expectMatch) { in comparePaths()
378 if (ExpectMatch::kYes == expectMatch && errors2x2 >= MAX_ERRORS) { in comparePaths()
487 static void json_status(ExpectSuccess expectSuccess, ExpectMatch expectMatch, bool opSucceeded) { in json_status()
492 expectMatch = ExpectMatch::kFlaky; in json_status()
496 ExpectMatch::kNo == expectMatch ? "no" : in json_status()
497 ExpectMatch::kYes == expectMatch ? "yes" : "flaky"); in json_status()
563 ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) { in inner_simplify()
602 if (ExpectMatch::kNo == expectMatch) { in inner_simplify()
608 } else if (ExpectMatch::kYes == expectMatch && errors) { in inner_simplify()
617 ExpectMatch::kYes); in testSimplify()
622 ExpectMatch::kFlaky); in testSimplifyFuzz()
628 ExpectSuccess::kYes : ExpectSuccess::kNo, SkipAssert::kNo, ExpectMatch::kNo); in testSimplifyCheck()
633 ExpectSuccess::kNo, SkipAssert::kYes, ExpectMatch::kNo); in testSimplifyFail()
647 SkipAssert skipAssert, ExpectMatch expectMatch) { in innerPathOp()
722 ExpectMatch::kYes); in testPathOp()
728 ExpectSuccess::kYes : ExpectSuccess::kNo, SkipAssert::kNo, ExpectMatch::kNo); in testPathOpCheck()
734 ExpectMatch::kFlaky); in testPathOpFuzz()