OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |