Revert of Blacklist GLVertexAttributesBench and GLVec4ScalarBench for GalaxyS4 due...
authorjoshualitt <joshualitt@google.com>
Thu, 1 Oct 2015 19:09:17 +0000 (12:09 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 1 Oct 2015 19:09:17 +0000 (12:09 -0700)
Reason for revert:
should hopefully be fixed, please reland if not.

Original issue's description:
> Blacklist GLVertexAttributesBench and GLVec4ScalarBench for GalaxyS4 due to skia:4373
>
> BUG=skia:4373
>
> Committed: https://skia.googlesource.com/skia/+/3420d2796bad5ce553efb9909790ea72e578dc47

TBR=borenet@google.com,benjaminwagner@google.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:4373

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

tools/nanobench_flags.json
tools/nanobench_flags.py

index 049bf54..6084ad1 100644 (file)
@@ -49,9 +49,7 @@
     "~blurroundrect", 
     "~patch_grid", 
     "~desk_carsvg", 
-    "~GLInstancedArraysBench", 
-    "~GLVertexAttributesBench", 
-    "~GLVec4ScalarBench"
+    "~GLInstancedArraysBench"
   ], 
   "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [
     "--scales", 
index 86d7203..f11ea1f 100755 (executable)
@@ -69,8 +69,6 @@ def get_args(bot):
     match.append('~desk_unicodetable')
   if 'GalaxyS4' in bot:
     match.append('~GLInstancedArraysBench')  # skia:4371
-    # skia:4373
-    match.extend(['~GLVertexAttributesBench', '~GLVec4ScalarBench'])
 
   if 'iOS' in bot:
     match.append('~blurroundrect')