| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 48 # crbug.com/66072 |
| 49 '-notifications.NotificationsTest.testNotificationReplacement', | 49 '-notifications.NotificationsTest.testNotificationReplacement', |
| 50 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 50 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
| 51 'ntp', | 51 'ntp', |
| 52 'omnibox', | 52 'omnibox', |
| 53 'passwords', | 53 'passwords', |
| 54 'pdf', | 54 'pdf', |
| 55 'plugins', | 55 'plugins', |
| 56 # 'popups', crbug.com/59208 | 56 'popups', |
| 57 'prefs', | 57 'prefs', |
| 58 'search_engines', | 58 'search_engines', |
| 59 'special_tabs', | 59 'special_tabs', |
| 60 # 'sync', crbug.com/60970 | 60 # 'sync', crbug.com/60970 |
| 61 'test_basic.SimpleTest.testCanOpenGoogle', | 61 'test_basic.SimpleTest.testCanOpenGoogle', |
| 62 'themes', | 62 'themes', |
| 63 # Disable translate test until it can run fine on golo. crbug.com/61256 | 63 # Disable translate test until it can run fine on golo. crbug.com/61256 |
| 64 # 'translate', | 64 # 'translate', |
| 65 ## This test fails due to crbug.com/35485 | 65 ## This test fails due to crbug.com/35485 |
| 66 # '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', | 66 # '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 '-translate.TranslateTest.testDownloadsNotTranslated', | 144 '-translate.TranslateTest.testDownloadsNotTranslated', |
| 145 # crosbug.com/9499 | 145 # crosbug.com/9499 |
| 146 '-crash_reporter.CrashReporterTest.testRendererCrash', | 146 '-crash_reporter.CrashReporterTest.testRendererCrash', |
| 147 # crbug.com/64269 | 147 # crbug.com/64269 |
| 148 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', | 148 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', |
| 149 # Unsafe downloads tests broken. crbug.com/66081 | 149 # Unsafe downloads tests broken. crbug.com/66081 |
| 150 '-downloads.DownloadsTest.testDeclineDangerousDownload', | 150 '-downloads.DownloadsTest.testDeclineDangerousDownload', |
| 151 '-downloads.DownloadsTest.testSaveDangerousFile', | 151 '-downloads.DownloadsTest.testSaveDangerousFile', |
| 152 ], | 152 ], |
| 153 } | 153 } |
| OLD | NEW |