]> git.kaiwu.me - njs.git/commitdiff
Tests: improved memory sanitizer build.
authorDmitry Volyntsev <xeioex@nginx.com>
Sat, 1 Jul 2023 04:02:44 +0000 (21:02 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Sat, 1 Jul 2023 04:02:44 +0000 (21:02 -0700)
Disable webcrypto tests because they required instrumented openssl.

src/test/njs_unit_test.c

index 562e7322efc5331b4a1dbdd3d1e6456a438cd54a..d3128ba0b8ad40b5cc36beebacd8beb72fa4f076 100644 (file)
@@ -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(""),