From: Dmitry Volyntsev Date: Sat, 1 Jul 2023 04:02:44 +0000 (-0700) Subject: Tests: improved memory sanitizer build. X-Git-Tag: 0.8.0~3 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=7d5e38cc7df93767cd44904f892acdec384c6638;p=njs.git Tests: improved memory sanitizer build. Disable webcrypto tests because they required instrumented openssl. --- diff --git a/src/test/njs_unit_test.c b/src/test/njs_unit_test.c index 562e7322..d3128ba0 100644 --- a/src/test/njs_unit_test.c +++ b/src/test/njs_unit_test.c @@ -25090,7 +25090,7 @@ static njs_test_suite_t njs_suites[] = njs_disabled_denormals_tests }, { -#if (NJS_HAVE_OPENSSL) +#if (NJS_HAVE_OPENSSL && !NJS_HAVE_MEMORY_SANITIZER) njs_str("webcrypto"), #else njs_str(""),