| 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();)
|
| -
|
|
|