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

Unified Diff: chrome_frame/test/net/fake_external_tab.cc

Issue 12042058: Re-enable some network tests disabled for Chrome Frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync Created 7 years, 10 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 | « build/android/pylib/gtest/filter/net_unittests_disabled ('k') | net/url_request/url_request_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/net/fake_external_tab.cc
===================================================================
--- chrome_frame/test/net/fake_external_tab.cc (revision 183024)
+++ chrome_frame/test/net/fake_external_tab.cc (working copy)
@@ -205,6 +205,11 @@
"HTTPSRequestTest.HTTPSExpiredTest",
"HTTPSRequestTest.ClientAuthTest",
+ // More HTTPS tests failing due to certificate dialogs.
+ // http://crbug.com/102991
+ "URLRequestTestHTTP.HTTPSToHTTPRedirectNoRefererTest",
+ "HTTPSRequestTest.HTTPSGetTest",
+
// Tests chrome's network stack's cache (might not apply to CF).
"URLRequestTestHTTP.VaryHeader",
"URLRequestTestHTTP.GetZippedTest",
@@ -269,6 +274,7 @@
// These tests are disabled as they rely on functionality provided by
// Chrome's HTTP stack like the ability to set the proxy for a URL, etc.
"URLRequestTestHTTP.ProxyTunnelRedirectTest",
+ "URLRequestTestHTTP.NetworkDelegateTunnelConnectionFailed",
"URLRequestTestHTTP.UnexpectedServerAuthTest",
// These tests are disabled as they expect an empty UA to be echoed back
« no previous file with comments | « build/android/pylib/gtest/filter/net_unittests_disabled ('k') | net/url_request/url_request_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698