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

Unified Diff: tools/dm_flags.py

Issue 1446303002: Disable testcase7.bmp on SkImageDecoder and clean up dm_flags (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Adding changes to dm_flags.json Created 5 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 | « tools/dm_flags.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dm_flags.py
diff --git a/tools/dm_flags.py b/tools/dm_flags.py
index d62f764f94998d79b5fad73c9b3c85b993e38729..888a323d2be9210b4ba616ac2d280583c7c8f934 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -106,13 +106,7 @@ def get_args(bot):
blacklist.extend('_ image decode 8bpp-pixeldata-cropped.bmp'.split(' '))
blacklist.extend('_ image decode 24bpp-pixeldata-cropped.bmp'.split(' '))
blacklist.extend('_ image decode 32bpp-pixeldata-cropped.bmp'.split(' '))
- blacklist.extend('_ image subset rgb24largepal.bmp'.split(' '))
- blacklist.extend('_ image subset pal8os2v2-16.bmp'.split(' '))
- blacklist.extend('_ image subset pal8oversizepal.bmp'.split(' '))
- blacklist.extend('_ image subset 4bpp-pixeldata-cropped.bmp'.split(' '))
- blacklist.extend('_ image subset 8bpp-pixeldata-cropped.bmp'.split(' '))
- blacklist.extend('_ image subset 24bpp-pixeldata-cropped.bmp'.split(' '))
- blacklist.extend('_ image subset 32bpp-pixeldata-cropped.bmp'.split(' '))
+ blacklist.extend('_ image decode testcase7.bmp'.split(' '))
# New ico files that fail on SkImageDecoder
blacklist.extend('_ image decode Hopstarter-Mac-Folders-Apple.ico'.split(' '))
@@ -135,13 +129,10 @@ def get_args(bot):
blacklist.extend('_ image decode inc12.png'.split(' '))
blacklist.extend('_ image decode inc13.png'.split(' '))
blacklist.extend('_ image decode inc14.png'.split(' '))
- blacklist.extend('_ image subset inc0.webp'.split(' '))
- blacklist.extend('_ image subset inc1.webp'.split(' '))
# Leon doesn't care about this, so why run it?
if 'Win' in bot:
blacklist.extend('_ image decode _'.split(' '))
- blacklist.extend('_ image subset _'.split(' '))
# Certain gm's on win7 gpu and pdf are never finishing and keeping the test
# running forever
@@ -162,7 +153,6 @@ def get_args(bot):
if 'iOS' in bot:
blacklist.extend('gpu skp _ _ msaa skp _ _'.split(' '))
blacklist.extend('gpu image decode _ msaa image decode _'.split(' '))
- blacklist.extend('gpu image subset _ msaa image subset _'.split(' '))
blacklist.extend('msaa16 gm _ tilemodesProcess'.split(' '))
# the 32-bit GCE bots run out of memory in DM when running these large images
« no previous file with comments | « tools/dm_flags.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698