From c044616ec1a51a544e454077ff08cb471f9bd2b9 Mon Sep 17 00:00:00 2001 From: "mmenke@chromium.org" Date: Wed, 20 Feb 2013 02:01:26 +0000 Subject: Re-enable some network tests that have been disabled for over a year due to failures with Chrome Frame. Keep them disabled for Chrome Frame tests. Also disable two of them on Android. BUG=102991 Review URL: https://codereview.chromium.org/12042058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183367 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/test/net/fake_external_tab.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chrome_frame/test/net') diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc index 21a0b34..97adf3f 100644 --- a/chrome_frame/test/net/fake_external_tab.cc +++ b/chrome_frame/test/net/fake_external_tab.cc @@ -205,6 +205,11 @@ void FilterDisabledTests() { "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 @@ void FilterDisabledTests() { // 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 -- cgit v1.1