[Lldb-commits] [lldb] Improve the executable name detection in ELF core files. (PR #197341)
Dmitry Vasilyev via lldb-commits
lldb-commits at lists.llvm.org
Fri May 15 10:48:28 PDT 2026
slydiman wrote:
#197887 fixed new tests on Windows.
But I see the test `test_object_map` is broken too.
https://lab.llvm.org/buildbot/#/builders/211/builds/8174
```
FAIL: test_object_map (TestLinuxCore.LinuxCoreTestCase.test_object_map)
Test that lldb can find the exe for an i386 linux core file using the object map.
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\API\functionalities\postmortem\elf-core\TestLinuxCore.py", line 345, in test_object_map
self.assertTrue(exe_module_spec.fullpath.startswith(tmp_object_map_root))
AssertionError: False is not true
Config=x86_64-C:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe
----------------------------------------------------------------------
Ran 34 tests in 2.081s
FAILED (failures=1, skipped=6)
```
This test is unchanged. It seems some changes in ProcessElfCore.cpp broke this test on Windows x86_64.
Please investigate and fix it ASAP or revert for now.
https://github.com/llvm/llvm-project/pull/197341
More information about the lldb-commits
mailing list