OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', | 158 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', |
159 '-prefs.PrefsTest.testDownloadDirPref', | 159 '-prefs.PrefsTest.testDownloadDirPref', |
160 # crbug.com/88679 | 160 # crbug.com/88679 |
161 '-sync', | 161 '-sync', |
162 # crbug.com/86949 | 162 # crbug.com/86949 |
163 '-sync.SyncTest.testRestartBrowser', | 163 '-sync.SyncTest.testRestartBrowser', |
164 # crbug.com/87642 | 164 # crbug.com/87642 |
165 '-sync.SyncTest.testDisableAndEnableDatatypes', | 165 '-sync.SyncTest.testDisableAndEnableDatatypes', |
166 # crbug.com/88190 | 166 # crbug.com/88190 |
167 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', | 167 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', |
| 168 # crbug.com/89784 |
| 169 '-autofill.AutofillTest.testProfileSavedWithValidCountryPhone', |
168 ], | 170 ], |
169 | 171 |
170 'mac': [ | 172 'mac': [ |
171 # ================================================== | 173 # ================================================== |
172 # Disabled tests that need to be investigated/fixed. | 174 # Disabled tests that need to be investigated/fixed. |
173 # ================================================== | 175 # ================================================== |
174 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 176 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
175 '-autofill', | 177 '-autofill', |
176 # codesign tests should run *after* signing. crbug.com/50481 | 178 # codesign tests should run *after* signing. crbug.com/50481 |
177 '-codesign', | 179 '-codesign', |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
440 | 442 |
441 # HTML5 media functional tests. | 443 # HTML5 media functional tests. |
442 'AV_FUNC': { | 444 'AV_FUNC': { |
443 'linux': [ | 445 'linux': [ |
444 'media.media_event_simple_action', | 446 'media.media_event_simple_action', |
445 'media.media_event_simple_test', | 447 'media.media_event_simple_test', |
446 'media.media_event_track', | 448 'media.media_event_track', |
447 ], | 449 ], |
448 }, | 450 }, |
449 } | 451 } |
OLD | NEW |