summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-24 00:14:59 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-24 00:14:59 +0000
commit3a48f1720c4a8c97937bbc91c93228d5e2dcfcbd (patch)
treeb8be9e5bfeeb1ac1b915f61104577ae3b7fe0c03 /chrome_frame
parent8f4db79169bc2a5e4210eaddb7bffe2aee0f444c (diff)
downloadchromium_src-3a48f1720c4a8c97937bbc91c93228d5e2dcfcbd.zip
chromium_src-3a48f1720c4a8c97937bbc91c93228d5e2dcfcbd.tar.gz
chromium_src-3a48f1720c4a8c97937bbc91c93228d5e2dcfcbd.tar.bz2
Disabling the newly added net test URLRequestTest.NetworkDelegateProxyError for ChromeFrame
as it uses the host (IE's) network stack. BUG=none TEST=chrome frame net tests. TBR=amit Review URL: http://codereview.chromium.org/6580015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75819 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/net/fake_external_tab.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
index feb2aa0..84ab285 100644
--- a/chrome_frame/test/net/fake_external_tab.cc
+++ b/chrome_frame/test/net/fake_external_tab.cc
@@ -465,6 +465,8 @@ void FilterDisabledTests() {
// This test modifies the UploadData object after it has been marshaled to
// ChromeFrame. We don't support this.
"URLRequestTestHTTP.TestPostChunkedDataAfterStart",
+ // Not supported in ChromeFrame as we use IE's network stack.
+ "URLRequestTest.NetworkDelegateProxyError",
};
std::string filter("-"); // All following filters will be negative.