[Lldb-commits] [lldb] adc7d63 - [lldb] XFAIL TestPlatformKill on windows

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 9 10:50:21 PST 2021


Author: Pavel Labath
Date: 2021-11-09T19:50:14+01:00
New Revision: adc7d63f46a70e68c60ecd4ad17f09eb6f4abbca

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

LOG: [lldb] XFAIL TestPlatformKill on windows

-> PR52451

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/gdb_remote_client/TestPlatformKill.py b/lldb/test/API/functionalities/gdb_remote_client/TestPlatformKill.py
index 2ae9f8ac6f5f..2e15c8a27260 100644
--- a/lldb/test/API/functionalities/gdb_remote_client/TestPlatformKill.py
+++ b/lldb/test/API/functionalities/gdb_remote_client/TestPlatformKill.py
@@ -7,6 +7,7 @@
 class TestPlatformKill(GDBRemoteTestBase):
 
     @skipIfRemote
+    @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr52451")
     def test_kill_
diff erent_platform(self):
         """Test connecting to a remote linux platform"""
 


        


More information about the lldb-commits mailing list