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 809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
820 'media.media_stat_perf', | 820 'media.media_stat_perf', |
821 'media.mixed_audio_latency_perf', | 821 'media.mixed_audio_latency_perf', |
822 ], | 822 ], |
823 }, | 823 }, |
824 | 824 |
825 # 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 |
826 # the test machine. | 826 # the test machine. |
827 'WEBRTC': { | 827 'WEBRTC': { |
828 'all': [ | 828 'all': [ |
829 'media_stream_infobar', | 829 'media_stream_infobar', |
| 830 'webrtc_brutality_test', |
830 'webrtc_call', | 831 'webrtc_call', |
| 832 # crbug.com/140465 |
| 833 '-webrtc_brutality_test.WebrtcBrutalityTest.testRepeatedGetUserMediaReques
ts' |
831 ], | 834 ], |
832 }, | 835 }, |
833 | 836 |
834 # Trace event tests. | 837 # Trace event tests. |
835 'TRACING': { | 838 'TRACING': { |
836 'all': [ | 839 'all': [ |
837 'tracing.tracing_smoke_test', | 840 'tracing.tracing_smoke_test', |
838 ], | 841 ], |
839 }, | 842 }, |
840 | 843 |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
879 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 882 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
880 '-ntp.NTPTest.testUninstallApp', | 883 '-ntp.NTPTest.testUninstallApp', |
881 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 884 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
882 '-ntp.NTPTest.testLaunchAppRegularTab', | 885 '-ntp.NTPTest.testLaunchAppRegularTab', |
883 '-ntp.NTPTest.testLaunchAppPinnedTab', | 886 '-ntp.NTPTest.testLaunchAppPinnedTab', |
884 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 887 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
885 '-ntp.NTPTest.testLaunchAppNewWindow', | 888 '-ntp.NTPTest.testLaunchAppNewWindow', |
886 ], | 889 ], |
887 }, | 890 }, |
888 } | 891 } |
OLD | NEW |