[compiler-rt] [test][compiler-rt] Mark dlsym_alloc.c as unsupported on macos (PR #108439)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 12 12:09:13 PDT 2024


https://github.com/aeubanks created https://github.com/llvm/llvm-project/pull/108439

With #106912, the test now fails on macos, e.g.

https://green.lab.llvm.org/job/llvm.org/job/clang-stage1-RA/2058/.

>From deca3b1b99fd1016b4157931a976c3c55a0e20f1 Mon Sep 17 00:00:00 2001
From: Arthur Eubanks <aeubanks at google.com>
Date: Thu, 12 Sep 2024 19:07:19 +0000
Subject: [PATCH] [test][compiler-rt] Mark dlsym_alloc.c as unsupported on
 macos

With #106912, the test now fails on macos, e.g.

https://green.lab.llvm.org/job/llvm.org/job/clang-stage1-RA/2058/.
---
 compiler-rt/test/sanitizer_common/TestCases/dlsym_alloc.c | 2 ++
 1 file changed, 2 insertions(+)

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>
 



More information about the llvm-commits mailing list