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

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

Issue 2403513002: Disabling blink_perf.bindings on android reference (Closed)
Patch Set: Created 4 years, 2 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/blink_perf.py
diff --git a/tools/perf/benchmarks/blink_perf.py b/tools/perf/benchmarks/blink_perf.py
index 241aa21a9ae27b3bb205da7147ed691886c04e0b..b95b7c664345017a08a0656fbd3ea0b127e8c893 100644
--- a/tools/perf/benchmarks/blink_perf.py
+++ b/tools/perf/benchmarks/blink_perf.py
@@ -142,7 +142,11 @@ class BlinkPerfBindings(perf_benchmark.PerfBenchmark):
@classmethod
def ShouldDisable(cls, possible_browser):
- return cls.IsSvelte(possible_browser) # http://crbug.com/563979
+ # http://crbug.com/563979
+ return (cls.IsSvelte(possible_browser)
+ # http://crbug.com/653970
+ or (possible_browser.browser_type == 'reference' and
+ possible_browser.platform.GetOSName() == 'android'))
@benchmark.Enabled('content-shell')
« 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