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