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

Unified Diff: gm/blurroundrect.cpp

Issue 61073002: blurroundrect gm: disable one set of tests in attempt to fix bug (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/blurroundrect.cpp
===================================================================
--- gm/blurroundrect.cpp (revision 12145)
+++ gm/blurroundrect.cpp (working copy)
@@ -139,10 +139,14 @@
};
// Create one with dimensions/rounded corners based on the skp
-DEF_GM(return new BlurRoundRectGM(600, 5514, 6);)
+//
+// TODO(scroggo): Disabled in an attempt to rememdy
+// https://code.google.com/p/skia/issues/detail?id=1801 ('Win7 Test bots all failing GenerateGMs:
+// ran wrong number of tests')
+//DEF_GM(return new BlurRoundRectGM(600, 5514, 6);)
+
// Rounded rect with two opposite corners with large radii, the other two
// small.
DEF_GM(return new BlurRoundRectGM(100, 100);)
DEF_GM(return new SimpleBlurRoundRectGM();)
-
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698