summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorpalmer@chromium.org <palmer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-29 13:13:27 +0000
committerpalmer@chromium.org <palmer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-29 13:13:27 +0000
commit37fd55fb8f9763f0e87a4b100d9e825612d6806a (patch)
treed7ae44108c1f79e01795397c6e324ef389e6deef /chrome_frame
parent6a86a4d0ec41fe9a35f08e9b18ff6cd38815e725 (diff)
downloadchromium_src-37fd55fb8f9763f0e87a4b100d9e825612d6806a.zip
chromium_src-37fd55fb8f9763f0e87a4b100d9e825612d6806a.tar.gz
chromium_src-37fd55fb8f9763f0e87a4b100d9e825612d6806a.tar.bz2
More tests for handling HSTS and HPKP headers.
Fix state management bugs that the tests exposed: * HPKP and HSTS include_subdomains should be distinct * HSTS processing should not clobber HPKP data * Multiple HPKP headers should ignore all but the first BUG=248678, 156152 TBR=ananta Review URL: https://chromiumcodereview.appspot.com/16912003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209290 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 8ec91be..90ef166 100644
--- a/chrome_frame/test/net/fake_external_tab.cc
+++ b/chrome_frame/test/net/fake_external_tab.cc
@@ -257,9 +257,11 @@ void FilterDisabledTests() {
// certs. So these tests time out waiting for user input. The
// functionality they test (HTTP Strict Transport Security and
// HTTP-based Public Key Pinning) does not work in Chrome Frame anyway.
+ "URLRequestTestHTTP.ProcessPKP",
"URLRequestTestHTTP.ProcessSTS",
"URLRequestTestHTTP.ProcessSTSOnce",
"URLRequestTestHTTP.ProcessSTSAndPKP",
+ "URLRequestTestHTTP.ProcessSTSAndPKP2",
// These tests have been disabled as the Chrome cookie policies don't make
// sense or have not been implemented for the host network stack.