diff options
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/net/fake_external_tab.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc index 8608696..943bdcde 100644 --- a/chrome_frame/test/net/fake_external_tab.cc +++ b/chrome_frame/test/net/fake_external_tab.cc @@ -208,6 +208,13 @@ void FilterDisabledTests() { // the second state is not supported by CF. "URLRequestTestHTTP.NetworkDelegateBlockAsynchronously", + // Tests for cancelling requests in states OnBeforeSendHeaders and + // OnHeadersReceived, which do not seem supported by CF. + "URLRequestTestHTTP.NetworkDelegateCancelRequestSynchronously2", + "URLRequestTestHTTP.NetworkDelegateCancelRequestSynchronously3", + "URLRequestTestHTTP.NetworkDelegateCancelRequestAsynchronously2", + "URLRequestTestHTTP.NetworkDelegateCancelRequestAsynchronously3", + // Tests that requests can be cancelled while blocking in // OnBeforeSendHeaders state. But this state is not supported by CF. "URLRequestTestHTTP.NetworkDelegateCancelWhileWaiting2", |