[Lldb-commits] [lldb] ed3a4a4 - [lldb] Skip TestVSCode_coreFile if no x86 target support
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Sun Jan 9 22:01:46 PST 2022
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__))
More information about the lldb-commits
mailing list