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

Unified Diff: tools/dm_flags.py

Issue 1054593006: Adding non-deterministic images to blacklist (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 9 months 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: tools/dm_flags.py
diff --git a/tools/dm_flags.py b/tools/dm_flags.py
index 8b20540e39cd42f768c1745030c1e3b5fbc7fa6b..b0a413ee406370e35efdc87b87d2e17dba531718 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -71,6 +71,8 @@ def get_args(bot):
blacklist.extend('_ image rgb24largepal.bmp'.split(' '))
blacklist.extend('_ image pal8os2v2-16.bmp'.split(' '))
blacklist.extend('_ image pal8oversizepal.bmp'.split(' '))
+ blacklist.extend('_ image pal4rletrns.bmp'.split(' '))
djsollen 2015/04/03 18:33:03 you'll need to rebase and after rebaseing this lin
msarett 2015/04/03 18:41:15 Gotcha
+ blacklist.extend('_ image pal8rletrns.bmp'.split(' '))
blacklist.extend('_ subset rgb24largepal.bmp'.split(' '))
blacklist.extend('_ subset pal8os2v2-16.bmp'.split(' '))
blacklist.extend('_ subset pal8oversizepal.bmp'.split(' '))
« 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