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

Unified Diff: tools/dm_flags.py

Issue 992203005: Don't run ResourceCache unit test on NexusPlayer. (Closed) Base URL: https://skia.googlesource.com/skia@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 693b57da0d508d66270b516c8edc2b5a90f6c44b..fe3a66e11b999ec894df00929e2dbfd3380b25fc 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -85,6 +85,9 @@ def get_args(bot):
match.append('~tabl_mozilla_0')
match.append('~desk_yahoonews_0')
+ if 'NexusPlayer' in bot:
+ match.append('~ResourceCache')
+
if match:
args.append('--match')
args.extend(match)
@@ -105,10 +108,11 @@ def self_test():
args = {}
cases = [
'Test-Android-Nexus7-Tegra3-Arm7-Release',
+ 'Test-Android-NexusPlayer-PowerVR-x86-Release',
'Test-Android-Xoom-Tegra2-Arm7-Release',
'Test-ChromeOS-Alex-GMA3150-x86-Debug',
- 'Test-Ubuntu14-GCE-NoGPU-x86_64-Release-Valgrind_CPU',
'Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_GPU',
+ 'Test-Ubuntu14-GCE-NoGPU-x86_64-Release-Valgrind_CPU',
'Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE',
]
« 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