We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51402a commit ed3a4a4Copy full SHA for ed3a4a4
lldb/test/API/tools/lldb-vscode/coreFile/TestVSCode_coreFile.py
@@ -44,6 +44,7 @@ def test_core_file(self):
44
45
@skipIfWindows
46
@skipIfRemote
47
+ @skipIfLLVMTargetMissing("X86")
48
def test_core_file_source_mapping(self):
49
''' Test that sourceMap property is correctly applied when loading a core '''
50
current_dir = os.path.dirname(os.path.realpath(__file__))
0 commit comments