Skip to content

Commit

Permalink
[ubsan] Disable sigaction.cpp on archs for debugging
Browse files Browse the repository at this point in the history
Add `ubsan-tsan` condition to test disablement.

Differential Revision: https://reviews.llvm.org/D155317
  • Loading branch information
Caslyn committed Jul 15, 2023
1 parent 58780fe commit c3767a9
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{{.*}}
// XFAIL: target=aarch64{{.*}} && ubsan-tsan

#include <assert.h>
#include <signal.h>
Expand Down

0 comments on commit c3767a9

Please sign in to comment.