[Lldb-commits] [lldb] ceec9a7 - [lldb][test] Skip platform attach test on Windows

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 4 05:47:20 PDT 2023


Author: David Spickett
Date: 2023-10-04T12:46:35Z
New Revision: ceec9a7874af2eea8b00b5616fad388ccfa2b4f3

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

LOG: [lldb][test] Skip platform attach test on Windows

This can pass but every so often times out:
https://lab.llvm.org/buildbot/#/builders/219/builds/6092

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 2aaf962b9e4f9a5..3aeb87874bdfa87 100644
--- a/lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py
+++ b/lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py
@@ -7,6 +7,7 @@
 
 class TestPlatformAttach(GDBRemoteTestBase):
     @skipIfRemote
+    @skipIfWindows
     def test_attach(self):
         """Test attaching by name"""
 


        


More information about the lldb-commits mailing list