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""" _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits