Lines Matching refs:expectMatch
271 ExpectMatch expectMatch) {
276 if (ExpectMatch::kNo == expectMatch) {
285 if (ExpectMatch::kYes == expectMatch && errors2x2 >= MAX_ERRORS) {
393 static void json_status(ExpectSuccess expectSuccess, ExpectMatch expectMatch, bool opSucceeded) {
398 expectMatch = ExpectMatch::kFlaky;
401 fprintf(PathOpsDebug::gOut, " \"expectMatch\": \"%s\",\n",
402 ExpectMatch::kNo == expectMatch ? "no" :
403 ExpectMatch::kYes == expectMatch ? "yes" : "flaky");
462 ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) {
482 json_status(expectSuccess, expectMatch, false);
492 json_status(expectSuccess, expectMatch, true);
498 if (ExpectMatch::kNo == expectMatch) {
504 } else if (ExpectMatch::kYes == expectMatch && errors) {
534 SkipAssert skipAssert, ExpectMatch expectMatch) {
556 json_status(expectSuccess, expectMatch, false);
566 json_status(expectSuccess, expectMatch, true);
598 a, b, shapeOp, scale, expectMatch);