[Lldb-commits] [lldb] 75f295c - [lldb][test] Remove expected failure marker for TestPlatformAttach on windows (#68193)

via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 4 03:13:36 PDT 2023


Author: antoine moynault
Date: 2023-10-04T12:13:31+02:00
New Revision: 75f295c2455131993f9c945320736b84c5fcf99c

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

LOG: [lldb][test] Remove expected failure marker for TestPlatformAttach on windows (#68193)

Looks like this test passes since #68050.

Added: 
    

Modified: 
    lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py b/lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py
index d62e86b2a3c1d20..2aaf962b9e4f9a5 100644
--- a/lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py
+++ b/lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py
@@ -7,7 +7,6 @@
 
 class TestPlatformAttach(GDBRemoteTestBase):
     @skipIfRemote
-    @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr52451")
     def test_attach(self):
         """Test attaching by name"""
 


        


More information about the lldb-commits mailing list