Fix TestVSCode_launch test
authorWalter Erquinigo <a20012251@gmail.com>
Wed, 21 Apr 2021 21:33:02 +0000 (14:33 -0700)
committerWalter Erquinigo <a20012251@gmail.com>
Wed, 21 Apr 2021 21:33:34 +0000 (14:33 -0700)
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.

lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py

index 6f65a72..c40e7e2 100644 (file)
@@ -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",