| Index: tools/perf/benchmarks/oilpan_gc_times.py
|
| diff --git a/tools/perf/benchmarks/oilpan_gc_times.py b/tools/perf/benchmarks/oilpan_gc_times.py
|
| index 222ba315c5d084e76b3a215f156788b66d6daa08..b2b6d4a6f38ccac7efbe7f81daeace5ceb0e8524 100644
|
| --- a/tools/perf/benchmarks/oilpan_gc_times.py
|
| +++ b/tools/perf/benchmarks/oilpan_gc_times.py
|
| @@ -59,3 +59,8 @@ class OilpanGCTimesSyncScrollKeyMobileSites(perf_benchmark.PerfBenchmark):
|
| @classmethod
|
| def Name(cls):
|
| return 'oilpan_gc_times.sync_scroll.key_mobile_sites_smooth'
|
| +
|
| + @classmethod
|
| + def ShouldDisable(cls, possible_browser): # http://crbug.com/597656
|
| + return (possible_browser.browser_type == 'reference' and
|
| + possible_browser.platform.GetDeviceTypeName() == 'Nexus 5X')
|
|
|