summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorshadi@chromium.org <shadi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-11 02:09:26 +0000
committershadi@chromium.org <shadi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-11 02:09:26 +0000
commitc61eff8452dd7ec937778b07b64102d9cd1b5349 (patch)
treeedb518a720f86a4316d73d380895cefc22e37cf9 /tools
parent6a6605f2a113fa6d8bdbc150c74e55c3ef7ae51d (diff)
downloadchromium_src-c61eff8452dd7ec937778b07b64102d9cd1b5349.zip
chromium_src-c61eff8452dd7ec937778b07b64102d9cd1b5349.tar.gz
chromium_src-c61eff8452dd7ec937778b07b64102d9cd1b5349.tar.bz2
Revert 239236 "Disable media.tough_media_cases on Win8"
The CL did not actually disable the tests. > Disable media.tough_media_cases on Win8 > > BUG=326384 > NOTRY=true > > Review URL: https://codereview.chromium.org/108583002 TBR=shadi@chromium.org Review URL: https://codereview.chromium.org/111953006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239957 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/benchmarks/media.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/perf/benchmarks/media.py b/tools/perf/benchmarks/media.py
index 31267b9..7c4d165 100644
--- a/tools/perf/benchmarks/media.py
+++ b/tools/perf/benchmarks/media.py
@@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import platform
import sys
from measurements import media
@@ -11,9 +10,6 @@ from telemetry import test
class Media(test.Test):
"""Obtains media metrics for key user scenarios."""
test = media.Media
- # Disable on Win8 crbug.com/326384
- win8 = sys.platform.startswith('win') and '2008' in platform.release()
- enabled = not win8
page_set = 'page_sets/tough_video_cases.json'
class MediaNetworkSimulation(test.Test):