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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
319 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', | 319 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', |
320 # Downloads panel stays even after declining a download. | 320 # Downloads panel stays even after declining a download. |
321 # crosbug.com/14728 | 321 # crosbug.com/14728 |
322 '-downloads.DownloadsTest.testDeclineDangerousDownload', | 322 '-downloads.DownloadsTest.testDeclineDangerousDownload', |
323 # Need internal data dirs in autotest package. crosbug.com/6855 | 323 # Need internal data dirs in autotest package. crosbug.com/6855 |
324 '-find_in_page.FindMatchTests.testSearchInPDF', | 324 '-find_in_page.FindMatchTests.testSearchInPDF', |
325 # Plugin crash infobar does not show up for file:/// flash urls | 325 # Plugin crash infobar does not show up for file:/// flash urls |
326 # crosbug.com/14971 | 326 # crosbug.com/14971 |
327 '-infobars.InfobarTest.testPluginCrashInfobar', | 327 '-infobars.InfobarTest.testPluginCrashInfobar', |
328 # Flaky: crosbug.com/14439 | 328 # Flaky: crosbug.com/14439 |
329 '-instant.InstantSettingsTest.testEnableDisableInstant', | 329 '-instant', |
330 # crosbug.com/14256 | 330 # crosbug.com/14256 |
331 '-ntp.NTPTest.testLaunchAppFullScreen', | 331 '-ntp.NTPTest.testLaunchAppFullScreen', |
332 # Content history broken in omnibox. crosbug.com/14416 | 332 # Content history broken in omnibox. crosbug.com/14416 |
333 '-omnibox.OmniboxTest.testContentHistory', | 333 '-omnibox.OmniboxTest.testContentHistory', |
334 # crosbug.com/19760 | 334 # crosbug.com/19760 |
335 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', | 335 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', |
336 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', | 336 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', |
337 # onunload popups get created in the same window on chromeos | 337 # onunload popups get created in the same window on chromeos |
338 # crosbug.com/14924 | 338 # crosbug.com/14924 |
339 '-popups.PopupsTest.testPopupsLaunchWhenTabIsClosed', | 339 '-popups.PopupsTest.testPopupsLaunchWhenTabIsClosed', |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
629 | 629 |
630 # HTML5 media functional tests. | 630 # HTML5 media functional tests. |
631 'AV_FUNC': { | 631 'AV_FUNC': { |
632 'linux': [ | 632 'linux': [ |
633 'media.media_event_simple_action', | 633 'media.media_event_simple_action', |
634 'media.media_event_simple_test', | 634 'media.media_event_simple_test', |
635 'media.media_event_track', | 635 'media.media_event_track', |
636 ], | 636 ], |
637 }, | 637 }, |
638 } | 638 } |
OLD | NEW |