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

Side by Side Diff: chrome/test/functional/PYAUTO_TESTS

Issue 8961023: Add media_constrained_network_perf to PYAUTO_TESTS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Go for gold. Created 9 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/test/functional/media/pyauto_media.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 # 4 #
5 # This file lists the pyauto tests that run as a part of the functional test 5 # This file lists the pyauto tests that run as a part of the functional test
6 # suite. 6 # suite.
7 # 7 #
8 # Tests can be enabled on a per-platform basis. Tests not listed here will 8 # Tests can be enabled on a per-platform basis. Tests not listed here will
9 # not be run. 9 # not be run.
10 # 10 #
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 'chromeos': [ 599 'chromeos': [
600 'perf.ScrollTest.testBlankPageScroll', 600 'perf.ScrollTest.testBlankPageScroll',
601 'perf.ScrollTest.testGooglePlusScroll', 601 'perf.ScrollTest.testGooglePlusScroll',
602 'perf.ScrollTest.testTextScroll', 602 'perf.ScrollTest.testTextScroll',
603 ], 603 ],
604 }, 604 },
605 605
606 # HTML5 media performance tests. 606 # HTML5 media performance tests.
607 'AV_PERF': { 607 'AV_PERF': {
608 'linux': [ 608 'linux': [
609 'media.media_playbacktime', 609 'media.media_constrained_network_perf',
Nirnimesh 2011/12/17 00:10:47 So you don't want media.media_playbacktime in this
610 'media.media_perf',
611 'media.media_fps',
612 ], 610 ],
613 }, 611 },
614 612
615 # HTML5 media functional tests. 613 # HTML5 media functional tests.
616 'AV_FUNC': { 614 'AV_FUNC': {
617 'linux': [ 615 'linux': [
618 'media.media_event_simple_action', 616 'media.media_event_simple_action',
619 'media.media_event_simple_test', 617 'media.media_event_simple_test',
620 'media.media_event_track', 618 'media.media_event_track',
621 ], 619 ],
622 }, 620 },
623 } 621 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/functional/media/pyauto_media.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698