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

Unified Diff: tools/dm_flags.py

Issue 1013483004: Blacklist certain win7 gms that are never finishing on dm (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 | « 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 ab3a9cc6f7800c735b20ed2344f78b98ef468473..f05bb22416e0aa67d407b59b753f89309bc07391 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -56,6 +56,12 @@ def get_args(bot):
blacklist.extend('_ image _'.split(' '))
blacklist.extend('_ subset _'.split(' '))
+ # Certain gm's on win7 gpu and pdf are never finishing and keeping the test
+ # running forever
+ if 'Win7' in bot:
+ blacklist.extend('msaa16 gm colorwheelnative'.split(' '))
+ blacklist.extend('pdf gm fontmgr_iter_factory'.split(' '))
+
# Drawing SKPs or images into GPU canvases is a New Thing.
# It seems like we're running out of RAM on some Android bots, so start off
# with a very wide blacklist disabling all these tests on all Android bots.
« 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