]> git.ipfire.org Git - thirdparty/openssl.git/commit
test/recipes/90-test_memfail.t: disable mfail before doing count runs
authorEugene Syromiatnikov <esyr@openssl.org>
Mon, 27 Apr 2026 08:17:34 +0000 (10:17 +0200)
committerNikola Pajkovsky <nikolap@openssl.org>
Thu, 30 Apr 2026 06:58:48 +0000 (06:58 +0000)
commit371c722b415276d187cf54ec15cac5d9739bbd69
treea4b982513c2e3251f47983a44513b4eb1c5b9011
parentece45f05e8676d4faa06a88e4da88c00a0978944
test/recipes/90-test_memfail.t: disable mfail before doing count runs

mfail allocator hooks installation affect memory allocation counts,
so it should be disabled for both "count" and "run" test calls.

Fixes: 3cff7c218179 "Add memory allocation failure testing framework"
Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.foundation>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
MergeDate: Thu Apr 30 06:59:06 2026
(Merged from https://github.com/openssl/openssl/pull/30991)
test/recipes/90-test_memfail.t