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

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

Issue 2734553002: Re-enable tough_video_cases on Windows 8. (Closed)
Patch Set: Also re-enable windows 8 for tough_video_cases_extra. Created 3 years, 10 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 4ba2e0a1efe931b57e11c35b8c09c3232b6ec115..c5c6ba613934b033b5f76770000c5d16809565bf 100644
--- a/tools/perf/benchmarks/media.py
+++ b/tools/perf/benchmarks/media.py
@@ -38,9 +38,8 @@ class _MSEMeasurement(legacy_page_test.LegacyPageTest):
# android: See media.android.tough_video_cases below
-# win8: crbug.com/531618
# crbug.com/565180: Only include cases that report time_to_play
-@benchmark.Disabled('android', 'win8')
+@benchmark.Disabled('android')
class Media(perf_benchmark.PerfBenchmark):
"""Obtains media metrics for key user scenarios."""
test = media.Media
@@ -52,7 +51,7 @@ class Media(perf_benchmark.PerfBenchmark):
# crbug.com/565180: Only include cases that don't report time_to_play
-@benchmark.Disabled('android', 'win8')
+@benchmark.Disabled('android')
class MediaExtra(perf_benchmark.PerfBenchmark):
"""Obtains extra 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