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

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

Issue 9290008: Introduce new basic playback test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review fixes. PYAUTO_TESTS. Created 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'execute_javascript', 47 'execute_javascript',
48 'extensions', 48 'extensions',
49 'find_in_page', 49 'find_in_page',
50 'flash', 50 'flash',
51 'history', 51 'history',
52 'https', 52 'https',
53 'imports', 53 'imports',
54 'indexeddb', 54 'indexeddb',
55 'infobars', 55 'infobars',
56 'instant', 56 'instant',
57 'media.media_basic_playback',
57 'multiprofile', 58 'multiprofile',
58 'navigation', 59 'navigation',
59 'notifications', 60 'notifications',
60 'ntp', 61 'ntp',
61 'omnibox', 62 'omnibox',
62 'passwords', 63 'passwords',
63 'pdf', 64 'pdf',
64 'plugins', 65 'plugins',
65 'plugins_check', 66 'plugins_check',
66 'policy', 67 'policy',
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 ], 624 ],
624 }, 625 },
625 626
626 # HTML5 media performance tests. 627 # HTML5 media performance tests.
627 'AV_PERF': { 628 'AV_PERF': {
628 'linux': [ 629 'linux': [
629 'media.media_constrained_network_perf', 630 'media.media_constrained_network_perf',
630 ], 631 ],
631 }, 632 },
632 } 633 }
OLDNEW
« no previous file with comments | « chrome/test/data/media/html/utils.js ('k') | chrome/test/functional/media/media_basic_playback.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698