From: tb Date: Tue, 13 Apr 2021 15:53:20 +0000 (+0000) Subject: with new defaults, test-fuzzed-plaintext.py is no longer slow X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2e9afb88cc8cf4a48619858545d7a8377dcbe27e;p=openbsd with new defaults, test-fuzzed-plaintext.py is no longer slow --- diff --git a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index a4df827d047..2d389467377 100644 --- a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py +++ b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py @@ -1,4 +1,4 @@ -# $OpenBSD: tlsfuzzer.py,v 1.30 2021/04/13 15:45:22 tb Exp $ +# $OpenBSD: tlsfuzzer.py,v 1.31 2021/04/13 15:53:20 tb Exp $ # # Copyright (c) 2020 Theo Buehler # @@ -335,6 +335,7 @@ tls12_tests = TestGroup("TLSv1.2 tests", [ Test("test-fuzzed-ciphertext.py"), Test("test-fuzzed-finished.py"), Test("test-fuzzed-padding.py"), + Test("test-fuzzed-plaintext.py"), # fails once in a while Test("test-hello-request-by-client.py"), Test("test-invalid-cipher-suites.py"), Test("test-invalid-content-type.py"), @@ -388,8 +389,6 @@ tls12_slow_tests = TestGroup("slow TLSv1.2 tests", [ Test("test-dhe-no-shared-secret-padding.py", tls12_exclude_legacy_protocols), Test("test-ecdhe-padded-shared-secret.py", tls12_exclude_legacy_protocols), Test("test-ecdhe-rsa-key-share-random.py", tls12_exclude_legacy_protocols), - # This test has some failures once in a while. - Test("test-fuzzed-plaintext.py"), ]) tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [