aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
diff options
context:
space:
mode:
authorCaslyn Tonelli <caslyn@google.com>2023-07-14 17:45:54 +0000
committerCaslyn Tonelli <caslyn@google.com>2023-07-15 15:02:50 +0000
commitc3767a943fad1df55049850d289b69d603005c7e (patch)
tree5b7025b31ff0a9251d8403491234cf430486b42f /compiler-rt
parent58780fe4cef0c388ae8a7dfd4ce22a5fb6af9c5b (diff)
downloadllvm-c3767a943fad1df55049850d289b69d603005c7e.zip
llvm-c3767a943fad1df55049850d289b69d603005c7e.tar.gz
llvm-c3767a943fad1df55049850d289b69d603005c7e.tar.bz2
[ubsan] Disable sigaction.cpp on archs for debugging
Add `ubsan-tsan` condition to test disablement. Differential Revision: https://reviews.llvm.org/D155317
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/test/ubsan/TestCases/Misc/Linux/sigaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/ubsan/TestCases/Misc/Linux/sigaction.cpp b/compiler-rt/test/ubsan/TestCases/Misc/Linux/sigaction.cpp
index a5b6e99..bb420f7 100644
--- a/compiler-rt/test/ubsan/TestCases/Misc/Linux/sigaction.cpp
+++ b/compiler-rt/test/ubsan/TestCases/Misc/Linux/sigaction.cpp
@@ -5,7 +5,7 @@
// The test seems to segfault on aarch64 with tsan:
// https://lab.llvm.org/buildbot/#/builders/179/builds/6662
// Reason unknown, needs debugging.
-// XFAIL: target=aarch64{{.*}}
+// XFAIL: target=aarch64{{.*}} && ubsan-tsan
#include <assert.h>
#include <signal.h>