[openssl] master update
dev at ddvo.net
dev at ddvo.net
Sat May 8 13:01:23 UTC 2021
The branch master has been updated
via ab9d1af955ef71c0000bc27140623481a003d35c (commit)
from b33cf2026368ff7e407ad8d69ac75c1901c9f8f0 (commit)
- Log -----------------------------------------------------------------
commit ab9d1af955ef71c0000bc27140623481a003d35c
Author: Dr. David von Oheimb <David.von.Oheimb at siemens.com>
Date: Wed May 5 12:32:18 2021 +0200
80-test_cmp_http.t: Improve fuzzing exclusion pattern
Fixes #14966
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15158)
-----------------------------------------------------------------------
Summary of changes:
test/recipes/80-test_cmp_http.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/recipes/80-test_cmp_http.t b/test/recipes/80-test_cmp_http.t
index bfae899040..5b9796e6ee 100644
--- a/test/recipes/80-test_cmp_http.t
+++ b/test/recipes/80-test_cmp_http.t
@@ -22,7 +22,7 @@ use lib srctop_dir('Configurations');
use lib bldtop_dir('.');
plan skip_all => "These tests are not supported in a fuzz build"
- if config('options') =~ /-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION/;
+ if config('options') =~ /-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION|fuzz-afl/;
plan skip_all => "These tests are not supported in a no-cmp build"
if disabled("cmp");
More information about the openssl-commits
mailing list