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

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

Issue 1250453005: Re-enable session_restore on mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't remove bug number as it refers to Windows as well Created 5 years, 5 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/session_restore.py
diff --git a/tools/perf/benchmarks/session_restore.py b/tools/perf/benchmarks/session_restore.py
index d634fea1b682167532e3f6beb1f18cf79f5e2859..c5dd5b56ef66ee59f97333d647c73b1d7de96c28 100644
--- a/tools/perf/benchmarks/session_restore.py
+++ b/tools/perf/benchmarks/session_restore.py
@@ -62,7 +62,7 @@ class _SessionRestoreTypical25(perf_benchmark.PerfBenchmark):
return session_restore.SessionRestore(cold=is_cold)
# crbug.com/325479, crbug.com/381990, crbug.com/511273
-@benchmark.Disabled('android', 'linux', 'reference', 'mac')
+@benchmark.Disabled('android', 'linux', 'reference')
class SessionRestoreColdTypical25(_SessionRestoreTypical25):
"""Test by clearing system cache and profile before repeats."""
tag = 'cold'
@@ -74,7 +74,7 @@ class SessionRestoreColdTypical25(_SessionRestoreTypical25):
# crbug.com/325479, crbug.com/381990, crbug.com/511273
-@benchmark.Disabled('android', 'linux', 'reference', 'xp', 'mac')
+@benchmark.Disabled('android', 'linux', 'reference', 'xp')
class SessionRestoreWarmTypical25(_SessionRestoreTypical25):
"""Test without clearing system cache or profile before repeats.
« 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