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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 # crbug.com/75724 | 182 # crbug.com/75724 |
183 '-downloads.DownloadsTest.testDeclineDangerousDownload', | 183 '-downloads.DownloadsTest.testDeclineDangerousDownload', |
184 # crbug.com/75724 | 184 # crbug.com/75724 |
185 '-downloads.DownloadsTest.testSaveDangerousFile', | 185 '-downloads.DownloadsTest.testSaveDangerousFile', |
186 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090 | 186 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090 |
187 # crbug.com/93956 | 187 # crbug.com/93956 |
188 '-find_in_page.FindMatchTests.testSearchInPDF', | 188 '-find_in_page.FindMatchTests.testSearchInPDF', |
189 # crbug.com/66072 | 189 # crbug.com/66072 |
190 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 190 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
191 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 | 191 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 |
| 192 # Causes browser crash. crbug.com/93548 |
| 193 '-notifications.NotificationsTest.testIncognitoNotification', |
| 194 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', |
192 # crbug.com/70437 | 195 # crbug.com/70437 |
193 '-omnibox.OmniboxTest.testHistoryResult', | 196 '-omnibox.OmniboxTest.testHistoryResult', |
194 # crbug.com/91617 | 197 # crbug.com/91617 |
195 '-omnibox.OmniboxTest.testContentHistory', | 198 '-omnibox.OmniboxTest.testContentHistory', |
196 '-omnibox.OmniboxTest.testOmniboxSearchHistory', | 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 # WebDriver requires python 2.6, which mac pyauto does not use yet. | 202 # WebDriver requires python 2.6, which mac pyauto does not use yet. |
200 # crbug.com/49379 | 203 # crbug.com/49379 |
201 '-pyauto_webdriver', | 204 '-pyauto_webdriver', |
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
498 | 501 |
499 # HTML5 media functional tests. | 502 # HTML5 media functional tests. |
500 'AV_FUNC': { | 503 'AV_FUNC': { |
501 'linux': [ | 504 'linux': [ |
502 'media.media_event_simple_action', | 505 'media.media_event_simple_action', |
503 'media.media_event_simple_test', | 506 'media.media_event_simple_test', |
504 'media.media_event_track', | 507 'media.media_event_track', |
505 ], | 508 ], |
506 }, | 509 }, |
507 } | 510 } |
OLD | NEW |