From 12049d888595de3be99fdc62e8e4282df3fa462d Mon Sep 17 00:00:00 2001 From: Walter Erquinigo Date: Mon, 25 Jan 2021 13:24:01 -0800 Subject: [PATCH] Fix 0f0462cacf34aa88ae71a13c4199c1b1e70f3ee6 This test fails on ARM, but this feature won't be used on ARM, so we can disable it for that architecture. --- .../tools/lldb-vscode/runInTerminal/TestVSCode_runInTerminal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/API/tools/lldb-vscode/runInTerminal/TestVSCode_runInTerminal.py b/lldb/test/API/tools/lldb-vscode/runInTerminal/TestVSCode_runInTerminal.py index c29fe4667eef..d4edddf73a6b 100644 --- a/lldb/test/API/tools/lldb-vscode/runInTerminal/TestVSCode_runInTerminal.py +++ b/lldb/test/API/tools/lldb-vscode/runInTerminal/TestVSCode_runInTerminal.py @@ -35,6 +35,7 @@ class TestVSCode_runInTerminal(lldbvscode_testcase.VSCodeTestCaseBase): @skipIfWindows @skipIfRemote + @skipIf(archs=no_match(['x86_64'])) def test_runInTerminal(self): ''' Tests the "runInTerminal" reverse request. It makes sure that the IDE can