Searched refs:SkipAssert (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tests/ |
D | PathOpsExtendedTest.cpp | 79 enum class SkipAssert { enum 563 ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) { in inner_simplify() 579 if (!SimplifyDebug(path, &out SkDEBUGPARAMS(SkipAssert::kYes == skipAssert) 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() 647 SkipAssert skipAssert, ExpectMatch expectMatch) { in innerPathOp() 665 if (!OpDebug(a, b, shapeOp, &out SkDEBUGPARAMS(SkipAssert::kYes == skipAssert) in innerPathOp() 721 return innerPathOp(reporter, a, b, shapeOp, testName, ExpectSuccess::kYes, SkipAssert::kNo, in testPathOp() [all …]
|
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 79 enum class SkipAssert { enum 561 ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) { in inner_simplify() 577 if (!SimplifyDebug(path, &out SkDEBUGPARAMS(SkipAssert::kYes == skipAssert) in inner_simplify() 614 return inner_simplify(reporter, path, filename, ExpectSuccess::kYes, SkipAssert::kNo, in testSimplify() 619 return inner_simplify(reporter, path, filename, ExpectSuccess::kFlaky, SkipAssert::kYes, in testSimplifyFuzz() 626 ExpectSuccess::kYes : ExpectSuccess::kNo, SkipAssert::kNo, ExpectMatch::kNo); in testSimplifyCheck() 631 ExpectSuccess::kNo, SkipAssert::kYes, ExpectMatch::kNo); in testSimplifyFail() 645 SkipAssert skipAssert, ExpectMatch expectMatch) { in innerPathOp() 663 if (!OpDebug(a, b, shapeOp, &out SkDEBUGPARAMS(SkipAssert::kYes == skipAssert) in innerPathOp() 719 return innerPathOp(reporter, a, b, shapeOp, testName, ExpectSuccess::kYes, SkipAssert::kNo, in testPathOp() [all …]
|