Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(512)

Side by Side Diff: functional/PYAUTO_TESTS

Issue 10310047: Fix testNaClSDK (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | functional/nacl_sdk.py » ('j') | functional/nacl_sdk.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 22 matching lines...) Expand all
33 # This is the suite that gets run on 'Chromium' builds. 33 # This is the suite that gets run on 'Chromium' builds.
34 'CONTINUOUS': { 34 'CONTINUOUS': {
35 'all': [ 35 'all': [
36 'about_plugins_ui.AboutPluginsUITest', 36 'about_plugins_ui.AboutPluginsUITest',
37 'apptest', 37 'apptest',
38 'autofill', 38 'autofill',
39 'bookmark_bar', 39 'bookmark_bar',
40 'bookmarks', 40 'bookmarks',
41 'browser', 41 'browser',
42 'browsing_data', 42 'browsing_data',
43 'chromoting_basic',
Nirnimesh 2012/05/10 01:05:16 You haven't synced still. These should not be ther
44 'codesign', 43 'codesign',
45 'content', 44 'content',
46 'cookies', 45 'cookies',
47 'crash_reporter', 46 'crash_reporter',
48 'databases', 47 'databases',
49 'downloads', 48 'downloads',
50 'execute_javascript', 49 'execute_javascript',
51 'extensions', 50 'extensions',
52 'find_in_page', 51 'find_in_page',
53 'flash', 52 'flash',
(...skipping 24 matching lines...) Expand all
78 'pyauto_webdriver', 77 'pyauto_webdriver',
79 'search_engines', 78 'search_engines',
80 'shortcuts', 79 'shortcuts',
81 'special_tabs', 80 'special_tabs',
82 'sync.SyncTest', 81 'sync.SyncTest',
83 'test_basic', 82 'test_basic',
84 'test_pyauto', 83 'test_pyauto',
85 'themes', 84 'themes',
86 'youtube', 85 'youtube',
87 86
88 # One-click infobars disabled on M20 by r135749.
89 # Re-enable for M21 after branch point.
90 '-infobars.OneClickInfobarTest',
91
92 # ================================================== 87 # ==================================================
93 # Disabled tests that need to be investigated/fixed. 88 # Disabled tests that need to be investigated/fixed.
94 # ================================================== 89 # ==================================================
95 # crbug.com/102798 90 # crbug.com/102798
96 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', 91 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress',
97 # crbug.com/99475 92 # crbug.com/99475
98 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', 93 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs',
99 # crbug.com/123396 94 # crbug.com/123396
100 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML', 95 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML',
101 # crbug.com/100593 96 # crbug.com/126388
102 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin', 97 '-indexeddb.IndexedDBTest.testIndexedDBNullKeyPathPersistence',
98 # crbug.com/126311
99 '-infobars.OneClickInfobarTest.testDisplayOneClickInfobarPerProfile',
100 # crbug.com/126261
101 '-instant.InstantSettingsTest.testEnableDisableInstant',
102 '-instant.InstantTest.testExtnPageCanDismissInstant',
103 '-instant.InstantTest.testFindInCanDismissInstant',
104 '-instant.InstantTest.testInstantDisabledForJavaScript',
105 '-instant.InstantTest.testInstantDisabledForURLs',
106 '-instant.InstantTest.testInstantDisabledInIncognito',
107 '-instant.InstantTest.testInstantLoadsFor100CharsLongQuery',
108 '-instant.InstantTest.testInstantNavigation',
109 '-instant.InstantTest.testInstantWithSearchEngineOtherThanGoogle',
110 '-instant.InstantTest.testNTPCanDismissInstant',
111 '-instant.InstantTest.testNewWindowCanDismissInstant',
112 '-instant.InstantTest.testPreFetchInstantURLNotInHistory',
113 # crbug.com/126311
114 '-multiprofile.MultiprofileTest.test20NewProfiles',
115 '-multiprofile.MultiprofileTest.testBasic',
103 # crbug.com/105560 116 # crbug.com/105560
104 '-notifications', 117 '-notifications',
105 # crbug.com/99506 118 # crbug.com/99506
106 '-notifications.NotificationsTest.testSpecialURLNotification', 119 '-notifications.NotificationsTest.testSpecialURLNotification',
120 # crbug.com/126311
121 '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited',
107 # crbug.com/71715 122 # crbug.com/71715
108 '-omnibox.OmniboxTest.testHistoryResult', 123 '-omnibox.OmniboxTest.testHistoryResult',
109 # crbug.com/123019 124 # crbug.com/123019
110 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', 125 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch',
111 # crbug.com/117720
112 '-passwords.PasswordTest.testPasswordAutofilledInIncognito',
113 # crbug.com/86524 126 # crbug.com/86524
114 '-plugins.PluginsTest.testAllowPluginException', 127 '-plugins.PluginsTest.testAllowPluginException',
115 # crbug.com/97140 128 # crbug.com/97140
116 '-plugins.PluginsTest.testDisableEnableAllPlugins', 129 '-plugins.PluginsTest.testDisableEnableAllPlugins',
117 # crbug.com/85307 130 # crbug.com/85307
118 '-plugins.PluginsTest.testKillAndReloadAllPlugins', 131 '-plugins.PluginsTest.testKillAndReloadAllPlugins',
119 # crbug.com/115427 132 # crbug.com/115427
120 '-policy.PolicyTest.testAlwaysAuthorizePlugins', 133 '-policy.PolicyTest.testAlwaysAuthorizePlugins',
121 # crbug.com/118054 134 # crbug.com/118054
122 '-policy.PolicyTest.testApplicationLocaleValue', 135 '-policy.PolicyTest.testApplicationLocaleValue',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 'chromeos_security', 310 'chromeos_security',
298 'chromeos_time', 311 'chromeos_time',
299 'chromeos_update', 312 'chromeos_update',
300 'chromeos_wifi_sanity', 313 'chromeos_wifi_sanity',
301 314
302 # =========================== 315 # ===========================
303 # Permanently-disabled tests. 316 # Permanently-disabled tests.
304 # =========================== 317 # ===========================
305 # You cannot resize the browser window on ChromeOS. 318 # You cannot resize the browser window on ChromeOS.
306 '-browser.BrowserTest.testWindowResize', 319 '-browser.BrowserTest.testWindowResize',
307 # ChromeOS doesn't yet support the chromoting host.
308 '-chromoting_basic',
309 # No codesign verification on ChromeOS. 320 # No codesign verification on ChromeOS.
310 '-codesign', 321 '-codesign',
311 # Import tests are invalid on ChromeOS since Chrome is the only browser. 322 # Import tests are invalid on ChromeOS since Chrome is the only browser.
312 '-imports', 323 '-imports',
313 # Sync is already signed in with the login account. 324 # Sync is already signed in with the login account.
314 # So one-click infobar tests do tno apply to chromeos. 325 # So one-click infobar tests do tno apply to chromeos.
315 '-infobars.OneClickInfobarTest', 326 '-infobars.OneClickInfobarTest',
316 # Multi-profile doesn't apply to chromeos yet. 327 # Multi-profile doesn't apply to chromeos yet.
317 '-multiprofile', 328 '-multiprofile',
318 '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited', 329 '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 # This the suite that gets run on 'Google Chrome' builds. 485 # This the suite that gets run on 'Google Chrome' builds.
475 'FULL': { 486 'FULL': {
476 'all': [ 487 'all': [
477 '@CONTINUOUS', 488 '@CONTINUOUS',
478 'about_plugins_ui.ChromeAboutPluginsUITest', 489 'about_plugins_ui.ChromeAboutPluginsUITest',
479 'https.SSLTest', 490 'https.SSLTest',
480 'media.media_basic_playback', 491 'media.media_basic_playback',
481 'nacl_sdk', 492 'nacl_sdk',
482 'translate', 493 'translate',
483 494
484 # ===========================
485 # Permanently-disabled tests.
486 # ===========================
487 # The chromoting webapp isn't currently available when FULL is run.
488 '-chromoting_basic',
489
490 # ================================================== 495 # ==================================================
491 # Disabled tests that need to be investigated/fixed. 496 # Disabled tests that need to be investigated/fixed.
492 # ================================================== 497 # ==================================================
493 # The source is behind. Waiting for dev to automate the update. 498 # The source is behind. Waiting for dev to automate the update.
494 '-nacl_sdk.NaClSDKTest.testVerifyNaClSDKChecksum',
495 # crbug.com/98681
496 '-nacl_sdk.NaClSDKTest.testNaClSDK',
497 '-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery',
498 # crbug.com/109160 499 # crbug.com/109160
499 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio n', 500 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio n',
500 ], 501 ],
501 502
502 'win': [ 503 'win': [
503 'gpu', 504 'gpu',
504 505
505 # =========================== 506 # ===========================
506 # Permanently-disabled tests. 507 # Permanently-disabled tests.
507 # =========================== 508 # ===========================
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 '-browsing_data.BrowsingDataTest.testClearCookies', 571 '-browsing_data.BrowsingDataTest.testClearCookies',
571 '-databases.DatabasesTest.testDeleteAndUpdateDatabase', 572 '-databases.DatabasesTest.testDeleteAndUpdateDatabase',
572 ], 573 ],
573 574
574 'chromeos': [ 575 'chromeos': [
575 # =========================== 576 # ===========================
576 # Permanently-disabled tests. 577 # Permanently-disabled tests.
577 # =========================== 578 # ===========================
578 # No NaCl support on ChromeOS. 579 # No NaCl support on ChromeOS.
579 '-nacl_sdk', 580 '-nacl_sdk',
580
581 # ================================================== 581 # ==================================================
582 # Disabled tests that need to be investigated/fixed. 582 # Disabled tests that need to be investigated/fixed.
583 # ================================================== 583 # ==================================================
584 # Session restore not working with PyAuto. crosbug.com/12648 584 # Session restore not working with PyAuto. crosbug.com/12648
585 '-translate.TranslateTest.testSessionRestore', 585 '-translate.TranslateTest.testSessionRestore',
586 # Deal with i18n chars. crosbug.com/12639 586 # Deal with i18n chars. crosbug.com/12639
587 '-translate.TranslateTest.testDownloadsNotTranslated', 587 '-translate.TranslateTest.testDownloadsNotTranslated',
588 ], 588 ],
589 }, 589 },
590 590
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 }, 670 },
671 671
672 # ChromeOS policy tests. These are shared with Desktop Chrome tests, but 672 # ChromeOS policy tests. These are shared with Desktop Chrome tests, but
673 # require custom setup on ChromeOS. 673 # require custom setup on ChromeOS.
674 'CHROMEOS_POLICY': { 674 'CHROMEOS_POLICY': {
675 'chromeos': [ 675 'chromeos': [
676 'chromeos_ephemeral', 676 'chromeos_ephemeral',
677 'chromeos_onc', 677 'chromeos_onc',
678 'policy', 678 'policy',
679 'policy_prefs_ui', 679 'policy_prefs_ui',
680 # TODO(craigdh): Determine why this test is crashing PyAuto.
681 '-chromeos_onc.ChromeosONC.testAddBacktoBackONC',
682 # crbug.com/115427 680 # crbug.com/115427
683 '-policy.PolicyTest.testAlwaysAuthorizePlugins', 681 '-policy.PolicyTest.testAlwaysAuthorizePlugins',
684 # crbug.com/118054 682 # crbug.com/118054
685 '-policy.PolicyTest.testApplicationLocaleValue', 683 '-policy.PolicyTest.testApplicationLocaleValue',
686 # crbug.com/118123 684 # crbug.com/118123
687 '-policy.PolicyTest.testExtensionInstallFromForceList', 685 '-policy.PolicyTest.testExtensionInstallFromForceList',
688 '-policy.PolicyTest.testSetDownloadDirectory', 686 '-policy.PolicyTest.testSetDownloadDirectory',
689 # This tests the value "0" for the RestoreOnStartup policy, which is not 687 # This tests the value "0" for the RestoreOnStartup policy, which is not
690 # supported on ChromeOS. 688 # supported on ChromeOS.
691 '-policy.PolicyTest.testStartupOptionsHomepage', 689 '-policy.PolicyTest.testStartupOptionsHomepage',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 'media.media_stat_perf', 731 'media.media_stat_perf',
734 'media.media_seek_perf', 732 'media.media_seek_perf',
735 ], 733 ],
736 }, 734 },
737 735
738 # WebRTC MediaStream tests. Requires webcam and audio device to be present on 736 # WebRTC MediaStream tests. Requires webcam and audio device to be present on
739 # the test machine. 737 # the test machine.
740 'WEBRTC': { 738 'WEBRTC': {
741 'all': [ 739 'all': [
742 'media_stream_infobar', 740 'media_stream_infobar',
741 ],
742 'linux': [
743 'webrtc_call', 743 'webrtc_call',
744 ], 744 ],
745 }, 745 },
746 } 746 }
OLDNEW
« no previous file with comments | « no previous file | functional/nacl_sdk.py » ('j') | functional/nacl_sdk.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698