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

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

Issue 10828369: Enable perf_av pyauto tests on windows bot. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 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
« no previous file with comments | « no previous file | no next file » | 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) 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 794 matching lines...) Expand 10 before | Expand all | Expand 10 after
805 # HTML5 media performance tests. 805 # HTML5 media performance tests.
806 'AV_PERF': { 806 'AV_PERF': {
807 'linux': [ 807 'linux': [
808 'media.audio_latency_perf', 808 'media.audio_latency_perf',
809 'media.media_constrained_network_perf', 809 'media.media_constrained_network_perf',
810 'media.media_scrub_perf', 810 'media.media_scrub_perf',
811 'media.media_seek_perf', 811 'media.media_seek_perf',
812 'media.media_stat_perf', 812 'media.media_stat_perf',
813 'media.mixed_audio_latency_perf', 813 'media.mixed_audio_latency_perf',
814 ], 814 ],
815 'win': [
816 'media.audio_latency_perf',
817 'media.media_constrained_network_perf',
818 'media.media_scrub_perf',
819 'media.media_seek_perf',
820 'media.media_stat_perf',
821 'media.mixed_audio_latency_perf',
822 ],
815 }, 823 },
816 824
817 # WebRTC MediaStream tests. Requires webcam and audio device to be present on 825 # WebRTC MediaStream tests. Requires webcam and audio device to be present on
818 # the test machine. 826 # the test machine.
819 'WEBRTC': { 827 'WEBRTC': {
820 'all': [ 828 'all': [
821 'media_stream_infobar', 829 'media_stream_infobar',
822 'webrtc_brutality_test', 830 'webrtc_brutality_test',
823 'webrtc_call', 831 'webrtc_call',
824 # crbug.com/140465 832 # crbug.com/140465
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 882 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
875 '-ntp.NTPTest.testUninstallApp', 883 '-ntp.NTPTest.testUninstallApp',
876 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 884 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
877 '-ntp.NTPTest.testLaunchAppRegularTab', 885 '-ntp.NTPTest.testLaunchAppRegularTab',
878 '-ntp.NTPTest.testLaunchAppPinnedTab', 886 '-ntp.NTPTest.testLaunchAppPinnedTab',
879 '-ntp.NTPTest.testGetAppsWhenInstallApp', 887 '-ntp.NTPTest.testGetAppsWhenInstallApp',
880 '-ntp.NTPTest.testLaunchAppNewWindow', 888 '-ntp.NTPTest.testLaunchAppNewWindow',
881 ], 889 ],
882 }, 890 },
883 } 891 }
OLDNEW
« 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