Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 108 '-instant.InstantTest.testInstantDisabledInIncognito', | 108 '-instant.InstantTest.testInstantDisabledInIncognito', |
| 109 '-instant.InstantTest.testInstantLoadsFor100CharsLongQuery', | 109 '-instant.InstantTest.testInstantLoadsFor100CharsLongQuery', |
| 110 '-instant.InstantTest.testInstantNavigation', | 110 '-instant.InstantTest.testInstantNavigation', |
| 111 '-instant.InstantTest.testInstantWithSearchEngineOtherThanGoogle', | 111 '-instant.InstantTest.testInstantWithSearchEngineOtherThanGoogle', |
| 112 '-instant.InstantTest.testNTPCanDismissInstant', | 112 '-instant.InstantTest.testNTPCanDismissInstant', |
| 113 '-instant.InstantTest.testNewWindowCanDismissInstant', | 113 '-instant.InstantTest.testNewWindowCanDismissInstant', |
| 114 '-instant.InstantTest.testPreFetchInstantURLNotInHistory', | 114 '-instant.InstantTest.testPreFetchInstantURLNotInHistory', |
| 115 # crbug.com/126311 | 115 # crbug.com/126311 |
| 116 '-multiprofile.MultiprofileTest.test20NewProfiles', | 116 '-multiprofile.MultiprofileTest.test20NewProfiles', |
| 117 '-multiprofile.MultiprofileTest.testBasic', | 117 '-multiprofile.MultiprofileTest.testBasic', |
| 118 # crbug.com/100593 | |
| 119 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin', | |
| 120 # crbug.com/105560 | 118 # crbug.com/105560 |
| 121 '-notifications', | 119 '-notifications', |
| 122 # crbug.com/99506 | 120 # crbug.com/99506 |
| 123 '-notifications.NotificationsTest.testSpecialURLNotification', | 121 '-notifications.NotificationsTest.testSpecialURLNotification', |
| 124 # crbug.com/126311 | 122 # crbug.com/126311 |
| 125 '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited', | 123 '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited', |
| 126 # crbug.com/71715 | 124 # crbug.com/71715 |
| 127 '-omnibox.OmniboxTest.testHistoryResult', | 125 '-omnibox.OmniboxTest.testHistoryResult', |
| 128 # crbug.com/123019 | 126 # crbug.com/123019 |
| 129 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', | 127 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', |
| (...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 488 }, | 486 }, |
| 489 | 487 |
| 490 # The FULL suite includes CONTINUOUS, and more. | 488 # The FULL suite includes CONTINUOUS, and more. |
| 491 # This the suite that gets run on 'Google Chrome' builds. | 489 # This the suite that gets run on 'Google Chrome' builds. |
| 492 'FULL': { | 490 'FULL': { |
| 493 'all': [ | 491 'all': [ |
| 494 '@CONTINUOUS', | 492 '@CONTINUOUS', |
| 495 'about_plugins_ui.ChromeAboutPluginsUITest', | 493 'about_plugins_ui.ChromeAboutPluginsUITest', |
| 496 'https.SSLTest', | 494 'https.SSLTest', |
| 497 'media.media_basic_playback', | 495 'media.media_basic_playback', |
| 498 'nacl_sdk', | |
|
Nirnimesh
2012/05/08 00:38:15
This will disable all nacl_sdk tests, not just the
Pooja Nihalani
2012/05/08 16:07:04
Once I commit this,CL- http://codereview.chromium.
| |
| 499 'translate', | 496 'translate', |
| 500 | 497 |
| 501 # ================================================== | 498 # ================================================== |
| 502 # Disabled tests that need to be investigated/fixed. | 499 # Disabled tests that need to be investigated/fixed. |
| 503 # ================================================== | 500 # ================================================== |
| 504 # The source is behind. Waiting for dev to automate the update. | 501 # The source is behind. Waiting for dev to automate the update. |
| 505 '-nacl_sdk.NaClSDKTest.testVerifyNaClSDKChecksum', | |
| 506 # crbug.com/98681 | |
| 507 '-nacl_sdk.NaClSDKTest.testNaClSDK', | |
| 508 '-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery', | |
| 509 # crbug.com/109160 | 502 # crbug.com/109160 |
| 510 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio n', | 503 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio n', |
| 511 ], | 504 ], |
| 512 | 505 |
| 513 'win': [ | 506 'win': [ |
| 514 'gpu', | 507 'gpu', |
| 515 | 508 |
| 516 # =========================== | 509 # =========================== |
| 517 # Permanently-disabled tests. | 510 # Permanently-disabled tests. |
| 518 # =========================== | 511 # =========================== |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 579 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', | 572 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', |
| 580 # crbug.com/123419 | 573 # crbug.com/123419 |
| 581 '-browsing_data.BrowsingDataTest.testClearCookies', | 574 '-browsing_data.BrowsingDataTest.testClearCookies', |
| 582 '-databases.DatabasesTest.testDeleteAndUpdateDatabase', | 575 '-databases.DatabasesTest.testDeleteAndUpdateDatabase', |
| 583 ], | 576 ], |
| 584 | 577 |
| 585 'chromeos': [ | 578 'chromeos': [ |
| 586 # =========================== | 579 # =========================== |
| 587 # Permanently-disabled tests. | 580 # Permanently-disabled tests. |
| 588 # =========================== | 581 # =========================== |
| 589 # No NaCl support on ChromeOS. | |
| 590 '-nacl_sdk', | |
| 591 | 582 |
| 592 # ================================================== | 583 # ================================================== |
| 593 # Disabled tests that need to be investigated/fixed. | 584 # Disabled tests that need to be investigated/fixed. |
| 594 # ================================================== | 585 # ================================================== |
| 595 # Session restore not working with PyAuto. crosbug.com/12648 | 586 # Session restore not working with PyAuto. crosbug.com/12648 |
| 596 '-translate.TranslateTest.testSessionRestore', | 587 '-translate.TranslateTest.testSessionRestore', |
| 597 # Deal with i18n chars. crosbug.com/12639 | 588 # Deal with i18n chars. crosbug.com/12639 |
| 598 '-translate.TranslateTest.testDownloadsNotTranslated', | 589 '-translate.TranslateTest.testDownloadsNotTranslated', |
| 599 ], | 590 ], |
| 600 }, | 591 }, |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 722 # the test machine. | 713 # the test machine. |
| 723 'WEBRTC': { | 714 'WEBRTC': { |
| 724 'all': [ | 715 'all': [ |
| 725 'media_stream_infobar', | 716 'media_stream_infobar', |
| 726 ], | 717 ], |
| 727 'linux': [ | 718 'linux': [ |
| 728 'webrtc_call', | 719 'webrtc_call', |
| 729 ], | 720 ], |
| 730 }, | 721 }, |
| 731 } | 722 } |
| OLD | NEW |