OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 'bookmarks', | 43 'bookmarks', |
44 'browser', | 44 'browser', |
45 'browsing_data', | 45 'browsing_data', |
46 'codesign', | 46 'codesign', |
47 'content', | 47 'content', |
48 '-content.ContentTest.testTopSitesContent', # crbug.com/71824 | 48 '-content.ContentTest.testTopSitesContent', # crbug.com/71824 |
49 'cookies', | 49 'cookies', |
50 'crash_reporter', | 50 'crash_reporter', |
51 'databases', | 51 'databases', |
52 'downloads', | 52 'downloads', |
53 'find_in_page', | 53 'find_in_page', |
54 # Turkish I problem. crbug.com/60638 | 54 # Turkish I problem. crbug.com/60638 |
55 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', | 55 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', |
56 'execute_javascript', | 56 'execute_javascript', |
57 'history', | 57 'history', |
58 'https', | 58 'https', |
59 'imports', | 59 'imports', |
60 'infobars', | 60 'infobars', |
61 'instant', | 61 'instant', |
62 # crbug.com/83459 | 62 # crbug.com/83459 |
63 '-instant.InstantTest.testPreFetchInstantURLSetsNoCookies', | 63 '-instant.InstantTest.testPreFetchInstantURLSetsNoCookies', |
(...skipping 23 matching lines...) Expand all Loading... |
87 'test_basic', | 87 'test_basic', |
88 'themes', | 88 'themes', |
89 ], | 89 ], |
90 | 90 |
91 'win': [ | 91 'win': [ |
92 # Some download test fails on win official builder, only thru buildbot | 92 # Some download test fails on win official builder, only thru buildbot |
93 # when downloading the small zip file. | 93 # when downloading the small zip file. |
94 # crbug.com/50481, crbug.com/54942 | 94 # crbug.com/50481, crbug.com/54942 |
95 '-downloads.DownloadsTest.testZip', | 95 '-downloads.DownloadsTest.testZip', |
96 '-downloads.DownloadsTest.testRemoveDownload', | 96 '-downloads.DownloadsTest.testRemoveDownload', |
97 '-downloads.DownloadsTest.testDownloadsPersistence', # crbug.com/83942 | |
98 # crbug.com/66072 | 97 # crbug.com/66072 |
99 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 98 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
100 # crbug.com/70694, crbug.com/73078 | 99 # crbug.com/70694, crbug.com/73078 |
101 '-passwords.PasswordTest.testInfoBarDisappearByReload', | 100 '-passwords.PasswordTest.testInfoBarDisappearByReload', |
102 '-passwords.PasswordTest.testNeverSavePasswords', | 101 '-passwords.PasswordTest.testNeverSavePasswords', |
103 # crbug.com/67588 | 102 # crbug.com/67588 |
104 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', | 103 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', |
105 '-prefs.PrefsTest.testDownloadDirPref', | 104 '-prefs.PrefsTest.testDownloadDirPref', |
106 # crbug.com/83820 | 105 # crbug.com/83820 |
107 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', | 106 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 # HTML5 media performance tests. | 252 # HTML5 media performance tests. |
254 'MEDIA_TESTS': { | 253 'MEDIA_TESTS': { |
255 'linux': [ | 254 'linux': [ |
256 'media.media_playbacktime', | 255 'media.media_playbacktime', |
257 'media.media_perf', | 256 'media.media_perf', |
258 'media.media_fps', | 257 'media.media_fps', |
259 'media.media_event_simple_test', | 258 'media.media_event_simple_test', |
260 ], | 259 ], |
261 }, | 260 }, |
262 } | 261 } |
OLD | NEW |