[Lldb-commits] [lldb] 5c3aed9 - [lldb] Skip TestVSCode_launch.test_progress_events on linux
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 26 09:27:04 PDT 2021
Author: Pavel Labath
Date: 2021-03-26T17:26:44+01:00
New Revision: 5c3aed98afda5f3016deaca4671634cee449235b
URL: https://github.com/llvm/llvm-project/commit/5c3aed98afda5f3016deaca4671634cee449235b
DIFF: https://github.com/llvm/llvm-project/commit/5c3aed98afda5f3016deaca4671634cee449235b.diff
LOG: [lldb] Skip TestVSCode_launch.test_progress_events on linux
It's flaky everywhere, not just arm.
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 3cfebb689a5b..aceed56fe249 100644
--- a/lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py
+++ b/lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py
@@ -454,7 +454,7 @@ def test_terminate_commands(self):
@skipIfWindows
@skipIfRemote
- @skipIf(oslist=["linux"], archs=["arm"])
+ @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