Skip to content

Commit

Permalink
[ubsan] Make sigaction.cpp test UNSUPPORTED rather than XFAIL
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mysterymath committed Jul 17, 2023
1 parent f7623f4 commit b872233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/test/ubsan/TestCases/Misc/Linux/sigaction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b872233

Please sign in to comment.