From ed3a4a4948dedd264732105e910405138c9c0f3b Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Sun, 9 Jan 2022 22:01:02 -0800 Subject: [lldb] Skip TestVSCode_coreFile if no x86 target support --- lldb/test/API/tools/lldb-vscode/coreFile/TestVSCode_coreFile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/API/tools/lldb-vscode/coreFile/TestVSCode_coreFile.py b/lldb/test/API/tools/lldb-vscode/coreFile/TestVSCode_coreFile.py index 56a93ccd6c8a..b73357f075ad 100644 --- a/lldb/test/API/tools/lldb-vscode/coreFile/TestVSCode_coreFile.py +++ b/lldb/test/API/tools/lldb-vscode/coreFile/TestVSCode_coreFile.py @@ -44,6 +44,7 @@ class TestVSCode_coreFile(lldbvscode_testcase.VSCodeTestCaseBase): @skipIfWindows @skipIfRemote + @skipIfLLVMTargetMissing("X86") def test_core_file_source_mapping(self): ''' Test that sourceMap property is correctly applied when loading a core ''' current_dir = os.path.dirname(os.path.realpath(__file__)) -- cgit v1.2.1