From aa30f6937f0c679b8c1288f7a06d5e5d7bdb5c0e Mon Sep 17 00:00:00 2001 From: yikunx95 Date: Tue, 4 Mar 2025 08:10:08 +0000 Subject: [PATCH] update compiler-rt/test/asan/TestCases/Posix/halt_on_error-signals.c. used to avoid the occasional failures in the openEuler CI test env Signed-off-by: yikunx95 --- compiler-rt/test/asan/TestCases/Posix/halt_on_error-signals.c | 1 + 1 file changed, 1 insertion(+) 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 931ab8635a15..2ec49a057aef 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 -- Gitee