Turn ASAN errors into warnings in sodium_utils{2,3} tests
This commit is contained in:
parent
3117ccf358
commit
eb4e9e48f9
@ -8,7 +8,7 @@
|
||||
#include "cmptest.h"
|
||||
|
||||
#ifdef __SANITIZE_ADDRESS__
|
||||
# error This test requires address sanitizer to be off
|
||||
# warning The sodium_utils2 test is expected to fail with address sanitizer
|
||||
#endif
|
||||
|
||||
static void segv_handler(int sig)
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include "cmptest.h"
|
||||
|
||||
#ifdef __SANITIZE_ADDRESS__
|
||||
# error This test requires address sanitizer to be off
|
||||
# warning The sodium_utils3 test is expected to fail with address sanitizer
|
||||
#endif
|
||||
|
||||
static void segv_handler(int sig)
|
||||
|
Loading…
Reference in New Issue
Block a user