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


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to