Skip to content

Commit d9ed8b0

Browse files
authored
[test][compiler-rt] Mark dlsym_alloc.c as unsupported on macos (llvm#108439)
With llvm#106912, the test now fails on macos, e.g. https://green.lab.llvm.org/job/llvm.org/job/clang-stage1-RA/2058/.
1 parent c00c62c commit d9ed8b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler-rt/test/sanitizer_common/TestCases/dlsym_alloc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
// FIXME: TSAN does not use DlsymAlloc.
44
// UNSUPPORTED: tsan
5+
// FIXME: investigate why this fails on macos
6+
// UNSUPPORTED: darwin
57

68
#include <stdlib.h>
79

0 commit comments

Comments
 (0)