diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-04 00:46:55 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-04 00:46:55 +0000 |
commit | ad16ca1beec5ca3e9824e312dd135388d9761813 (patch) | |
tree | 84e5b42681ad4d778c14ef4edc1dddf5cd79b516 /chrome_frame | |
parent | 02af16bb383ddf8ff61a865a46c0f04a9d0191b6 (diff) | |
download | chromium_src-ad16ca1beec5ca3e9824e312dd135388d9761813.zip chromium_src-ad16ca1beec5ca3e9824e312dd135388d9761813.tar.gz chromium_src-ad16ca1beec5ca3e9824e312dd135388d9761813.tar.bz2 |
Disabling the following url request tests for ChromeFrame as these policies don't apply to the host
network stack as it should be honoring the host browser's cookie policy.
1.URLRequestTest.DoNotSaveCookies_ViaPolicy
2.URLRequestTest.DoNotSendCookies_ViaPolicy
3.URLRequestTest.DoNotSaveCookies_ViaPolicy_Async
TBR=amit
Review URL: http://codereview.chromium.org/569034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38058 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/net/fake_external_tab.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc index ac0d8b6..26ba577 100644 --- a/chrome_frame/test/net/fake_external_tab.cc +++ b/chrome_frame/test/net/fake_external_tab.cc @@ -345,6 +345,12 @@ void FilterDisabledTests() { // TODO(ananta): This test has been consistently failing. Disabling it for // now. "URLRequestTestHTTP.GetTest_NoCache", + + // These tests have been disabled as the Chrome cookie policies don't make + // sense for the host network stack. + "URLRequestTest.DoNotSaveCookies_ViaPolicy", + "URLRequestTest.DoNotSendCookies_ViaPolicy", + "URLRequestTest.DoNotSaveCookies_ViaPolicy_Async", }; std::string filter("-"); // All following filters will be negative. |