Author: Dave Lee Date: 2022-01-09T22:01:31-08:00 New Revision: ed3a4a4948dedd264732105e910405138c9c0f3b
URL: https://github.com/llvm/llvm-project/commit/ed3a4a4948dedd264732105e910405138c9c0f3b DIFF: https://github.com/llvm/llvm-project/commit/ed3a4a4948dedd264732105e910405138c9c0f3b.diff LOG: [lldb] Skip TestVSCode_coreFile if no x86 target support Added: Modified: lldb/test/API/tools/lldb-vscode/coreFile/TestVSCode_coreFile.py Removed: ################################################################################ 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 56a93ccd6c8ab..b73357f075adf 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 @@ def test_core_file(self): @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__)) _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits