From 168261287136b3e26d079f3b6383f9dd5a975069 Mon Sep 17 00:00:00 2001 From: caryclark Date: Wed, 24 Aug 2016 13:00:42 -0700 Subject: mark fuzz test flaky since it may fail on some platforms NOTRY=true TBR=bungeman@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2277893004 Review-Url: https://codereview.chromium.org/2277893004 --- tests/PathOpsOpTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/PathOpsOpTest.cpp') diff --git a/tests/PathOpsOpTest.cpp b/tests/PathOpsOpTest.cpp index d659e8863e..c5e8c3845c 100644 --- a/tests/PathOpsOpTest.cpp +++ b/tests/PathOpsOpTest.cpp @@ -6976,7 +6976,7 @@ path.lineTo(SkBits2Float(0x68395b2d), SkBits2Float(0xf0682955)); // 3.50128e+24 path.close(); SkPath path2(path); - testPathOpSkipAssert(reporter, path1, path2, (SkPathOp) 0, filename); + testPathOpFlakySkipAssert(reporter, path1, path2, (SkPathOp) 0, filename); } static void fuzz763_20(skiatest::Reporter* reporter, const char* filename) { -- cgit v1.2.3