aboutsummaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2016-09-12 18:33:52 -0400
committerCQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>2016-09-13 15:50:35 +0000
commit45bdb2e1e305763b5e2a6a58911ebec5fb73d950 (patch)
tree81d74208f239350db4d12e6e4b8ae50861402428 /ssl
parent3b6fb5903c6f6b82987493488bf204edb5274479 (diff)
downloadboringssl-45bdb2e1e305763b5e2a6a58911ebec5fb73d950.zip
boringssl-45bdb2e1e305763b5e2a6a58911ebec5fb73d950.tar.gz
boringssl-45bdb2e1e305763b5e2a6a58911ebec5fb73d950.tar.bz2
Remove identical tests.
I'm not sure what happened here. These are both the same as MissingKeyShare-Client. Change-Id: I6601ed378d8639c1b59034f1e96c09a683bb62ca Reviewed-on: https://boringssl-review.googlesource.com/11007 CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> Reviewed-by: Steven Valdez <svaldez@google.com> Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: David Benjamin <davidben@google.com>
Diffstat (limited to 'ssl')
-rw-r--r--ssl/test/runner/runner.go26
1 files changed, 0 insertions, 26 deletions
diff --git a/ssl/test/runner/runner.go b/ssl/test/runner/runner.go
index 8319690..b86c38d 100644
--- a/ssl/test/runner/runner.go
+++ b/ssl/test/runner/runner.go
@@ -7968,32 +7968,6 @@ func addTLS13HandshakeTests() {
})
testCases = append(testCases, testCase{
- testType: clientTest,
- name: "ClientHelloMissingKeyShare",
- config: Config{
- MaxVersion: VersionTLS13,
- Bugs: ProtocolBugs{
- MissingKeyShare: true,
- },
- },
- shouldFail: true,
- expectedError: ":MISSING_KEY_SHARE:",
- })
-
- testCases = append(testCases, testCase{
- testType: clientTest,
- name: "MissingKeyShare",
- config: Config{
- MaxVersion: VersionTLS13,
- Bugs: ProtocolBugs{
- MissingKeyShare: true,
- },
- },
- shouldFail: true,
- expectedError: ":MISSING_KEY_SHARE:",
- })
-
- testCases = append(testCases, testCase{
testType: serverTest,
name: "DuplicateKeyShares",
config: Config{