Turn ASAN errors into warnings in sodium_utils{2,3} tests

This commit is contained in:
Frank Denis 2015-04-24 15:11:29 +02:00
parent 3117ccf358
commit eb4e9e48f9
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)