Blacklist desk_unicodetable SKP on Nexus Player
authorborenet <borenet@google.com>
Thu, 23 Apr 2015 19:44:31 +0000 (12:44 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 23 Apr 2015 19:44:31 +0000 (12:44 -0700)
It's getting us killed for OOM.

BUG=skia:3240

Review URL: https://codereview.chromium.org/1104693002

tools/nanobench_flags.py

index 6c9b9dd07064b146bbe9a760802d83547cc8b9a9..fb6d86363a8f570be3f9c691cde2e739039f0171 100755 (executable)
@@ -62,6 +62,9 @@ def get_args(bot):
     match.extend(['~gradient', '~etc1bitmap'])  # skia:2895
   if 'Nexus7' in bot:
     match = ['skp']  # skia:2774
+  if 'NexusPlayer' in bot:
+    match.append('~desk_unicodetable')
+
   if match:
     args.append('--match')
     args.extend(match)
@@ -75,6 +78,7 @@ def self_test():
   args = {}
   cases = [
     'Perf-Android-Nexus7-Tegra3-Arm7-Release',
+    'Perf-Android-GCC-NexusPlayer-GPU-PowerVR-x86-Release',
     'Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind',
     'Test-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Debug-ANGLE',
   ]