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

Unified Diff: tools/nanobench_flags.py

Issue 1290223005: Try enabling all nanobenches on Nexus7 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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 9283683cb3bedf44a368718dd5f93e99cad7b224..5b4a968ffd758e7f71171455a6cecf971160fba4 100755
--- a/tools/nanobench_flags.py
+++ b/tools/nanobench_flags.py
@@ -63,8 +63,6 @@ def get_args(bot):
match.append('~desk_carsvg')
if 'HD2000' in bot:
match.extend(['~gradient', '~etc1bitmap']) # skia:2895
- if 'Nexus7' in bot:
- match = ['skp'] # skia:2774
if 'NexusPlayer' in bot:
match.append('~desk_unicodetable')
« 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