diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-10 07:06:42 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-10 07:06:42 +0000 |
commit | cc0d9d4e30d7702ad93c88b4e031e308ec4b74e8 (patch) | |
tree | 7f9b65abf9c21795102b7598ce914aa1b20da578 /chrome_frame/test | |
parent | d7840b7b8a7cdc903b7f26fbc9b9e6cbe514694f (diff) | |
download | chromium_src-cc0d9d4e30d7702ad93c88b4e031e308ec4b74e8.zip chromium_src-cc0d9d4e30d7702ad93c88b4e031e308ec4b74e8.tar.gz chromium_src-cc0d9d4e30d7702ad93c88b4e031e308ec4b74e8.tar.bz2 |
Disabling the following net tests for ChromeFrame as this functionality does not exist there.
1. URLRequestTest.DoNotSendCookies
2. URLRequestTest.DoNotSendCookies_ViaPolicy_Async
3. URLRequestTest.CancelTest_During_OnGetCookiesBlocked
4. URLRequestTest.CancelTest_During_OnSetCookieBlocked
TBR=amit
Review URL: http://codereview.chromium.org/601020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38585 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test')
-rw-r--r-- | chrome_frame/test/net/fake_external_tab.cc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc index 87aed71..fb7a958 100644 --- a/chrome_frame/test/net/fake_external_tab.cc +++ b/chrome_frame/test/net/fake_external_tab.cc @@ -347,11 +347,15 @@ void FilterDisabledTests() { "URLRequestTestHTTP.GetTest_NoCache", // These tests have been disabled as the Chrome cookie policies don't make - // sense for the host network stack. + // sense or have not been implemented for the host network stack. "URLRequestTest.DoNotSaveCookies_ViaPolicy", "URLRequestTest.DoNotSendCookies_ViaPolicy", "URLRequestTest.DoNotSaveCookies_ViaPolicy_Async", "URLRequestTest.CookiePolicy_ForceSession", + "URLRequestTest.DoNotSendCookies", + "URLRequestTest.DoNotSendCookies_ViaPolicy_Async", + "URLRequestTest.CancelTest_During_OnGetCookiesBlocked", + "URLRequestTest.CancelTest_During_OnSetCookieBlocked", }; std::string filter("-"); // All following filters will be negative. |