| 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 '-ntp.NTPTest.testLaunchAppRegularTab', | 156 '-ntp.NTPTest.testLaunchAppRegularTab', |
| 157 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 157 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
| 158 '-ntp.NTPTest.testUninstallApp', | 158 '-ntp.NTPTest.testUninstallApp', |
| 159 # crbug.com/70694, crbug.com/73078 | 159 # crbug.com/70694, crbug.com/73078 |
| 160 '-passwords.PasswordTest.testInfoBarDisappearByReload', | 160 '-passwords.PasswordTest.testInfoBarDisappearByReload', |
| 161 '-passwords.PasswordTest.testNeverSavePasswords', | 161 '-passwords.PasswordTest.testNeverSavePasswords', |
| 162 # crbug.com/91887 | 162 # crbug.com/91887 |
| 163 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', | 163 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', |
| 164 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', | 164 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', |
| 165 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', | 165 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', |
| 166 # causes browser crash? crbug.com/99865 |
| 167 '-prefs.PrefsTest.testGeolocationPref', |
| 166 # crbug.com/88679 | 168 # crbug.com/88679 |
| 167 '-sync', | 169 '-sync', |
| 168 # crbug.com/86949 | 170 # crbug.com/86949 |
| 169 '-sync.SyncTest.testRestartBrowser', | 171 '-sync.SyncTest.testRestartBrowser', |
| 170 # crbug.com/87642 | 172 # crbug.com/87642 |
| 171 '-sync.SyncTest.testDisableAndEnableDatatypes', | 173 '-sync.SyncTest.testDisableAndEnableDatatypes', |
| 172 # crbug.com/95621 | 174 # crbug.com/95621 |
| 173 '-youtube.YoutubeTest.testPlayerStatus', | 175 '-youtube.YoutubeTest.testPlayerStatus', |
| 174 ], | 176 ], |
| 175 | 177 |
| (...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 584 | 586 |
| 585 # HTML5 media functional tests. | 587 # HTML5 media functional tests. |
| 586 'AV_FUNC': { | 588 'AV_FUNC': { |
| 587 'linux': [ | 589 'linux': [ |
| 588 'media.media_event_simple_action', | 590 'media.media_event_simple_action', |
| 589 'media.media_event_simple_test', | 591 'media.media_event_simple_test', |
| 590 'media.media_event_track', | 592 'media.media_event_track', |
| 591 ], | 593 ], |
| 592 }, | 594 }, |
| 593 } | 595 } |
| OLD | NEW |