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

Unified Diff: tools/nanobench_flags.py

Issue 1363963002: Blacklist GLInstancedArraysBench for GalaxyS4 due to skia:4371 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 3 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/nanobench_flags.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/nanobench_flags.py
diff --git a/tools/nanobench_flags.py b/tools/nanobench_flags.py
index d8bfafca40672832364be8b33f7243e11ccde953..f11ea1f0f1f936965f273ab3c524de925c87399a 100755
--- a/tools/nanobench_flags.py
+++ b/tools/nanobench_flags.py
@@ -67,6 +67,8 @@ def get_args(bot):
match.extend(['~gradient', '~etc1bitmap']) # skia:2895
if 'NexusPlayer' in bot:
match.append('~desk_unicodetable')
+ if 'GalaxyS4' in bot:
+ match.append('~GLInstancedArraysBench') # skia:4371
if 'iOS' in bot:
match.append('~blurroundrect')
@@ -92,6 +94,7 @@ def self_test():
'Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind',
'Test-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Debug-ANGLE',
'Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug',
+ 'Test-Android-GCC-GalaxyS4-GPU-SGX544-Arm7-Release',
]
cov = coverage.coverage()
« no previous file with comments | « tools/nanobench_flags.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698