[Lldb-commits] [lldb] 73cf85e - [LLDB] Skip TestVSCode_disconnect.test_launch arm/linux

Muhammad Omair Javaid via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 26 03:56:53 PDT 2021


Author: Muhammad Omair Javaid
Date: 2021-03-26T15:54:42+05:00
New Revision: 73cf85e527f69c495daece7c74743b9073d4717c

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

LOG: [LLDB] Skip TestVSCode_disconnect.test_launch arm/linux

TestVSCode_disconnect.test_launch hangs in tear down and times out
Arm linux. I am marking it skipped for the buildbot while looking
into failure.

Added: 
    

Modified: 
    lldb/test/API/tools/lldb-vscode/disconnect/TestVSCode_disconnect.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/tools/lldb-vscode/disconnect/TestVSCode_disconnect.py b/lldb/test/API/tools/lldb-vscode/disconnect/TestVSCode_disconnect.py
index 2de3ed9e1e98..91b2ae783048 100644
--- a/lldb/test/API/tools/lldb-vscode/disconnect/TestVSCode_disconnect.py
+++ b/lldb/test/API/tools/lldb-vscode/disconnect/TestVSCode_disconnect.py
@@ -29,6 +29,7 @@ def disconnect_and_assert_no_output_printed(self):
     @skipIfDarwin
     @skipIfWindows
     @skipIfRemote
+    @skipIf(oslist=["linux"], archs=["arm"])
     def test_launch(self):
         """
             This test launches a process that would creates a file, but we disconnect


        


More information about the lldb-commits mailing list