[compiler-rt] f0b3287 - [sanitizer] Disable new test on powerpc64le (#108505)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 12 23:33:14 PDT 2024
Author: Vitaly Buka
Date: 2024-09-12T23:33:11-07:00
New Revision: f0b3287297aeeddcf030e3c1b08d05a69ad465aa
URL: https://github.com/llvm/llvm-project/commit/f0b3287297aeeddcf030e3c1b08d05a69ad465aa
DIFF: https://github.com/llvm/llvm-project/commit/f0b3287297aeeddcf030e3c1b08d05a69ad465aa.diff
LOG: [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.
Added:
Modified:
compiler-rt/test/sanitizer_common/TestCases/Linux/tls_get_addr.c
Removed:
################################################################################
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/tls_get_addr.c b/compiler-rt/test/sanitizer_common/TestCases/Linux/tls_get_addr.c
index 2f88c22d19dbf9..0aff6039ac4e8a 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Linux/tls_get_addr.c
+++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/tls_get_addr.c
@@ -10,6 +10,9 @@
// These don't intercept __tls_get_addr.
// XFAIL: lsan,hwasan,ubsan
+// FIXME: Fails for unknown reasons.
+// UNSUPPORTED: powerpc64le-target-arch
+
#ifndef BUILD_SO
# include <assert.h>
# include <dlfcn.h>
More information about the llvm-commits
mailing list