Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsExtendedTest.cpp72 enum class SkipAssert { enum
474 ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) { in inner_simplify()
479 if (!SimplifyDebug(path, &out SkDEBUGPARAMS(SkipAssert::kYes == skipAssert) in inner_simplify()
508 return inner_simplify(reporter, path, filename, ExpectSuccess::kYes, SkipAssert::kNo, in testSimplify()
513 return inner_simplify(reporter, path, filename, ExpectSuccess::kFlaky, SkipAssert::kYes, in testSimplifyFuzz()
520 ExpectSuccess::kYes : ExpectSuccess::kNo, SkipAssert::kNo, ExpectMatch::kNo); in testSimplifyCheck()
534 SkipAssert skipAssert, ExpectMatch expectMatch) { in innerPathOp()
539 if (!OpDebug(a, b, shapeOp, &out SkDEBUGPARAMS(SkipAssert::kYes == skipAssert) in innerPathOp()
587 return innerPathOp(reporter, a, b, shapeOp, testName, ExpectSuccess::kYes, SkipAssert::kNo, in testPathOp()
594 ExpectSuccess::kYes : ExpectSuccess::kNo, SkipAssert::kNo, ExpectMatch::kNo); in testPathOpCheck()
[all …]