Welcome! Log In Create A New Profile

Advanced

[njs] Tests: improved memory sanitizer build.

Dmitry Volyntsev
July 01, 2023 12:04AM
details: https://hg.nginx.org/njs/rev/3386684745b7
branches:
changeset: 2174:3386684745b7
user: Dmitry Volyntsev <xeioex@nginx.com>
date: Fri Jun 30 21:02:44 2023 -0700
description:
Tests: improved memory sanitizer build.

Disable webcrypto tests because they required instrumented openssl.

diffstat:

src/test/njs_unit_test.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 0e97da4147da -r 3386684745b7 src/test/njs_unit_test.c
--- a/src/test/njs_unit_test.c Fri Jun 30 19:49:46 2023 -0700
+++ b/src/test/njs_unit_test.c Fri Jun 30 21:02:44 2023 -0700
@@ -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(""),
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[njs] Tests: improved memory sanitizer build.

Dmitry Volyntsev 430 July 01, 2023 12:04AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 131
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready