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

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

Issue 2612673002: Disable tab_switching.tough_energy_cases on win (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/tab_switching.py
diff --git a/tools/perf/benchmarks/tab_switching.py b/tools/perf/benchmarks/tab_switching.py
index 4af7f90745b62b1599fe290090fae566b2477aff..6962989cf54d46ac905afbc4b47f433169d80dff 100644
--- a/tools/perf/benchmarks/tab_switching.py
+++ b/tools/perf/benchmarks/tab_switching.py
@@ -83,7 +83,8 @@ class TabSwitchingFiveBlankTabs(perf_benchmark.PerfBenchmark):
@benchmark.Enabled('has tabs')
# http://crbug.com/460084, http://crbug.com/488067, http://crbug.com/634347
-@benchmark.Disabled('android', 'linux', 'mac-reference')
+# win: http://crbug.com/677311
+@benchmark.Disabled('android', 'linux', 'mac-reference', 'win')
class TabSwitchingToughEnergyCases(perf_benchmark.PerfBenchmark):
"""This test records the MPArch.RWH_TabSwitchPaintDuration histogram.
« 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