| Index: tests/PathOpsSkpTest.cpp
|
| diff --git a/tests/PathOpsSkpTest.cpp b/tests/PathOpsSkpTest.cpp
|
| index cd20fe5e7e74b5ca5e5b927192c526eaf7b72f21..1349feb27bf4c93fe9b0ca8c836c8fe62fd80a7f 100755
|
| --- a/tests/PathOpsSkpTest.cpp
|
| +++ b/tests/PathOpsSkpTest.cpp
|
| @@ -3691,7 +3691,7 @@ static void skpwww_lptemp_com_3(skiatest::Reporter* reporter, const char* filena
|
| pathB.lineTo(77.6666718f, 1396.66675f);
|
| pathB.cubicTo(77.6666718f, 1394.82568f, 79.15905f, 1393.33337f, 81, 1393.33337f);
|
| pathB.close();
|
| - testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename);
|
| + testPathOpCheck(reporter, path, pathB, kIntersect_SkPathOp, filename, FLAGS_runFail);
|
| }
|
|
|
| static void skpwww_shinydemos_com_15(skiatest::Reporter* reporter, const char* filename) {
|
| @@ -3769,7 +3769,7 @@ pathB.cubicTo(980.018494f, 1481.22131f, 979.602478f, 1478.38831f, 984.546021f, 1
|
| }
|
|
|
| static void (*skipTest)(skiatest::Reporter* , const char* filename) = 0;
|
| -static void (*firstTest)(skiatest::Reporter* , const char* filename) = 0;
|
| +static void (*firstTest)(skiatest::Reporter* , const char* filename) = skpwww_macrumors_com_131;
|
| static void (*stopTest)(skiatest::Reporter* , const char* filename) = 0;
|
|
|
| static struct TestDesc tests[] = {
|
|
|