Skip to content

Commit ed3a4a4

Browse files
committed
[lldb] Skip TestVSCode_coreFile if no x86 target support
1 parent d51402a commit ed3a4a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/tools/lldb-vscode/coreFile/TestVSCode_coreFile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def test_core_file(self):
4444

4545
@skipIfWindows
4646
@skipIfRemote
47+
@skipIfLLVMTargetMissing("X86")
4748
def test_core_file_source_mapping(self):
4849
''' Test that sourceMap property is correctly applied when loading a core '''
4950
current_dir = os.path.dirname(os.path.realpath(__file__))

0 commit comments

Comments
 (0)