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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
436 '-translate.TranslateTest.testToggleTranslateOption', | 436 '-translate.TranslateTest.testToggleTranslateOption', |
437 # crbug.com/85601 | 437 # crbug.com/85601 |
438 '-translate.TranslateTest.testAlwaysTranslateInIncognito', | 438 '-translate.TranslateTest.testAlwaysTranslateInIncognito', |
439 # This test fails due to crbug.com/85633 | 439 # This test fails due to crbug.com/85633 |
440 '-translate.TranslateTest.testSessionRestore', | 440 '-translate.TranslateTest.testSessionRestore', |
441 # The source is behind. Waiting for dev to automate the update. | 441 # The source is behind. Waiting for dev to automate the update. |
442 '-nacl_sdk.NaClSDKTest.testVerifyNaClSDKChecksum', | 442 '-nacl_sdk.NaClSDKTest.testVerifyNaClSDKChecksum', |
443 # crbug.com/98681 | 443 # crbug.com/98681 |
444 '-nacl_sdk.NaClSDKTest.testNaClSDK', | 444 '-nacl_sdk.NaClSDKTest.testNaClSDK', |
445 '-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery', | 445 '-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery', |
446 # Will enable the tests by 11/30/2011 after verying them on the Bots. | |
447 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio
n', | |
448 '-extensions.ExtensionsTest.testAdblockExtensionCrash', | |
449 '-extensions.ExtensionsTest.testGetExtensionPermissions', | |
450 '-extensions.ExtensionsTest.testSetExtensionStates', | |
451 '-ntp.NTPTest.testGetAppsWhenInstallApp', | |
452 '-ntp.NTPTest.testGetAppsWhenInstallNonApps', | |
453 '-ntp.NTPTest.testLaunchAppFullScreen', | |
454 '-ntp.NTPTest.testLaunchAppNewWindow', | |
455 '-ntp.NTPTest.testLaunchAppPinnedTab', | |
456 '-ntp.NTPTest.testLaunchAppRegularTab', | |
457 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | |
458 '-ntp.NTPTest.testUninstallApp', | |
459 '-omnibox.OmniboxTest.testAppComboNameWithSpecialCharSearch', | |
460 '-omnibox.OmniboxTest.testAppNameWithNumberSearch', | |
461 '-omnibox.OmniboxTest.testAppNameWithSpaceSearch', | |
462 '-omnibox.OmniboxTest.testIncognitoAppComboNameWithSpecialCharSearch', | |
463 '-omnibox.OmniboxTest.testAppSearchWithVeryLongAppName', | |
464 '-omnibox.OmniboxTest.testBasicAppSearch', | |
465 '-omnibox.OmniboxTest.testBeginningPartAppNameSearchInNewTab', | |
466 '-omnibox.OmniboxTest.testEndPartAppNameSearchInNewTab', | |
467 '-omnibox.OmniboxTest.testIncognitoAppNameWithSpaceSearch', | |
468 '-omnibox.OmniboxTest.testIncognitoAppSearchWithVeryLongAppName', | |
469 '-omnibox.OmniboxTest.testRepeatedlyAppLaunchInTabs', | |
470 '-themes.ThemesTest.testSetTheme', | |
471 '-themes.ThemesTest.testThemeInFullScreen', | |
472 '-themes.ThemesTest.testThemeReset', | |
473 ], | 446 ], |
474 | 447 |
475 'win': [ | 448 'win': [ |
476 'enterprise', | 449 'enterprise', |
477 'gpu', | 450 'gpu', |
478 | 451 |
479 # =========================== | 452 # =========================== |
480 # Permanently-disabled tests. | 453 # Permanently-disabled tests. |
481 # =========================== | 454 # =========================== |
482 # Can't use automation to change the policy data on Chrome builds. | 455 # Can't use automation to change the policy data on Chrome builds. |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
648 | 621 |
649 # HTML5 media functional tests. | 622 # HTML5 media functional tests. |
650 'AV_FUNC': { | 623 'AV_FUNC': { |
651 'linux': [ | 624 'linux': [ |
652 'media.media_event_simple_action', | 625 'media.media_event_simple_action', |
653 'media.media_event_simple_test', | 626 'media.media_event_simple_test', |
654 'media.media_event_track', | 627 'media.media_event_track', |
655 ], | 628 ], |
656 }, | 629 }, |
657 } | 630 } |
OLD | NEW |