| Index: tools/perf/benchmarks/memory.py
|
| diff --git a/tools/perf/benchmarks/memory.py b/tools/perf/benchmarks/memory.py
|
| index 0c4f3531899000af9f1d2493fc8ff9678191a04e..4eb83b900ad65d963929ca45e0ba5d00020d6a87 100644
|
| --- a/tools/perf/benchmarks/memory.py
|
| +++ b/tools/perf/benchmarks/memory.py
|
| @@ -227,7 +227,10 @@ class MemoryLongRunningIdleGmail(_MemoryV8Benchmark):
|
|
|
| @classmethod
|
| def ShouldDisable(cls, possible_browser):
|
| - return cls.IsSvelte(possible_browser) # http://crbug.com/611167
|
| + return (cls.IsSvelte(possible_browser) or # http://crbug.com/611167
|
| + # http://crbug.com/671650
|
| + ((possible_browser.browser_type == 'reference' and
|
| + possible_browser.platform.GetDeviceTypeName() == 'Nexus 5')))
|
|
|
|
|
| @benchmark.Enabled('has tabs') # http://crbug.com/612210
|
|
|