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 7643832 commit c3f5dfdCopy full SHA for c3f5dfd
lldb/test/API/python_api/sbmodule/SeperateDebugInfo/TestSBModuleSeparateDebugInfo.py
@@ -29,8 +29,8 @@ def test_get_separate_debug_info_files_dwo(self):
29
self.assertEqual(len(file_specs), 1)
30
self.assertTrue(file_specs[0].GetFilename().endswith(".dwo"))
31
32
- @skipIf(debug_info=no_match("oso"))
33
- def test_get_separate_debug_info_files_oso(self):
+ @skipIf(debug_info=no_match("dsym"))
+ def test_get_separate_debug_info_files_dsym(self):
34
"""Test the SBModule::GetSeparateDebugInfoFiles"""
35
self.build()
36
exe = self.getBuildArtifact("a.out")
0 commit comments