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

Unified Diff: tests/DrawPathTest.cpp

Issue 23626002: Revert of r10943. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 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 | « src/core/SkDraw.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/DrawPathTest.cpp
===================================================================
--- tests/DrawPathTest.cpp (revision 10943)
+++ tests/DrawPathTest.cpp (working copy)
@@ -320,7 +320,10 @@
if (false) test_crbug131181();
test_infinite_dash(reporter);
test_crbug_165432(reporter);
- test_big_aa_rect(reporter);
+
+ if (false) { // working on a fix
+ test_big_aa_rect(reporter);
+ }
}
#include "TestClassDef.h"
« no previous file with comments | « src/core/SkDraw.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698