Index: tests/PathOpsOpTest.cpp |
diff --git a/tests/PathOpsOpTest.cpp b/tests/PathOpsOpTest.cpp |
index 8a64fb93f16c3d4131f7b02f7eebe87612637ab3..2fb86698064e502e7b3c607fd14a19d892a1fd05 100644 |
--- a/tests/PathOpsOpTest.cpp |
+++ b/tests/PathOpsOpTest.cpp |
@@ -5164,7 +5164,7 @@ static void fuzz38(skiatest::Reporter* reporter, const char* filename) { |
testPathOpCheck(reporter, path, pathB, kUnion_SkPathOp, filename, FLAGS_runFail); |
} |
-static void fuzz763_3(skiatest::Reporter* reporter, const char* filename) { |
+static void crbug_526025(skiatest::Reporter* reporter, const char* filename) { |
SkPath path; |
path.setFillType((SkPath::FillType) 1); |
path.moveTo(SkBits2Float(0x43b40000), SkBits2Float(0xcf000000)); // 360, -2.14748e+09f |
@@ -5199,7 +5199,7 @@ static void (*stopTest)(skiatest::Reporter* , const char* filename) = 0; |
#define TEST(name) { name, #name } |
static struct TestDesc tests[] = { |
- TEST(fuzz763_3), |
+ TEST(crbug_526025), |
TEST(fuzz38), |
TEST(cubics44d), |
TEST(cubics45u), |