Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Unified Diff: tests/PathOpsSimplifyTest.cpp

Issue 2239803002: start working on tiger again (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/PathOpsOpTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/PathOpsSimplifyTest.cpp
diff --git a/tests/PathOpsSimplifyTest.cpp b/tests/PathOpsSimplifyTest.cpp
index 6e92f0f918a3a2b630e06a52e1b0f33a5aa2c9ff..af2e09d79fa4dc230fc0e78fb2c92f4ba8f77047 100644
--- a/tests/PathOpsSimplifyTest.cpp
+++ b/tests/PathOpsSimplifyTest.cpp
@@ -5256,7 +5256,7 @@ static void tiger8a_h_1(skiatest::Reporter* reporter, const char* filename) {
#if DEBUG_UNDER_DEVELOPMENT // tiger
return;
#endif
- uint64_t testlines = 0x0000000280802863; // best so far: 0x0000001610031021;
+ uint64_t testlines = 0x0000000202480001; // best so far: 0x0000001610031021;
tiger8a_x(reporter, filename, testlines);
}
@@ -5789,6 +5789,11 @@ static void (*firstTest)(skiatest::Reporter* , const char* filename) = 0;
static void (*stopTest)(skiatest::Reporter* , const char* filename) = 0;
static TestDesc tests[] = {
+ TEST(tiger8a_h_1),
+ TEST(tiger8a_h),
+ TEST(tiger8a),
+ TEST(tiger8b),
+ TEST(tiger8),
TEST(testQuads72),
TEST(testQuads71),
TEST(testQuads70),
@@ -5797,11 +5802,6 @@ static TestDesc tests[] = {
TEST(testQuads67),
TEST(testQuads66),
TEST(dean4),
- TEST(tiger8a_h_1),
- TEST(tiger8a_h),
- TEST(tiger8a),
- TEST(tiger8b),
- TEST(tiger8),
TEST(fuzz763_4713_b),
TEST(fuzz_twister2),
TEST(fuzz_twister),
« no previous file with comments | « tests/PathOpsOpTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698