Skip to content

Commit f6db55e

Browse files
dvyukovCaslyn
authored andcommitted
ubsan: disable sigaction test for aarch64
The test seems to segfault on aarch64 with tsan: https://lab.llvm.org/buildbot/#/builders/179/builds/6662 Reason unknown, needs debugging. Reviewed By: melver, Caslyn Differential Revision: https://reviews.llvm.org/D155272
1 parent 2bc7d02 commit f6db55e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
// Ensure ubsan runtime/interceptors are lazily initialized if called early.
44

5+
// The test seems to segfault on aarch64 with tsan:
6+
// https://lab.llvm.org/buildbot/#/builders/179/builds/6662
7+
// Reason unknown, needs debugging.
8+
// XFAIL: target=aarch64{{.*}}
9+
510
#include <assert.h>
611
#include <signal.h>
712
#include <stdio.h>

0 commit comments

Comments
 (0)