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.


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

Reply via email to