test/recipes/90-test_shlibload.t: Skip when address sanitizer enabled
authorRichard Levitte <levitte@openssl.org>
Fri, 30 Oct 2020 12:16:46 +0000 (13:16 +0100)
committerRichard Levitte <levitte@openssl.org>
Sun, 1 Nov 2020 05:01:09 +0000 (06:01 +0100)
commit08312719bafc93d9d93ed8b23931f2d18fc767d7
treefdbe4a47d354223d24e1e2536fb4fffc2fa75c5b
parent3b1bfd2160a165a9a1fccc20ab0410e35c435f65
test/recipes/90-test_shlibload.t: Skip when address sanitizer enabled

Because this test loads the shared libraries dynamically, there are
cases where that results in errors because the ASAN library wasn't
loaded first.  That makes this test unsuitable in an ASAN build.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13281)
test/recipes/90-test_shlibload.t