[Lldb-commits] [lldb] c315253 - [LLDB] Skip TestVSCode_launch.test_progress_events arm/linux

Muhammad Omair Javaid via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 25 16:40:06 PDT 2021


Author: Muhammad Omair Javaid
Date: 2021-03-26T04:38:31+05:00
New Revision: c3152536fda152b0956a0865059be8517697c921

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

LOG: [LLDB] Skip TestVSCode_launch.test_progress_events arm/linux

TestVSCode_launch.test_progress_events is mysteriously failing on arm
linux. I am marking it skipped for the buildbot while looking into
failure.

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 1bd16f481948..3cfebb689a5b 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"], archs=["arm"])
     def test_progress_events(self):
         '''
             Tests the progress events to ensure we are receiving them.


        


More information about the lldb-commits mailing list