[compiler-rt] [test][compiler-rt] Mark dlsym_alloc.c as unsupported on macos (PR #108439)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 12 12:09:44 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Arthur Eubanks (aeubanks)
<details>
<summary>Changes</summary>
With #<!-- -->106912, the test now fails on macos, e.g.
https://green.lab.llvm.org/job/llvm.org/job/clang-stage1-RA/2058/.
---
Full diff: https://github.com/llvm/llvm-project/pull/108439.diff
1 Files Affected:
- (modified) compiler-rt/test/sanitizer_common/TestCases/dlsym_alloc.c (+2)
``````````diff
diff --git a/compiler-rt/test/sanitizer_common/TestCases/dlsym_alloc.c b/compiler-rt/test/sanitizer_common/TestCases/dlsym_alloc.c
index 0228c3bc50dbd9..7b5b9cf34a90f9 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/dlsym_alloc.c
+++ b/compiler-rt/test/sanitizer_common/TestCases/dlsym_alloc.c
@@ -2,6 +2,8 @@
// FIXME: TSAN does not use DlsymAlloc.
// UNSUPPORTED: tsan
+// FIXME: investigate why this fails on macos
+// UNSUPPORTED: darwin
#include <stdlib.h>
``````````
</details>
https://github.com/llvm/llvm-project/pull/108439
More information about the llvm-commits
mailing list