Index: tests/PathOpsExtendedTest.h |
diff --git a/tests/PathOpsExtendedTest.h b/tests/PathOpsExtendedTest.h |
index f6efbef040d79ec87bc74d63612e7d98337d525f..8cf708b27874d2839d067038cc99413d1fc2b57a 100644 |
--- a/tests/PathOpsExtendedTest.h |
+++ b/tests/PathOpsExtendedTest.h |
@@ -46,6 +46,8 @@ extern bool testPathOpFailCheck(skiatest::Reporter* reporter, const SkPath& a, c |
const SkPathOp , const char* testName); |
extern bool testPathOpFailSkipAssert(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, |
const SkPathOp , const char* testName); |
+extern bool testPathOpFlakySkipAssert(skiatest::Reporter* reporter, const SkPath& a, |
+ const SkPath& b, const SkPathOp , const char* testName); |
extern bool testPathOpSkipAssert(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, |
const SkPathOp , const char* testName); |
extern bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state, |