diff --git a/compiler-rt/test/asan/TestCases/Linux/preinstalled_signal.cpp b/compiler-rt/test/asan/TestCases/Linux/preinstalled_signal.cpp index 71929fdd9b37fe..dd31693bc57083 100644 --- a/compiler-rt/test/asan/TestCases/Linux/preinstalled_signal.cpp +++ b/compiler-rt/test/asan/TestCases/Linux/preinstalled_signal.cpp @@ -17,6 +17,9 @@ // This way of setting LD_PRELOAD does not work with Android test runner. // REQUIRES: !android +// Issue #109573: Cannot use syscall(__NR_rt_sigaction) on Linux/sparc64. +// XFAIL: target={{sparc.*-.*-linux.*}} + #include #include #include