Author: David Spickett
Date: 2023-08-02T14:36:24Z
New Revision: 54458c525aa47219a3ef2bee2be33d6096b1585c

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

LOG: [lldb][lldb-vscode] Skip disassembler test on Arm

This is failing and/or causing time outs (hard to tell which ) on
our Arm Linux bot:
https://lab.llvm.org/buildbot/#/builders/17/builds/41108

Added: 
    

Modified: 
    lldb/test/API/tools/lldb-vscode/disassemble/TestVSCode_disassemble.py

Removed: 
    


################################################################################
diff  --git 
a/lldb/test/API/tools/lldb-vscode/disassemble/TestVSCode_disassemble.py 
b/lldb/test/API/tools/lldb-vscode/disassemble/TestVSCode_disassemble.py
index 6d3ebdf296e2b1..7f133afb6a22b4 100644
--- a/lldb/test/API/tools/lldb-vscode/disassemble/TestVSCode_disassemble.py
+++ b/lldb/test/API/tools/lldb-vscode/disassemble/TestVSCode_disassemble.py
@@ -14,6 +14,7 @@
 class TestVSCode_disassemble(lldbvscode_testcase.VSCodeTestCaseBase):
     @skipIfWindows
     @skipIfRemote
+    @skipIf(archs=["arm"])
     def test_disassemble(self):
         """
         Tests the 'disassemble' request.


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

Reply via email to