| 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 # crbug.com/66072 | 148 # crbug.com/66072 |
| 149 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 149 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
| 150 # crbug.com/85598 | 150 # crbug.com/85598 |
| 151 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 151 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
| 152 '-ntp.NTPTest.testLaunchAppFullScreen', | 152 '-ntp.NTPTest.testLaunchAppFullScreen', |
| 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 | |
| 159 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', | |
| 160 # crbug.com/70694, crbug.com/73078 | 158 # crbug.com/70694, crbug.com/73078 |
| 161 '-passwords.PasswordTest.testInfoBarDisappearByReload', | 159 '-passwords.PasswordTest.testInfoBarDisappearByReload', |
| 162 '-passwords.PasswordTest.testNeverSavePasswords', | 160 '-passwords.PasswordTest.testNeverSavePasswords', |
| 163 # crbug.com/91887 | 161 # crbug.com/91887 |
| 164 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', | 162 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', |
| 165 # crbug.com/67588 | 163 # crbug.com/67588 |
| 166 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', | 164 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', |
| 167 # crbug.com/88679 | 165 # crbug.com/88679 |
| 168 '-sync', | 166 '-sync', |
| 169 # crbug.com/86949 | 167 # crbug.com/86949 |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 525 | 523 |
| 526 # HTML5 media functional tests. | 524 # HTML5 media functional tests. |
| 527 'AV_FUNC': { | 525 'AV_FUNC': { |
| 528 'linux': [ | 526 'linux': [ |
| 529 'media.media_event_simple_action', | 527 'media.media_event_simple_action', |
| 530 'media.media_event_simple_test', | 528 'media.media_event_simple_test', |
| 531 'media.media_event_track', | 529 'media.media_event_track', |
| 532 ], | 530 ], |
| 533 }, | 531 }, |
| 534 } | 532 } |
| OLD | NEW |