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

via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 12 20:52:28 PDT 2024


Author: Arthur Eubanks
Date: 2024-09-12T20:52:24-07:00
New Revision: d9ed8b018df725faec4076a3efdfcbd7a24c99f0

URL: https://github.com/llvm/llvm-project/commit/d9ed8b018df725faec4076a3efdfcbd7a24c99f0
DIFF: https://github.com/llvm/llvm-project/commit/d9ed8b018df725faec4076a3efdfcbd7a24c99f0.diff

LOG: [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/.

Added: 
    

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

Removed: 
    


################################################################################
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