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

Unified Diff: chrome/test/functional/PYAUTO_TESTS

Issue 10271021: Enable SSL tests on all chrome-qa bots and win bots on CONTINUOUS. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 | chrome/test/functional/https.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/PYAUTO_TESTS
===================================================================
--- chrome/test/functional/PYAUTO_TESTS (revision 134551)
+++ chrome/test/functional/PYAUTO_TESTS (working copy)
@@ -95,10 +95,6 @@
'-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs',
# crbug.com/123396
'-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML',
- # crbug.com/119173
- '-https.SSLTest',
- # crbug.com/119110
- '-https.SSLTest.testSSLCertOK',
# crbug.com/100593
'-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin',
# crbug.com/105560
@@ -205,6 +201,7 @@
'-fullscreen_mouselock.FullscreenMouselockTest.testPrefsForFullscreenExit',
# crbug.com/119110
'-https.SSLTest.testSSLCertAuthorityOK',
+ '-https.SSLTest.testSSLCertOK',
# crbug.com/114244
'-imports.ImportsTest.testImportSafariDataTwice',
# Test fails due to keychain popup: crbug.com/124913
@@ -247,8 +244,6 @@
# Permanently-disabled tests.
# ===========================
'-browser.BrowserTest.testWindowResize', # Details at: crbug.com/44963
- # crbug.com/119110
- '-https.SSLTest.testSSLCertAuthorityOK',
# crbug.com/104206
'-notifications.NotificationsTest.testKillNotificationProcess',
# Several omnibox tests do not show omnibox results when run
@@ -279,6 +274,9 @@
# ==================================================
# Disabled tests that need to be investigated/fixed.
# ==================================================
+ # crbug.com/119110
+ '-https.SSLTest.testSSLCertAuthorityOK',
+ '-https.SSLTest.testSSLCertOK',
# crbug.com/85310
'-instant',
# crbug.com/91033
@@ -484,6 +482,7 @@
'all': [
'@CONTINUOUS',
'about_plugins_ui.ChromeAboutPluginsUITest',
+ 'https.SSLTest',
'media.media_basic_playback',
'nacl_sdk',
'translate',
« no previous file with comments | « no previous file | chrome/test/functional/https.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698