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

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: Rebase and merge 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 bcf666a7f4acfc5c24089a24a7e220f485f83615..0f5126e9ec0d5b8a4ba1cc827e9fc39b10db2751 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -71,6 +71,8 @@ def get_args(bot):
blacklist.extend('_ image decode rgb24largepal.bmp'.split(' '))
blacklist.extend('_ image decode pal8os2v2-16.bmp'.split(' '))
blacklist.extend('_ image decode pal8oversizepal.bmp'.split(' '))
+ blacklist.extend('_ image decode pal4rletrns.bmp'.split(' '))
+ blacklist.extend('_ image decode pal8rletrns.bmp'.split(' '))
blacklist.extend('_ image subset rgb24largepal.bmp'.split(' '))
blacklist.extend('_ image subset pal8os2v2-16.bmp'.split(' '))
blacklist.extend('_ image 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