From a75fc71055880d1509f92f53d959c8de3ef5863e Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Thu, 15 Jun 2017 18:43:51 -0400 Subject: [PATCH] Update fuzzer mode suppressions. 0-RTT rejects don't work in fuzzer mode. Change-Id: Ib819bff25b7a619268f0d667262ff07ab3e441b9 Reviewed-on: https://boringssl-review.googlesource.com/17207 Commit-Queue: Steven Valdez Reviewed-by: Steven Valdez CQ-Verified: CQ bot account: commit-bot@chromium.org --- ssl/test/runner/fuzzer_mode.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ssl/test/runner/fuzzer_mode.json b/ssl/test/runner/fuzzer_mode.json index 603ca243..fd819f96 100644 --- a/ssl/test/runner/fuzzer_mode.json +++ b/ssl/test/runner/fuzzer_mode.json @@ -40,7 +40,12 @@ "TLS13-EarlyData-NonZeroRTTSession-Server": "Trial decryption does not work with the NULL cipher.", "TLS13-EarlyData-SkipEndOfEarlyData": "Trial decryption does not work with the NULL cipher.", "TLS13-EarlyData-ALPNMismatch-Server": "Trial decryption does not work with the NULL cipher.", + "TLS13-EarlyData-ALPNOmitted1-Client": "Trial decryption does not work with the NULL cipher.", + "TLS13-EarlyData-ALPNOmitted2-Client": "Trial decryption does not work with the NULL cipher.", "TLS13-EarlyData-ALPNOmitted1-Server": "Trial decryption does not work with the NULL cipher.", - "TLS13-EarlyData-ALPNOmitted2-Server": "Trial decryption does not work with the NULL cipher." + "TLS13-EarlyData-ALPNOmitted2-Server": "Trial decryption does not work with the NULL cipher.", + "TLS13-EarlyData-RejectUnfinishedWrite-Client-*": "Trial decryption does not work with the NULL cipher.", + "TLS13-EarlyData-Reject-Client": "Trial decryption does not work with the NULL cipher.", + "TLS13-EarlyData-RejectTicket-Client": "Trial decryption does not work with the NULL cipher." } }