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 13 matching lines...) Expand all Loading... |
24 'autofill', | 24 'autofill', |
25 'bookmark_bar', | 25 'bookmark_bar', |
26 'bookmarks', | 26 'bookmarks', |
27 'browser', | 27 'browser', |
28 'browsing_data', | 28 'browsing_data', |
29 'codesign', | 29 'codesign', |
30 'content', | 30 'content', |
31 'cookies', | 31 'cookies', |
32 'crash_reporter', | 32 'crash_reporter', |
33 'databases', | 33 'databases', |
34 # Reloading after kill doesn't load the page, crbug.com/64708. | |
35 '-databases.DatabasesTest.testModificationsPersistAfterRendererCrash', | |
36 'downloads', | 34 'downloads', |
37 'find_in_page', | 35 'find_in_page', |
38 # Turkish I problem. crbug.com/60638 | 36 # Turkish I problem. crbug.com/60638 |
39 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', | 37 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', |
40 'execute_javascript', | 38 'execute_javascript', |
41 'history', | 39 'history', |
42 'imports', | 40 'imports', |
43 'infobars', | 41 'infobars', |
44 'navigation', | 42 'navigation', |
45 'notifications', | 43 'notifications', |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 '-downloads.DownloadsTest.testBigZip', | 129 '-downloads.DownloadsTest.testBigZip', |
132 '-downloads.DownloadsTest.testCancelDownload', | 130 '-downloads.DownloadsTest.testCancelDownload', |
133 '-downloads.DownloadsTest.testPauseAndResume', | 131 '-downloads.DownloadsTest.testPauseAndResume', |
134 '-translate.TranslateTest.testDownloadsNotTranslated', | 132 '-translate.TranslateTest.testDownloadsNotTranslated', |
135 # crosbug.com/9499 | 133 # crosbug.com/9499 |
136 '-crash_reporter.CrashReporterTest.testRendererCrash', | 134 '-crash_reporter.CrashReporterTest.testRendererCrash', |
137 # crbug.com/64269 | 135 # crbug.com/64269 |
138 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', | 136 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', |
139 ], | 137 ], |
140 } | 138 } |
OLD | NEW |