blurroundrect gm: disable one set of tests in attempt to fix bug

BUG=skia:1801
R=scroggo@google.com

Review URL: https://codereview.chromium.org/61073002

git-svn-id: http://skia.googlecode.com/svn/trunk@12146 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
epoger@google.com 2013-11-05 22:04:53 +00:00
parent 4ef88a213b
commit 7e6e80a6eb

View File

@ -139,10 +139,14 @@ private:
};
// 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();)