| 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 23 matching lines...) Expand all Loading... |
| 34 'downloads', | 34 'downloads', |
| 35 'find_in_page', | 35 'find_in_page', |
| 36 # Turkish I problem. crbug.com/60638 | 36 # Turkish I problem. crbug.com/60638 |
| 37 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', | 37 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', |
| 38 'execute_javascript', | 38 'execute_javascript', |
| 39 'history', | 39 'history', |
| 40 'imports', | 40 'imports', |
| 41 'infobars', | 41 'infobars', |
| 42 'navigation', | 42 'navigation', |
| 43 'notifications', | 43 'notifications', |
| 44 # Sometimes notification process hasn't been created yet, crbug.com/65408 |
| 45 '-notifications.NotificationsTest.testKillNotificationProcess', |
| 44 'ntp', | 46 'ntp', |
| 45 'omnibox', | 47 'omnibox', |
| 46 'passwords', | 48 'passwords', |
| 47 'pdf', | 49 'pdf', |
| 48 'plugins', | 50 'plugins', |
| 49 # 'popups', crbug.com/59208 | 51 # 'popups', crbug.com/59208 |
| 50 'prefs', | 52 'prefs', |
| 51 'search_engines', | 53 'search_engines', |
| 52 'special_tabs', | 54 'special_tabs', |
| 53 # 'sync', crbug.com/60970 | 55 # 'sync', crbug.com/60970 |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 '-downloads.DownloadsTest.testBigZip', | 122 '-downloads.DownloadsTest.testBigZip', |
| 121 '-downloads.DownloadsTest.testCancelDownload', | 123 '-downloads.DownloadsTest.testCancelDownload', |
| 122 '-downloads.DownloadsTest.testPauseAndResume', | 124 '-downloads.DownloadsTest.testPauseAndResume', |
| 123 '-translate.TranslateTest.testDownloadsNotTranslated', | 125 '-translate.TranslateTest.testDownloadsNotTranslated', |
| 124 # crosbug.com/9499 | 126 # crosbug.com/9499 |
| 125 '-crash_reporter.CrashReporterTest.testRendererCrash', | 127 '-crash_reporter.CrashReporterTest.testRendererCrash', |
| 126 # crbug.com/64269 | 128 # crbug.com/64269 |
| 127 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', | 129 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', |
| 128 ], | 130 ], |
| 129 } | 131 } |
| OLD | NEW |