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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 # crbug.com/75724 | 187 # crbug.com/75724 |
188 '-downloads.DownloadsTest.testDeclineDangerousDownload', | 188 '-downloads.DownloadsTest.testDeclineDangerousDownload', |
189 # crbug.com/75724 | 189 # crbug.com/75724 |
190 '-downloads.DownloadsTest.testSaveDangerousFile', | 190 '-downloads.DownloadsTest.testSaveDangerousFile', |
191 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090 | 191 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090 |
192 # crbug.com/66072 | 192 # crbug.com/66072 |
193 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 193 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
194 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 | 194 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 |
195 # crbug.com/70437 | 195 # crbug.com/70437 |
196 '-omnibox.OmniboxTest.testHistoryResult', | 196 '-omnibox.OmniboxTest.testHistoryResult', |
| 197 # crbug.com/91617 |
| 198 '-omnibox.OmniboxTest.testContentHistory', |
| 199 '-omnibox.OmniboxTest.testOmniboxSearchHistory', |
197 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 200 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
198 '-passwords', | 201 '-passwords', |
199 # crbug.com/79263 | 202 # crbug.com/79263 |
200 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', | 203 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', |
201 # crbug.com/69619 | 204 # crbug.com/69619 |
202 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 205 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
203 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 | 206 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 |
204 '-sync', | 207 '-sync', |
205 # crbug.com/87837 | 208 # crbug.com/87837 |
206 '-plugins.PluginsTest.testBlockPluginException', | 209 '-plugins.PluginsTest.testBlockPluginException', |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
475 | 478 |
476 # HTML5 media functional tests. | 479 # HTML5 media functional tests. |
477 'AV_FUNC': { | 480 'AV_FUNC': { |
478 'linux': [ | 481 'linux': [ |
479 'media.media_event_simple_action', | 482 'media.media_event_simple_action', |
480 'media.media_event_simple_test', | 483 'media.media_event_simple_test', |
481 'media.media_event_track', | 484 'media.media_event_track', |
482 ], | 485 ], |
483 }, | 486 }, |
484 } | 487 } |
OLD | NEW |