Skip to content

Commit f0b3287

Browse files
authored
[sanitizer] Disable new test on powerpc64le (#108505)
The reason is not clear https://lab.llvm.org/buildbot/#/builders/72/builds/3260 The test was introduced in #108349.
1 parent 9578db9 commit f0b3287

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/sanitizer_common/TestCases/Linux/tls_get_addr.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// These don't intercept __tls_get_addr.
1111
// XFAIL: lsan,hwasan,ubsan
1212

13+
// FIXME: Fails for unknown reasons.
14+
// UNSUPPORTED: powerpc64le-target-arch
15+
1316
#ifndef BUILD_SO
1417
# include <assert.h>
1518
# include <dlfcn.h>

0 commit comments

Comments
 (0)