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

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

Issue 2557623003: Disable ref on N5 for memory.long_running_idle_gmail_background_tbmv2. (Closed)
Patch Set: Created 4 years 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/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
« 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