[compiler-rt] 1e1d1b1 - [lsan] Disabled D148281 test on Darwin
    Vitaly Buka via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Apr 18 12:48:08 PDT 2023
    
    
  
Author: Vitaly Buka
Date: 2023-04-18T12:47:23-07:00
New Revision: 1e1d1b1b5a19940f2a1b0ba82287c701276d0f68
URL: https://github.com/llvm/llvm-project/commit/1e1d1b1b5a19940f2a1b0ba82287c701276d0f68
DIFF: https://github.com/llvm/llvm-project/commit/1e1d1b1b5a19940f2a1b0ba82287c701276d0f68.diff
LOG: [lsan] Disabled D148281 test on Darwin
For unknown reason it fails to link.
Added: 
    
Modified: 
    compiler-rt/test/lsan/TestCases/thread_context_crash.cpp
Removed: 
    
################################################################################
diff  --git a/compiler-rt/test/lsan/TestCases/thread_context_crash.cpp b/compiler-rt/test/lsan/TestCases/thread_context_crash.cpp
index cef6d58c98b53..26acc001841d8 100644
--- a/compiler-rt/test/lsan/TestCases/thread_context_crash.cpp
+++ b/compiler-rt/test/lsan/TestCases/thread_context_crash.cpp
@@ -3,6 +3,10 @@
 
 // REQUIRES: lsan-standalone
 
+// For unknown reason linker can't resolve GetCurrentThread on
+// https://ci.chromium.org/p/chromium/builders/try/mac_upload_clang.
+// UNSUPPORTED: darwin
+
 #include <pthread.h>
 #include <stdlib.h>
 #include <vector>
        
    
    
More information about the llvm-commits
mailing list