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

Unified Diff: tools/dm_flags.py

Issue 1527323003: Blacklist GLPrograms on Angle Debug bot (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years 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 366ad2dd382550bc50b19f15102f548ac7f903dd..ac7aeba08d48e06e5059907692052d093544b971 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -197,6 +197,9 @@ def get_args(bot):
match.append('~bleed_image') # skia:4367
match.append('~ReadPixels') # skia:4368
+ if 'ANGLE' in bot and 'Debug' in bot:
+ match.append('~GLPrograms') # skia:4717
+
if match:
args.append('--match')
args.extend(match)
« 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