[compiler-rt] [sanitizer] Disable new test on powerpc64le (PR #108505)

via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 12 23:32:34 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-compiler-rt-sanitizer

Author: Vitaly Buka (vitalybuka)

<details>
<summary>Changes</summary>

The test was introduced in #<!-- -->108349.


---
Full diff: https://github.com/llvm/llvm-project/pull/108505.diff


1 Files Affected:

- (modified) compiler-rt/test/sanitizer_common/TestCases/Linux/tls_get_addr.c (+3) 


``````````diff
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>

``````````

</details>


https://github.com/llvm/llvm-project/pull/108505


More information about the llvm-commits mailing list