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

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

Issue 2610093002: Disable smoothness.key_desktop_move_cases.reference on windows (Closed)
Patch Set: Created 3 years, 12 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/smoothness.py
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
index 8c611a7fe5e0bc7e6b525d578bc0d8872844431f..21ea4eef80a9bf892c933397ebfdf4fb270bed47 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -140,6 +140,11 @@ class SmoothnessKeyDesktopMoveCases(_Smoothness):
def Name(cls):
return 'smoothness.key_desktop_move_cases'
+ @classmethod
+ def ShouldDisable(cls, possible_browser): # http://crbug.com/597656
+ return (possible_browser.browser_type == 'reference' and
+ possible_browser.platform.GetOSName() == 'win')
+
@benchmark.Enabled('android')
class SmoothnessKeyMobileSites(_Smoothness):
« 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