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

Unified Diff: tools/nanobench_flags.py

Issue 1365683003: Blacklist GLVertexAttributesBench and GLVec4ScalarBench for GalaxyS4 due to skia:4373 (Closed) Base URL: https://skia.googlesource.com/skia.git@bl-nanobench
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 f11ea1f0f1f936965f273ab3c524de925c87399a..86d720356de3a42a7a3efd79c5afe02809422f51 100755
--- a/tools/nanobench_flags.py
+++ b/tools/nanobench_flags.py
@@ -69,6 +69,8 @@ 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')
« 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