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 30 matching lines...) Expand all Loading... |
41 'codesign', | 41 'codesign', |
42 'content', | 42 'content', |
43 'cookies', | 43 'cookies', |
44 'crash_reporter', | 44 'crash_reporter', |
45 'databases', | 45 'databases', |
46 'downloads', | 46 'downloads', |
47 'execute_javascript', | 47 'execute_javascript', |
48 'extensions', | 48 'extensions', |
49 'find_in_page', | 49 'find_in_page', |
50 'flash', | 50 'flash', |
51 'gpu', | |
52 'history', | 51 'history', |
53 'https', | 52 'https', |
54 'imports', | 53 'imports', |
55 'infobars', | 54 'infobars', |
56 'instant', | 55 'instant', |
57 'navigation', | 56 'navigation', |
58 'notifications', | 57 'notifications', |
59 'ntp', | 58 'ntp', |
60 'omnibox', | 59 'omnibox', |
61 'passwords', | 60 'passwords', |
(...skipping 17 matching lines...) Expand all Loading... |
79 '-autofill.AutofillTest.testFillProfileCrazyCharacters', | 78 '-autofill.AutofillTest.testFillProfileCrazyCharacters', |
80 # crbug.com/81271 | 79 # crbug.com/81271 |
81 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', | 80 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', |
82 '-autofill.AutofillTest.testProfilesNotMergedWhenNoMinAddressData', | 81 '-autofill.AutofillTest.testProfilesNotMergedWhenNoMinAddressData', |
83 # Browser crash when clearing browsing history and downloads together. | 82 # Browser crash when clearing browsing history and downloads together. |
84 # crbug.com/88128 | 83 # crbug.com/88128 |
85 '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads', | 84 '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads', |
86 '-browsing_data.BrowsingDataTest.testClearingAccuracy', | 85 '-browsing_data.BrowsingDataTest.testClearingAccuracy', |
87 # Turkish I problem. crbug.com/60638 | 86 # Turkish I problem. crbug.com/60638 |
88 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', | 87 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', |
89 # crbug.com/89279 | |
90 '-gpu', | |
91 # crbug.com/87959 | 88 # crbug.com/87959 |
92 '-instant.InstantTest.testInstantLoadsFor100CharsLongQuery', | 89 '-instant.InstantTest.testInstantLoadsFor100CharsLongQuery', |
93 # crbug.com/83459 | 90 # crbug.com/83459 |
94 '-instant.InstantTest.testPreFetchInstantURLSetsNoCookies', | 91 '-instant.InstantTest.testPreFetchInstantURLSetsNoCookies', |
95 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715 | 92 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715 |
96 # crbug.com/91033 | 93 # crbug.com/91033 |
97 '-omnibox.OmniboxTest.testOmniboxSearchHistory', | 94 '-omnibox.OmniboxTest.testOmniboxSearchHistory', |
98 # crbug.com/82629 - real bug. | 95 # crbug.com/82629 - real bug. |
99 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', | 96 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', |
100 # crbug.com/47935 | 97 # crbug.com/47935 |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 # crbug.com/75724 | 186 # crbug.com/75724 |
190 '-downloads.DownloadsTest.testSaveDangerousFile', | 187 '-downloads.DownloadsTest.testSaveDangerousFile', |
191 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090 | 188 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090 |
192 # crbug.com/66072 | 189 # crbug.com/66072 |
193 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 190 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
194 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 | 191 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 |
195 # crbug.com/70437 | 192 # crbug.com/70437 |
196 '-omnibox.OmniboxTest.testHistoryResult', | 193 '-omnibox.OmniboxTest.testHistoryResult', |
197 # crbug.com/91617 | 194 # crbug.com/91617 |
198 '-omnibox.OmniboxTest.testContentHistory', | 195 '-omnibox.OmniboxTest.testContentHistory', |
199 '-omnibox.OmniboxTest.testOmniboxSearchHistory', | 196 '-omnibox.OmniboxTest.testOmniboxSearchHistory', |
200 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 197 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
201 '-passwords', | 198 '-passwords', |
202 # crbug.com/79263 | 199 # crbug.com/79263 |
203 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', | 200 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', |
204 # crbug.com/69619 | 201 # crbug.com/69619 |
205 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 202 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
206 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 | 203 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 |
207 '-sync', | 204 '-sync', |
208 # crbug.com/87837 | 205 # crbug.com/87837 |
209 '-plugins.PluginsTest.testBlockPluginException', | 206 '-plugins.PluginsTest.testBlockPluginException', |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
394 # crbug.com/70280 | 391 # crbug.com/70280 |
395 '-translate.TranslateTest.testSeveralLanguages', | 392 '-translate.TranslateTest.testSeveralLanguages', |
396 # crbug.com/85601 | 393 # crbug.com/85601 |
397 '-translate.TranslateTest.testAlwaysTranslateInIncognito', | 394 '-translate.TranslateTest.testAlwaysTranslateInIncognito', |
398 # This test fails due to crbug.com/85633 | 395 # This test fails due to crbug.com/85633 |
399 '-translate.TranslateTest.testSessionRestore', | 396 '-translate.TranslateTest.testSessionRestore', |
400 ], | 397 ], |
401 | 398 |
402 'win': [ | 399 'win': [ |
403 'enterprise', | 400 'enterprise', |
| 401 'gpu', |
404 ], | 402 ], |
405 | 403 |
406 'mac': [ | 404 'mac': [ |
407 ], | 405 ], |
408 | 406 |
409 'linux': [ | 407 'linux': [ |
410 'enterprise', | 408 'enterprise', |
411 # Add back the omnibox tests excluded from the CONTINUOUS suite above | 409 # Add back the omnibox tests excluded from the CONTINUOUS suite above |
412 # because they do not produce omnibox results under virtual X on linux. | 410 # because they do not produce omnibox results under virtual X on linux. |
413 # crbug.com/85310 | 411 # crbug.com/85310 |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
478 | 476 |
479 # HTML5 media functional tests. | 477 # HTML5 media functional tests. |
480 'AV_FUNC': { | 478 'AV_FUNC': { |
481 'linux': [ | 479 'linux': [ |
482 'media.media_event_simple_action', | 480 'media.media_event_simple_action', |
483 'media.media_event_simple_test', | 481 'media.media_event_simple_test', |
484 'media.media_event_track', | 482 'media.media_event_track', |
485 ], | 483 ], |
486 }, | 484 }, |
487 } | 485 } |
OLD | NEW |