summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-08 20:36:08 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-08 20:36:08 +0000
commita6d0582bdec48c1cc11db94caac84399c9a78470 (patch)
treef8213556fbc9e92b912669caa1dba543e771d24b /chrome_frame
parentbfd5c1f571b8c8e195c3f6f6db33423e5eef057c (diff)
downloadchromium_src-a6d0582bdec48c1cc11db94caac84399c9a78470.zip
chromium_src-a6d0582bdec48c1cc11db94caac84399c9a78470.tar.gz
chromium_src-a6d0582bdec48c1cc11db94caac84399c9a78470.tar.bz2
net: add a test to ensure that our TLS handshake doesn't get too large.
(I would like the test to assert that we have some headroom too, but we don't have any to assert!) BUG=none R=rsleevi@chromium.org, wtc@chromium.org Review URL: https://codereview.chromium.org/19557004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216444 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/net/fake_external_tab.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
index d15bc1a..495b300 100644
--- a/chrome_frame/test/net/fake_external_tab.cc
+++ b/chrome_frame/test/net/fake_external_tab.cc
@@ -207,9 +207,7 @@ void FilterDisabledTests() {
// HTTPS tests temporarily disabled due to the certificate error dialog.
// TODO(tommi): The tests currently fail though, so need to fix.
- "HTTPSRequestTest.HTTPSMismatchedTest",
- "HTTPSRequestTest.HTTPSExpiredTest",
- "HTTPSRequestTest.ClientAuthTest",
+ "HTTPSRequestTest.*",
// More HTTPS tests failing due to certificate dialogs.
// http://crbug.com/102991