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 071b7fa commit e4f0b83Copy full SHA for e4f0b83
lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py
@@ -327,6 +327,7 @@ def test_relative_module_name(self):
327
old_cwd = os.getcwd()
328
self.addTearDownHook(lambda: os.chdir(old_cwd))
329
os.chdir(self.getBuildDir())
330
+ name = "file-with-a-name-unlikely-to-exist-in-the-current-directory.so"
331
modules = self.get_minidump_modules(
332
self.getSourcePath("relative_module_name.yaml")
333
)
0 commit comments