Chromium Code Reviews| 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. | |
|
Nirnimesh
2010/11/30 01:08:15
Are you sure?
testReloadActiveTab seems to work fi
| |
| 35 '-databases.DatabasesTest.testModificationsPersistAfterRendererCrash', | |
| 34 'downloads', | 36 'downloads', |
| 35 'find_in_page', | 37 'find_in_page', |
| 36 # Turkish I problem. crbug.com/60638 | 38 # Turkish I problem. crbug.com/60638 |
| 37 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', | 39 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', |
| 38 'execute_javascript', | 40 'execute_javascript', |
| 39 'history', | 41 'history', |
| 40 'imports', | 42 'imports', |
| 41 'infobars', | 43 'infobars', |
| 42 'navigation', | 44 'navigation', |
| 43 'notifications', | 45 'notifications', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 110 '-downloads.DownloadsTest.testNoUnsafeDownloadsOnRestart', | 112 '-downloads.DownloadsTest.testNoUnsafeDownloadsOnRestart', |
| 111 '-downloads.DownloadsTest.testZip', | 113 '-downloads.DownloadsTest.testZip', |
| 112 '-downloads.DownloadsTest.testZipInIncognito', | 114 '-downloads.DownloadsTest.testZipInIncognito', |
| 113 '-downloads.DownloadsTest.testCrazyFilenames', | 115 '-downloads.DownloadsTest.testCrazyFilenames', |
| 114 '-downloads.DownloadsTest.testBigZip', | 116 '-downloads.DownloadsTest.testBigZip', |
| 115 '-downloads.DownloadsTest.testCancelDownload', | 117 '-downloads.DownloadsTest.testCancelDownload', |
| 116 '-downloads.DownloadsTest.testPauseAndResume', | 118 '-downloads.DownloadsTest.testPauseAndResume', |
| 117 '-translate.TranslateTest.testDownloadsNotTranslated', | 119 '-translate.TranslateTest.testDownloadsNotTranslated', |
| 118 ], | 120 ], |
| 119 } | 121 } |
| OLD | NEW |