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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | functional/nacl_sdk.py » ('j') | functional/nacl_sdk.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: functional/PYAUTO_TESTS
===================================================================
--- functional/PYAUTO_TESTS (revision 136163)
+++ functional/PYAUTO_TESTS (working copy)
@@ -40,7 +40,6 @@
'bookmarks',
'browser',
'browsing_data',
- 'chromoting_basic',
Nirnimesh 2012/05/10 01:05:16 You haven't synced still. These should not be ther
'codesign',
'content',
'cookies',
@@ -85,10 +84,6 @@
'themes',
'youtube',
- # One-click infobars disabled on M20 by r135749.
- # Re-enable for M21 after branch point.
- '-infobars.OneClickInfobarTest',
-
# ==================================================
# Disabled tests that need to be investigated/fixed.
# ==================================================
@@ -98,18 +93,36 @@
'-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs',
# crbug.com/123396
'-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML',
- # crbug.com/100593
- '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin',
+ # crbug.com/126388
+ '-indexeddb.IndexedDBTest.testIndexedDBNullKeyPathPersistence',
+ # crbug.com/126311
+ '-infobars.OneClickInfobarTest.testDisplayOneClickInfobarPerProfile',
+ # crbug.com/126261
+ '-instant.InstantSettingsTest.testEnableDisableInstant',
+ '-instant.InstantTest.testExtnPageCanDismissInstant',
+ '-instant.InstantTest.testFindInCanDismissInstant',
+ '-instant.InstantTest.testInstantDisabledForJavaScript',
+ '-instant.InstantTest.testInstantDisabledForURLs',
+ '-instant.InstantTest.testInstantDisabledInIncognito',
+ '-instant.InstantTest.testInstantLoadsFor100CharsLongQuery',
+ '-instant.InstantTest.testInstantNavigation',
+ '-instant.InstantTest.testInstantWithSearchEngineOtherThanGoogle',
+ '-instant.InstantTest.testNTPCanDismissInstant',
+ '-instant.InstantTest.testNewWindowCanDismissInstant',
+ '-instant.InstantTest.testPreFetchInstantURLNotInHistory',
+ # crbug.com/126311
+ '-multiprofile.MultiprofileTest.test20NewProfiles',
+ '-multiprofile.MultiprofileTest.testBasic',
# crbug.com/105560
'-notifications',
# crbug.com/99506
'-notifications.NotificationsTest.testSpecialURLNotification',
+ # crbug.com/126311
+ '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited',
# crbug.com/71715
'-omnibox.OmniboxTest.testHistoryResult',
# crbug.com/123019
'-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch',
- # crbug.com/117720
- '-passwords.PasswordTest.testPasswordAutofilledInIncognito',
# crbug.com/86524
'-plugins.PluginsTest.testAllowPluginException',
# crbug.com/97140
@@ -304,8 +317,6 @@
# ===========================
# You cannot resize the browser window on ChromeOS.
'-browser.BrowserTest.testWindowResize',
- # ChromeOS doesn't yet support the chromoting host.
- '-chromoting_basic',
# No codesign verification on ChromeOS.
'-codesign',
# Import tests are invalid on ChromeOS since Chrome is the only browser.
@@ -481,20 +492,10 @@
'nacl_sdk',
'translate',
- # ===========================
- # Permanently-disabled tests.
- # ===========================
- # The chromoting webapp isn't currently available when FULL is run.
- '-chromoting_basic',
-
# ==================================================
# Disabled tests that need to be investigated/fixed.
# ==================================================
# The source is behind. Waiting for dev to automate the update.
- '-nacl_sdk.NaClSDKTest.testVerifyNaClSDKChecksum',
- # crbug.com/98681
- '-nacl_sdk.NaClSDKTest.testNaClSDK',
- '-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery',
# crbug.com/109160
'-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtension',
],
@@ -577,7 +578,6 @@
# ===========================
# No NaCl support on ChromeOS.
'-nacl_sdk',
-
# ==================================================
# Disabled tests that need to be investigated/fixed.
# ==================================================
@@ -677,8 +677,6 @@
'chromeos_onc',
'policy',
'policy_prefs_ui',
- # TODO(craigdh): Determine why this test is crashing PyAuto.
- '-chromeos_onc.ChromeosONC.testAddBacktoBackONC',
# crbug.com/115427
'-policy.PolicyTest.testAlwaysAuthorizePlugins',
# crbug.com/118054
@@ -740,6 +738,8 @@
'WEBRTC': {
'all': [
'media_stream_infobar',
+ ],
+ 'linux': [
'webrtc_call',
],
},
« 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