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

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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
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',
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
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 }
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