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

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

Issue 1807183002: Disable media.tough_video_cases on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/media.py
diff --git a/tools/perf/benchmarks/media.py b/tools/perf/benchmarks/media.py
index f071bc7e4a571ea8aa24132a7ee4dd19160c959f..fa65babb5c862ea400f48aec4bd5947f297e1ba0 100644
--- a/tools/perf/benchmarks/media.py
+++ b/tools/perf/benchmarks/media.py
@@ -39,8 +39,9 @@ class _MSEMeasurement(page_test.PageTest):
# android: See media.android.tough_video_cases below
# win8: crbug.com/531618
# win7: crbug.com/555079
+# mac: crbug.com/595665
# crbug.com/565180: Only include cases that report time_to_play
-@benchmark.Disabled('android', 'win8', 'win7')
+@benchmark.Disabled('android', 'win8', 'win7', 'mac')
class Media(perf_benchmark.PerfBenchmark):
"""Obtains media metrics for key user scenarios."""
test = media.Media
« 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