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

Unified Diff: tools/dm_flags.py

Issue 1115303004: Blacklist tiles_rt-gpu gm imagefilterscropped on GalaxyS4 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebas Created 5 years, 7 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 b4a28db46d1f0f25bc8aa189a7cec5e920d3f1d7..817c38b319c68ca1b3c651e810b99bf0abdafb4f 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -134,6 +134,10 @@ def get_args(bot):
blacklist.extend('gpu image subset _ msaa image subset _'.split(' '))
blacklist.extend('msaa16 gm _ tilemodesProcess'.split(' '))
+ if 'GalaxyS4' in bot:
+ # This occasionally runs forever. skia:3802
+ blacklist.extend('tiles_rt-gpu gm _ imagefilterscropped'.split(' '))
+
if blacklist:
args.append('--blacklist')
args.extend(blacklist)
« 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