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

Unified Diff: tools/perf/benchmarks/v8.py

Issue 1820113002: Disabling v8.google on Android One. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/v8.py
diff --git a/tools/perf/benchmarks/v8.py b/tools/perf/benchmarks/v8.py
index b531ce5c522f3878d6a58b3aab23d021b6234690..f87ba210e8855deacb6b87109697ef2d265df8ea 100644
--- a/tools/perf/benchmarks/v8.py
+++ b/tools/perf/benchmarks/v8.py
@@ -226,5 +226,9 @@ class V8Adword(perf_benchmark.PerfBenchmark):
return 'v8.google'
@classmethod
+ def ShouldDisable(cls, possible_browser):
+ return cls.IsSvelte(possible_browser) # http://crbug.com/596556
+
+ @classmethod
def ShouldTearDownStateAfterEachStoryRun(cls):
return True
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698