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

Unified Diff: tools/dm_flags.py

Issue 1960153005: Run RAW images serially on Win8-MSVC-ShuttleB (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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 47a3b25a7c60d78b3afc290355624e9291a53b4b..7a7eff01314b582df76482c957e46024d9943212 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -247,7 +247,8 @@ def get_args(bot):
# These bots run out of memory running RAW codec tests. Do not run them in
# parallel
- if 'NexusPlayer' in bot or 'Nexus5' in bot or 'Nexus9' in bot:
+ if ('NexusPlayer' in bot or 'Nexus5' in bot or 'Nexus9' in bot
+ or 'Win8-MSVC-ShuttleB' in bot):
args.append('--noRAW_threading')
return args
« 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