[Lldb-commits] [lldb] Improve the executable name detection in ELF core files. (PR #197341)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri May 15 02:50:22 PDT 2026
DavidSpickett wrote:
> Same for AArch64: https://lab.llvm.org/buildbot/#/builders/141/builds/18555
This is actually a pre-existing test:
```
FAIL: test_object_map (TestLinuxCore.LinuxCoreTestCase.test_object_map)
```
And I couldn't reproduce it on my development machine. The latest results don't show it so either it got fixed (I don't see sign of that) or it's a flake. If it is I hope it's something to do with temp paths rather than a thing inside lldb. FWIW, the test doesn't generate a random folder name, so it's not that colliding with expected output.
https://github.com/llvm/llvm-project/pull/197341
More information about the lldb-commits
mailing list