0

Disable the following net tests for ChromeFrame as they rely on functionality provided by Chrome's network stack

like the ability to override a proxy for a URL request, etc.

1. URLRequestTestHTTP.ProxyTunnelRedirectTest
2.URLRequestTestHTTP.UnexpectedServerAuthTest.

TBR=amit

Review URL: http://codereview.chromium.org/1667003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44828 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
ananta@chromium.org
2010-04-16 21:28:12 +00:00
parent 76ba4f1915
commit e16c7bd2c1

@ -440,6 +440,11 @@ void FilterDisabledTests() {
"URLRequestTest.DoNotSendCookies_ViaPolicy_Async",
"URLRequestTest.CancelTest_During_OnGetCookiesBlocked",
"URLRequestTest.CancelTest_During_OnSetCookieBlocked",
// These tests are disabled as the rely on functionality provided by
// Chrome's HTTP stack like the ability to set the proxy for a URL, etc.
"URLRequestTestHTTP.ProxyTunnelRedirectTest",
"URLRequestTestHTTP.UnexpectedServerAuthTest",
};
std::string filter("-"); // All following filters will be negative.