| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 27 matching lines...) Expand all Loading... |
| 38 # Turkish I problem. crbug.com/60638 | 38 # Turkish I problem. crbug.com/60638 |
| 39 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', | 39 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', |
| 40 'execute_javascript', | 40 'execute_javascript', |
| 41 'history', | 41 'history', |
| 42 'imports', | 42 'imports', |
| 43 'infobars', | 43 'infobars', |
| 44 'navigation', | 44 'navigation', |
| 45 'notifications', | 45 'notifications', |
| 46 # Sometimes notification process hasn't been created yet, crbug.com/65408 | 46 # Sometimes notification process hasn't been created yet, crbug.com/65408 |
| 47 '-notifications.NotificationsTest.testKillNotificationProcess', | 47 '-notifications.NotificationsTest.testKillNotificationProcess', |
| 48 # crbug.com/66072 |
| 49 '-notifications.NotificationsTest.testNotificationReplacement', |
| 50 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
| 48 'ntp', | 51 'ntp', |
| 49 'omnibox', | 52 'omnibox', |
| 50 'passwords', | 53 'passwords', |
| 51 'pdf', | 54 'pdf', |
| 52 'plugins', | 55 'plugins', |
| 53 # 'popups', crbug.com/59208 | 56 # 'popups', crbug.com/59208 |
| 54 'prefs', | 57 'prefs', |
| 55 'search_engines', | 58 'search_engines', |
| 56 'special_tabs', | 59 'special_tabs', |
| 57 # 'sync', crbug.com/60970 | 60 # 'sync', crbug.com/60970 |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 '-downloads.DownloadsTest.testBigZip', | 131 '-downloads.DownloadsTest.testBigZip', |
| 129 '-downloads.DownloadsTest.testCancelDownload', | 132 '-downloads.DownloadsTest.testCancelDownload', |
| 130 '-downloads.DownloadsTest.testPauseAndResume', | 133 '-downloads.DownloadsTest.testPauseAndResume', |
| 131 '-translate.TranslateTest.testDownloadsNotTranslated', | 134 '-translate.TranslateTest.testDownloadsNotTranslated', |
| 132 # crosbug.com/9499 | 135 # crosbug.com/9499 |
| 133 '-crash_reporter.CrashReporterTest.testRendererCrash', | 136 '-crash_reporter.CrashReporterTest.testRendererCrash', |
| 134 # crbug.com/64269 | 137 # crbug.com/64269 |
| 135 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', | 138 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', |
| 136 ], | 139 ], |
| 137 } | 140 } |
| OLD | NEW |