| 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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 ], | 749 ], |
| 750 }, | 750 }, |
| 751 | 751 |
| 752 # WebRTC MediaStream tests. Requires webcam and audio device to be present on | 752 # WebRTC MediaStream tests. Requires webcam and audio device to be present on |
| 753 # the test machine. | 753 # the test machine. |
| 754 'WEBRTC': { | 754 'WEBRTC': { |
| 755 'all': [ | 755 'all': [ |
| 756 'media_stream_infobar', | 756 'media_stream_infobar', |
| 757 'webrtc_brutality_test', | 757 'webrtc_brutality_test', |
| 758 'webrtc_call', | 758 'webrtc_call', |
| 759 # crbug.com/140465 | |
| 760 '-webrtc_brutality_test.WebrtcBrutalityTest.testRepeatedGetUserMediaReques
ts' | |
| 761 ], | 759 ], |
| 762 }, | 760 }, |
| 763 | 761 |
| 764 # Trace event tests. | 762 # Trace event tests. |
| 765 'TRACING': { | 763 'TRACING': { |
| 766 'all': [ | 764 'all': [ |
| 767 'tracing.tracing_smoke_test', | 765 'tracing.tracing_smoke_test', |
| 768 ], | 766 ], |
| 769 }, | 767 }, |
| 770 | 768 |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 806 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 804 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
| 807 '-ntp.NTPTest.testUninstallApp', | 805 '-ntp.NTPTest.testUninstallApp', |
| 808 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 806 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
| 809 '-ntp.NTPTest.testLaunchAppRegularTab', | 807 '-ntp.NTPTest.testLaunchAppRegularTab', |
| 810 '-ntp.NTPTest.testLaunchAppPinnedTab', | 808 '-ntp.NTPTest.testLaunchAppPinnedTab', |
| 811 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 809 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
| 812 '-ntp.NTPTest.testLaunchAppNewWindow', | 810 '-ntp.NTPTest.testLaunchAppNewWindow', |
| 813 ], | 811 ], |
| 814 }, | 812 }, |
| 815 } | 813 } |
| OLD | NEW |