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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
336 # Deal with i18n chars. crosbug.com/12639 | 336 # Deal with i18n chars. crosbug.com/12639 |
337 '-autofill.AutofillTest.testFillProfileCrazyCharacters', | 337 '-autofill.AutofillTest.testFillProfileCrazyCharacters', |
338 '-downloads.DownloadsTest.testCrazyFilenames', | 338 '-downloads.DownloadsTest.testCrazyFilenames', |
339 '-omnibox.OmniboxTest.testCrazyFilenames', | 339 '-omnibox.OmniboxTest.testCrazyFilenames', |
340 # crosbug.com/16977 | 340 # crosbug.com/16977 |
341 '-chromeos_wifi_sanity.ChromeosWifiSanity.testConnectToHiddenWiFiNonExiste
nt', | 341 '-chromeos_wifi_sanity.ChromeosWifiSanity.testConnectToHiddenWiFiNonExiste
nt', |
342 # crosbug.com/20025 | 342 # crosbug.com/20025 |
343 '-chromeos_browser.ChromeosBrowserTest.testFullScreen', | 343 '-chromeos_browser.ChromeosBrowserTest.testFullScreen', |
344 # crosbug.com/19556 | 344 # crosbug.com/19556 |
345 '-pyauto_webdriver', | 345 '-pyauto_webdriver', |
| 346 # crbug.com/102549 |
| 347 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', |
346 ], | 348 ], |
347 }, | 349 }, |
348 | 350 |
349 # The CONTINUOUS_PUBLIC is a subset of CONTINUOUS suite | 351 # The CONTINUOUS_PUBLIC is a subset of CONTINUOUS suite |
350 # and excludes tests that depend on internal data | 352 # and excludes tests that depend on internal data |
351 'CONTINUOUS_PUBLIC': { | 353 'CONTINUOUS_PUBLIC': { |
352 'all': [ | 354 'all': [ |
353 '@CONTINUOUS', | 355 '@CONTINUOUS', |
354 | 356 |
355 # ================================================== | 357 # ================================================== |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
594 | 596 |
595 # HTML5 media functional tests. | 597 # HTML5 media functional tests. |
596 'AV_FUNC': { | 598 'AV_FUNC': { |
597 'linux': [ | 599 'linux': [ |
598 'media.media_event_simple_action', | 600 'media.media_event_simple_action', |
599 'media.media_event_simple_test', | 601 'media.media_event_simple_test', |
600 'media.media_event_track', | 602 'media.media_event_track', |
601 ], | 603 ], |
602 }, | 604 }, |
603 } | 605 } |
OLD | NEW |