Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Unified Diff: chrome_frame/test/net/fake_external_tab.cc

Issue 11192045: Process only the first Strict-Transport-Security header. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Disable the tests in CF. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/data/url_request_unittest/hsts-headers.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/net/fake_external_tab.cc
===================================================================
--- chrome_frame/test/net/fake_external_tab.cc (revision 164933)
+++ chrome_frame/test/net/fake_external_tab.cc (working copy)
@@ -241,6 +241,13 @@
// now.
"URLRequestTestHTTP.GetTest_NoCache",
+ // These tests use HTTPS, and IE's trust store does not have the test
+ // certs. So these tests time out waiting for user input. The
+ // functionality they test (HTTP Strict Transport Security) does not
+ // work in Chrome Frame anyway.
+ "URLRequestTestHTTP.ProcessSTS",
+ "URLRequestTestHTTP.ProcessSTSOnce",
+
// These tests have been disabled as the Chrome cookie policies don't make
// sense or have not been implemented for the host network stack.
"URLRequestTest.DoNotSaveCookies_ViaPolicy",
« no previous file with comments | « no previous file | net/data/url_request_unittest/hsts-headers.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698