| 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 '-ntp.NTPTest.testLaunchAppNewWindow', | 153 '-ntp.NTPTest.testLaunchAppNewWindow', |
| 154 '-ntp.NTPTest.testLaunchAppPinnedTab', | 154 '-ntp.NTPTest.testLaunchAppPinnedTab', |
| 155 '-ntp.NTPTest.testLaunchAppRegularTab', | 155 '-ntp.NTPTest.testLaunchAppRegularTab', |
| 156 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 156 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
| 157 '-ntp.NTPTest.testUninstallApp', | 157 '-ntp.NTPTest.testUninstallApp', |
| 158 # crbug.com/91222 | 158 # crbug.com/91222 |
| 159 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', | 159 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', |
| 160 # crbug.com/70694, crbug.com/73078 | 160 # crbug.com/70694, crbug.com/73078 |
| 161 '-passwords.PasswordTest.testInfoBarDisappearByReload', | 161 '-passwords.PasswordTest.testInfoBarDisappearByReload', |
| 162 '-passwords.PasswordTest.testNeverSavePasswords', | 162 '-passwords.PasswordTest.testNeverSavePasswords', |
| 163 # crbug.com/91887 |
| 164 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', |
| 163 # crbug.com/67588 | 165 # crbug.com/67588 |
| 164 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', | 166 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', |
| 165 '-prefs.PrefsTest.testDownloadDirPref', | 167 '-prefs.PrefsTest.testDownloadDirPref', |
| 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/88190 | 174 # crbug.com/88190 |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 | 480 |
| 479 # HTML5 media functional tests. | 481 # HTML5 media functional tests. |
| 480 'AV_FUNC': { | 482 'AV_FUNC': { |
| 481 'linux': [ | 483 'linux': [ |
| 482 'media.media_event_simple_action', | 484 'media.media_event_simple_action', |
| 483 'media.media_event_simple_test', | 485 'media.media_event_simple_test', |
| 484 'media.media_event_track', | 486 'media.media_event_track', |
| 485 ], | 487 ], |
| 486 }, | 488 }, |
| 487 } | 489 } |
| OLD | NEW |