Index: tools/dm_flags.py |
diff --git a/tools/dm_flags.py b/tools/dm_flags.py |
index 81079701e1d780b7d40b3926dc3ccd32fb434c04..8df39b62a474c0f1bc1188ed4de9b2103e8da795 100755 |
--- a/tools/dm_flags.py |
+++ b/tools/dm_flags.py |
@@ -81,13 +81,6 @@ def get_args(bot): |
blacklist = [] |
- # We do not draw image sources on msaa anyway, so avoid the creation of |
- # large canvases. skbug.com/4045 |
- blacklist.extend('msaa image _ _'.split(' ')) |
- |
- # This image is too large to be a texture for many GPUs. |
- blacklist.extend('gpu _ _ PANO_20121023_214540.jpg'.split(' ')) |
- |
# Several of the newest version bmps fail on SkImageDecoder |
blacklist.extend('_ image decode pal8os2v2.bmp'.split(' ')) |
blacklist.extend('_ image decode pal8v4.bmp'.split(' ')) |