aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/nanobench_flags.py
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2016-04-06 08:35:15 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-06 08:35:15 -0700
commit885b677b10b88ba1eebecd1c2795702b88f63d39 (patch)
tree0dfbde9030fc4db8163b8214377e313c2071dad8 /tools/nanobench_flags.py
parentfc0f44a5f0a4001b894ecf357bbed2a0d93058c1 (diff)
Add exclusion for keymobi_shop_mobileweb_ebay_com.skp on N5
Diffstat (limited to 'tools/nanobench_flags.py')
-rwxr-xr-xtools/nanobench_flags.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/nanobench_flags.py b/tools/nanobench_flags.py
index b14251ed85..f93268be02 100755
--- a/tools/nanobench_flags.py
+++ b/tools/nanobench_flags.py
@@ -84,7 +84,8 @@ def get_args(bot):
match.append('~desk_unicodetable')
if 'GalaxyS4' in bot:
match.append('~GLInstancedArraysBench') # skia:4371
-
+ if 'Nexus5' in bot:
+ match.append('~keymobi_shop_mobileweb_ebay_com.skp') # skia:5178
if 'iOS' in bot:
match.append('~blurroundrect')
match.append('~patch_grid') # skia:2847
@@ -157,6 +158,7 @@ def self_test():
'Test-Android-GCC-GalaxyS4-GPU-SGX544-Arm7-Release',
'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot',
'Perf-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Release',
+ 'Perf-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Release',
]
cov = coverage.coverage()