From: Walter Erquinigo Date: Wed, 21 Apr 2021 21:33:02 +0000 (-0700) Subject: Fix TestVSCode_launch test X-Git-Tag: llvmorg-14-init~8875 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12a25076463d0b04b535d07982d7420971bcea3e;p=platform%2Fupstream%2Fllvm.git Fix TestVSCode_launch test Broken in https://lab.llvm.org/buildbot/#/builders/96/builds/6933 We don't really need to run this test on arm, but would be worth fixing it later. --- 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 6f65a72..c40e7e2 100644 --- a/lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py +++ b/lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py @@ -293,6 +293,7 @@ class TestVSCode_launch(lldbvscode_testcase.VSCodeTestCaseBase): @skipIfWindows @skipIfRemote + @skipIf(archs=["arm", "aarch64"]) # failed run https://lab.llvm.org/buildbot/#/builders/96/builds/6933 def test_commands(self): ''' Tests the "initCommands", "preRunCommands", "stopCommands",