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

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

Issue 1075153003: Disabled media.tough_video_cases on XP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 eff334562b278a9eb5969ede291f90cb145773ab..a93cf76e2c9ce7ee504e8305a7a036d792753437 100644
--- a/tools/perf/benchmarks/media.py
+++ b/tools/perf/benchmarks/media.py
@@ -56,7 +56,9 @@ class MediaNetworkSimulation(benchmark.Benchmark):
@benchmark.Enabled('android')
-@benchmark.Disabled('l', 'android-webview') # WebView: crbug.com/419689
+# WebView: crbug.com/419689
+# XP: crbug.com/475191
+@benchmark.Disabled('l', 'android-webview', 'xp')
class MediaAndroid(benchmark.Benchmark):
"""Obtains media metrics for key user scenarios on Android."""
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