[Lldb-commits] [lldb] 1e511bb - [lldb] Re-skip TestVSCode_launch
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 8 07:38:16 PDT 2021
Author: Pavel Labath
Date: 2021-04-08T16:31:18+02:00
New Revision: 1e511bb1be718657a5584ccb792723d9ddac481f
URL: https://github.com/llvm/llvm-project/commit/1e511bb1be718657a5584ccb792723d9ddac481f
DIFF: https://github.com/llvm/llvm-project/commit/1e511bb1be718657a5584ccb792723d9ddac481f.diff
LOG: [lldb] Re-skip TestVSCode_launch
The test is flaky (sleeps didn't help).
Added:
Modified:
lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py
Removed:
################################################################################
diff --git a/lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py b/lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py
index e69003c135b00..1d99ecf87c4e0 100644
--- a/lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py
+++ b/lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py
@@ -454,6 +454,7 @@ def test_terminate_commands(self):
@skipIfWindows
@skipIfRemote
+ @skipIf(oslist=["linux"])
def test_progress_events(self):
'''
Tests the progress events to ensure we are receiving them.
More information about the lldb-commits
mailing list