aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
diff options
context:
space:
mode:
authorDaniel Thornburgh <dthorn@google.com>2023-07-17 16:16:18 -0700
committerDaniel Thornburgh <dthorn@google.com>2023-07-17 16:18:21 -0700
commitb872233764d2baacb3b09759bb1a0fd95f03faf2 (patch)
treedbc9ca4a8cf67d65d4f201b07cc8f8b40bf7e797 /compiler-rt
parentf7623f4f692d10ef0f764876d670968cba3c9981 (diff)
downloadllvm-b872233764d2baacb3b09759bb1a0fd95f03faf2.zip
llvm-b872233764d2baacb3b09759bb1a0fd95f03faf2.tar.gz
llvm-b872233764d2baacb3b09759bb1a0fd95f03faf2.tar.bz2
[ubsan] Make sigaction.cpp test UNSUPPORTED rather than XFAIL
The test fails on some builders but not on others; there's likely some kind of environment dependence that should be investigated. See 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 bb420f7..db17b5d 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{{.*}} && ubsan-tsan
+// UNSUPPORTED: target=aarch64{{.*}} && ubsan-tsan
#include <assert.h>
#include <signal.h>