diff --git a/compiler-rt/test/asan/TestCases/Posix/halt_on_error-signals.c b/compiler-rt/test/asan/TestCases/Posix/halt_on_error-signals.c index 931ab8635a1593b7000526ece974b59fdcb143bc..2ec49a057aef2fadb76328e4a28488448a89fa40 100644 --- a/compiler-rt/test/asan/TestCases/Posix/halt_on_error-signals.c +++ b/compiler-rt/test/asan/TestCases/Posix/halt_on_error-signals.c @@ -5,6 +5,7 @@ // RUN: %env_asan_opts=halt_on_error=false:suppress_equal_pcs=false %run %t 100 >%t.log 2>&1 || true // Collision will almost always get triggered but we still need to check the unlikely case: // RUN: FileCheck --check-prefix=CHECK-COLLISION %s <%t.log || FileCheck --check-prefix=CHECK-NO-COLLISION %s <%t.log +// XFAIL: * #define _SVID_SOURCE 1 // SA_NODEFER