| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 # Disabled on vista in the actual test. crbug.com/89767 | 148 # Disabled on vista in the actual test. crbug.com/89767 |
| 149 # -imports.ImportsTest.testFirefoxImportFromPrefs | 149 # -imports.ImportsTest.testFirefoxImportFromPrefs |
| 150 # Disabled on vista in the actual test. crbug.com/89767 | 150 # Disabled on vista in the actual test. crbug.com/89767 |
| 151 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs | 151 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs |
| 152 # crbug.com/70694, crbug.com/73078 | 152 # crbug.com/70694, crbug.com/73078 |
| 153 '-passwords.PasswordTest.testInfoBarDisappearByReload', | 153 '-passwords.PasswordTest.testInfoBarDisappearByReload', |
| 154 '-passwords.PasswordTest.testNeverSavePasswords', | 154 '-passwords.PasswordTest.testNeverSavePasswords', |
| 155 # crbug.com/91887 | 155 # crbug.com/91887 |
| 156 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', | 156 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', |
| 157 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', | 157 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', |
| 158 # causes browser crash? crbug.com/99865 | |
| 159 '-prefs.PrefsTest.testGeolocationPref', | |
| 160 # crbug.com/104227 | 158 # crbug.com/104227 |
| 161 '-sync.SyncIntegrationTest', | 159 '-sync.SyncIntegrationTest', |
| 162 # crbug.com/88679 | 160 # crbug.com/88679 |
| 163 '-sync.SyncTest', | 161 '-sync.SyncTest', |
| 164 # crbug.com/86949 | 162 # crbug.com/86949 |
| 165 '-sync.SyncTest.testRestartBrowser', | 163 '-sync.SyncTest.testRestartBrowser', |
| 166 # crbug.com/87642 | 164 # crbug.com/87642 |
| 167 '-sync.SyncTest.testDisableAndEnableDatatypes', | 165 '-sync.SyncTest.testDisableAndEnableDatatypes', |
| 168 # crbug.com/95621 | 166 # crbug.com/95621 |
| 169 '-youtube.YoutubeTest.testPlayerStatus', | 167 '-youtube.YoutubeTest.testPlayerStatus', |
| (...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 620 | 618 |
| 621 # HTML5 media functional tests. | 619 # HTML5 media functional tests. |
| 622 'AV_FUNC': { | 620 'AV_FUNC': { |
| 623 'linux': [ | 621 'linux': [ |
| 624 'media.media_event_simple_action', | 622 'media.media_event_simple_action', |
| 625 'media.media_event_simple_test', | 623 'media.media_event_simple_test', |
| 626 'media.media_event_track', | 624 'media.media_event_track', |
| 627 ], | 625 ], |
| 628 }, | 626 }, |
| 629 } | 627 } |
| OLD | NEW |