[compiler-rt] b872233 - [ubsan] Make sigaction.cpp test UNSUPPORTED rather than XFAIL
Daniel Thornburgh via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 17 16:18:27 PDT 2023
Author: Daniel Thornburgh
Date: 2023-07-17T16:18:21-07:00
New Revision: b872233764d2baacb3b09759bb1a0fd95f03faf2
URL: https://github.com/llvm/llvm-project/commit/b872233764d2baacb3b09759bb1a0fd95f03faf2
DIFF: https://github.com/llvm/llvm-project/commit/b872233764d2baacb3b09759bb1a0fd95f03faf2.diff
LOG: [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
Added:
Modified:
compiler-rt/test/ubsan/TestCases/Misc/Linux/sigaction.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/ubsan/TestCases/Misc/Linux/sigaction.cpp b/compiler-rt/test/ubsan/TestCases/Misc/Linux/sigaction.cpp
index bb420f754743b6..db17b5df7ac669 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>
More information about the llvm-commits
mailing list