We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc7d02 commit f6db55eCopy full SHA for f6db55e
compiler-rt/test/ubsan/TestCases/Misc/Linux/sigaction.cpp
@@ -2,6 +2,11 @@
2
3
// Ensure ubsan runtime/interceptors are lazily initialized if called early.
4
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
+
10
#include <assert.h>
11
#include <signal.h>
12
#include <stdio.h>
0 commit comments