[Lldb-commits] [lldb] 58571c8 - [lldb] Un-XFAIL TestDeadStrip.py on windows

via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 20 04:23:06 PST 2025


Author: Pavel Labath
Date: 2025-02-20T13:23:03+01:00
New Revision: 58571c82ef93b32cd0ea757e23ec4ff83f8fc3c0

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

LOG: [lldb] Un-XFAIL TestDeadStrip.py on windows

I suspect it was fixed by #127059. aarch64 is the only windows bot we have now, so it's can't be certain it's fixed everywhere, but also I have no reason to believe otherwise.

Fixes #43774.

Added: 
    

Modified: 
    lldb/test/API/functionalities/dead-strip/TestDeadStrip.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/dead-strip/TestDeadStrip.py b/lldb/test/API/functionalities/dead-strip/TestDeadStrip.py
index edaf609e98618..ef3b00d75b599 100644
--- a/lldb/test/API/functionalities/dead-strip/TestDeadStrip.py
+++ b/lldb/test/API/functionalities/dead-strip/TestDeadStrip.py
@@ -10,7 +10,6 @@
 
 
 class DeadStripTestCase(TestBase):
-    @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr44429")
     def test(self):
         """Test breakpoint works correctly with dead-code stripping."""
         self.build()


        


More information about the lldb-commits mailing list