| 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 # crbug.com/100593 | 101 # crbug.com/100593 |
| 102 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin', | 102 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin', |
| 103 # crbug.com/105560 | 103 # crbug.com/105560 |
| 104 '-notifications', | 104 '-notifications', |
| 105 # crbug.com/99506 | 105 # crbug.com/99506 |
| 106 '-notifications.NotificationsTest.testSpecialURLNotification', | 106 '-notifications.NotificationsTest.testSpecialURLNotification', |
| 107 # crbug.com/71715 | 107 # crbug.com/71715 |
| 108 '-omnibox.OmniboxTest.testHistoryResult', | 108 '-omnibox.OmniboxTest.testHistoryResult', |
| 109 # crbug.com/123019 | 109 # crbug.com/123019 |
| 110 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', | 110 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', |
| 111 # crbug.com/117720 | |
| 112 '-passwords.PasswordTest.testPasswordAutofilledInIncognito', | |
| 113 # crbug.com/86524 | 111 # crbug.com/86524 |
| 114 '-plugins.PluginsTest.testAllowPluginException', | 112 '-plugins.PluginsTest.testAllowPluginException', |
| 115 # crbug.com/97140 | 113 # crbug.com/97140 |
| 116 '-plugins.PluginsTest.testDisableEnableAllPlugins', | 114 '-plugins.PluginsTest.testDisableEnableAllPlugins', |
| 117 # crbug.com/85307 | 115 # crbug.com/85307 |
| 118 '-plugins.PluginsTest.testKillAndReloadAllPlugins', | 116 '-plugins.PluginsTest.testKillAndReloadAllPlugins', |
| 119 # crbug.com/115427 | 117 # crbug.com/115427 |
| 120 '-policy.PolicyTest.testAlwaysAuthorizePlugins', | 118 '-policy.PolicyTest.testAlwaysAuthorizePlugins', |
| 121 # crbug.com/118054 | 119 # crbug.com/118054 |
| 122 '-policy.PolicyTest.testApplicationLocaleValue', | 120 '-policy.PolicyTest.testApplicationLocaleValue', |
| (...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 736 | 734 |
| 737 # WebRTC MediaStream tests. Requires webcam and audio device to be present on | 735 # WebRTC MediaStream tests. Requires webcam and audio device to be present on |
| 738 # the test machine. | 736 # the test machine. |
| 739 'WEBRTC': { | 737 'WEBRTC': { |
| 740 'all': [ | 738 'all': [ |
| 741 'media_stream_infobar', | 739 'media_stream_infobar', |
| 742 'webrtc_call', | 740 'webrtc_call', |
| 743 ], | 741 ], |
| 744 }, | 742 }, |
| 745 } | 743 } |
| OLD | NEW |