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', | 496 'nacl_sdk', |
chrisphan
2012/05/07 20:30:30
Can you remove this as well. Add it back after yo
Pooja Nihalani
2012/05/07 20:59:02
Done.
| |
499 'translate', | 497 'translate', |
500 | 498 |
501 # ================================================== | 499 # ================================================== |
502 # Disabled tests that need to be investigated/fixed. | 500 # Disabled tests that need to be investigated/fixed. |
503 # ================================================== | 501 # ================================================== |
504 # The source is behind. Waiting for dev to automate the update. | 502 # 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 | 503 # crbug.com/109160 |
510 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio n', | 504 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio n', |
511 ], | 505 ], |
512 | 506 |
513 'win': [ | 507 'win': [ |
514 'gpu', | 508 'gpu', |
515 | 509 |
516 # =========================== | 510 # =========================== |
517 # Permanently-disabled tests. | 511 # Permanently-disabled tests. |
518 # =========================== | 512 # =========================== |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
722 # the test machine. | 716 # the test machine. |
723 'WEBRTC': { | 717 'WEBRTC': { |
724 'all': [ | 718 'all': [ |
725 'media_stream_infobar', | 719 'media_stream_infobar', |
726 ], | 720 ], |
727 'linux': [ | 721 'linux': [ |
728 'webrtc_call', | 722 'webrtc_call', |
729 ], | 723 ], |
730 }, | 724 }, |
731 } | 725 } |
OLD | NEW |