Skip to content

Commit 07b4f63

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

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)