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

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

Issue 1962563005: Re-enable media.tough_video_cases on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | tools/perf/page_sets/tough_video_cases.py » ('j') | 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 701b89ccd89267c46a4557f6d8bbfc18234163b8..153e42d46417350f5ff832d0416153e4fe80c815 100644
--- a/tools/perf/benchmarks/media.py
+++ b/tools/perf/benchmarks/media.py
@@ -39,9 +39,8 @@ class _MSEMeasurement(legacy_page_test.LegacyPageTest):
# 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', 'mac')
+@benchmark.Disabled('android', 'win8', 'win7')
class Media(perf_benchmark.PerfBenchmark):
"""Obtains media metrics for key user scenarios."""
test = media.Media
« no previous file with comments | « no previous file | tools/perf/page_sets/tough_video_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698