[Lldb-commits] [lldb] 0e8a10b - [lldb][test] Mark test() in TestBSDArchives.py as passing remotely (#111199)

via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 7 08:37:47 PDT 2024


Author: Vladislav Dzhidzhoev
Date: 2024-10-07T17:37:44+02:00
New Revision: 0e8a10b099a230f5193f228467538e6443afa398

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

LOG: [lldb][test] Mark test() in TestBSDArchives.py as passing remotely (#111199)

It was xfail'ed in de2ddc8f3146b. However, it passes on a buildbot
https://lab.llvm.org/staging/#/builders/195/builds/3988.

Added: 
    

Modified: 
    lldb/test/API/functionalities/archives/TestBSDArchives.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/archives/TestBSDArchives.py b/lldb/test/API/functionalities/archives/TestBSDArchives.py
index 1bef8e896e0be7..928e9508617ad6 100644
--- a/lldb/test/API/functionalities/archives/TestBSDArchives.py
+++ b/lldb/test/API/functionalities/archives/TestBSDArchives.py
@@ -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)
     def test(self):
         """Break inside a() and b() defined within libfoo.a."""
         self.build()


        


More information about the lldb-commits mailing list