From a5e1f1230e09b249ff94cc48aeffd1b874cb937e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 1 Sep 2016 13:43:40 +0200 Subject: [PATCH] Revert "Make it possible to disable fuzz testing" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This reverts commit eb40eaed727500bf4a15f848c99e37edd18e142e. Reviewed-by: Emilia Käsper --- Configure | 1 - test/recipes/05-test_fuzz.t | 3 --- 2 files changed, 4 deletions(-) diff --git a/Configure b/Configure index 4fbce036ce..0a1b68a93b 100755 --- a/Configure +++ b/Configure @@ -342,7 +342,6 @@ my @disablables = ( "filenames", "fuzz-libfuzzer", "fuzz-afl", - "fuzz-test", "gost", "heartbeats", "hw(-.+)?", diff --git a/test/recipes/05-test_fuzz.t b/test/recipes/05-test_fuzz.t index f1ccfe32f8..d152925733 100755 --- a/test/recipes/05-test_fuzz.t +++ b/test/recipes/05-test_fuzz.t @@ -15,9 +15,6 @@ use OpenSSL::Test::Utils; setup("test_fuzz"); -plan skip_all => "Fuzz testing is disabled by this OpenSSL build" - if disabled("fuzz-test"); - my @fuzzers = ('asn1', 'asn1parse', 'bignum', 'bndiv', 'conf', 'crl', 'server', 'x509'); if (!disabled("cms")) { push @fuzzers, 'cms'; -- 2.40.0