Skip to content

Commit b872233

Browse files
committed
[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
1 parent f7623f4 commit b872233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/ubsan/TestCases/Misc/Linux/sigaction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// The test seems to segfault on aarch64 with tsan:
66
// https://lab.llvm.org/buildbot/#/builders/179/builds/6662
77
// Reason unknown, needs debugging.
8-
// XFAIL: target=aarch64{{.*}} && ubsan-tsan
8+
// UNSUPPORTED: target=aarch64{{.*}} && ubsan-tsan
99

1010
#include <assert.h>
1111
#include <signal.h>

0 commit comments

Comments
 (0)