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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 '-ntp.NTPTest.testUninstallApp', | 152 '-ntp.NTPTest.testUninstallApp', |
153 # crbug.com/70694, crbug.com/73078 | 153 # crbug.com/70694, crbug.com/73078 |
154 '-passwords.PasswordTest.testInfoBarDisappearByReload', | 154 '-passwords.PasswordTest.testInfoBarDisappearByReload', |
155 '-passwords.PasswordTest.testNeverSavePasswords', | 155 '-passwords.PasswordTest.testNeverSavePasswords', |
156 # crbug.com/67588 | 156 # crbug.com/67588 |
157 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', | 157 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', |
158 # crbug.com/83820 | 158 # crbug.com/83820 |
159 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', | 159 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', |
160 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', | 160 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', |
161 '-prefs.PrefsTest.testDownloadDirPref', | 161 '-prefs.PrefsTest.testDownloadDirPref', |
| 162 # crbug.com/88679 |
| 163 '-sync', |
162 # crbug.com/86949 | 164 # crbug.com/86949 |
163 '-sync.SyncTest.testRestartBrowser', | 165 '-sync.SyncTest.testRestartBrowser', |
164 # crbug.com/87642 | 166 # crbug.com/87642 |
165 '-sync.SyncTest.testDisableAndEnableDatatypes', | 167 '-sync.SyncTest.testDisableAndEnableDatatypes', |
166 # crbug.com/88190 | 168 # crbug.com/88190 |
167 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', | 169 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', |
168 ], | 170 ], |
169 | 171 |
170 'mac': [ | 172 'mac': [ |
171 # ================================================== | 173 # ================================================== |
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
387 | 389 |
388 # HTML5 media functional tests. | 390 # HTML5 media functional tests. |
389 'AV_FUNC': { | 391 'AV_FUNC': { |
390 'linux': [ | 392 'linux': [ |
391 'media.media_event_simple_action', | 393 'media.media_event_simple_action', |
392 'media.media_event_simple_test', | 394 'media.media_event_simple_test', |
393 'media.media_event_track', | 395 'media.media_event_track', |
394 ], | 396 ], |
395 }, | 397 }, |
396 } | 398 } |
OLD | NEW |