[Lldb-commits] [lldb] [lldb][test] Use tools from llvm instead of compiler tools (PR #109961)
    Vladislav Dzhidzhoev via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Sep 25 07:08:26 PDT 2024
    
    
  
================
@@ -25,7 +25,6 @@ def setUp(self):
         oslist=["windows"],
         bugnumber="llvm.org/pr24527.  Makefile.rules doesn't know how to build static libs on Windows",
     )
-    @expectedFailureAll(remote=True)
----------------
dzhidzhoev wrote:
I thought it failed because of the missing tool, but it unexpectedly passed on my machine on mainline.
https://github.com/llvm/llvm-project/pull/109961
    
    
More information about the lldb-commits
mailing list