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

via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 4 02:35:48 PDT 2023


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

<details>
<summary>Changes</summary>


Looks like this test pass since #<!-- -->68050.

---
Full diff: https://github.com/llvm/llvm-project/pull/68193.diff


1 Files Affected:

- (modified) lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py (-1) 


``````````diff
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"""
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/68193


More information about the lldb-commits mailing list