| 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 12 matching lines...) Expand all Loading... |
| 23 'all': [ | 23 'all': [ |
| 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 'downloads', | 34 'downloads', |
| 34 'find_in_page', | 35 'find_in_page', |
| 35 # Turkish I problem. crbug.com/60638 | 36 # Turkish I problem. crbug.com/60638 |
| 36 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', | 37 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', |
| 37 'execute_javascript', | 38 'execute_javascript', |
| 38 'history', | 39 'history', |
| 39 'imports', | 40 'imports', |
| 40 'infobars', | 41 'infobars', |
| 41 'navigation', | 42 'navigation', |
| 42 'notifications', | 43 'notifications', |
| 44 'ntp', |
| 43 'omnibox', | 45 'omnibox', |
| 44 'passwords', | 46 'passwords', |
| 45 'plugins', | 47 'plugins', |
| 46 # 'popups', crbug.com/59208 | 48 # 'popups', crbug.com/59208 |
| 47 'prefs', | 49 'prefs', |
| 48 'search_engines', | 50 'search_engines', |
| 49 'special_tabs', | 51 'special_tabs', |
| 50 # 'sync', crbug.com/60970 | 52 # 'sync', crbug.com/60970 |
| 51 'test_basic.SimpleTest.testCanOpenGoogle', | 53 'test_basic.SimpleTest.testCanOpenGoogle', |
| 52 'themes', | 54 'themes', |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 '-downloads.DownloadsTest.testNoUnsafeDownloadsOnRestart', | 110 '-downloads.DownloadsTest.testNoUnsafeDownloadsOnRestart', |
| 109 '-downloads.DownloadsTest.testZip', | 111 '-downloads.DownloadsTest.testZip', |
| 110 '-downloads.DownloadsTest.testZipInIncognito', | 112 '-downloads.DownloadsTest.testZipInIncognito', |
| 111 '-downloads.DownloadsTest.testCrazyFilenames', | 113 '-downloads.DownloadsTest.testCrazyFilenames', |
| 112 '-downloads.DownloadsTest.testBigZip', | 114 '-downloads.DownloadsTest.testBigZip', |
| 113 '-downloads.DownloadsTest.testCancelDownload', | 115 '-downloads.DownloadsTest.testCancelDownload', |
| 114 '-downloads.DownloadsTest.testPauseAndResume', | 116 '-downloads.DownloadsTest.testPauseAndResume', |
| 115 '-translate.TranslateTest.testDownloadsNotTranslated', | 117 '-translate.TranslateTest.testDownloadsNotTranslated', |
| 116 ], | 118 ], |
| 117 } | 119 } |
| OLD | NEW |