[Lldb-commits] [lldb] [llvm] Debuginfod cache use index cache settings and include real file name (PR #120814)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 13 06:41:11 PST 2025
labath wrote:
Same here, and the lldb debuginfod test is failing as well:
```
======================================================================
FAIL: test_debuginfod_executable (TestDebuginfod.DebugInfodTests.test_debuginfod_executable)
Test behavior with the full binary available from Debuginfod as
----------------------------------------------------------------------
Traceback (most recent call last):
File "lldb/test/API/debuginfod/Normal/TestDebuginfod.py", line 61, in test_debuginfod_executable
self.try_breakpoint(True)
File "lldb/test/API/debuginfod/Normal/TestDebuginfod.py", line 92, in try_breakpoint
self.assertEqual(
AssertionError: True != False : Loc line entry is valid
======================================================================
FAIL: test_debuginfod_okd_symbols (TestDebuginfod.DebugInfodTests.test_debuginfod_okd_symbols)
Test behavior with the 'only-keep-debug' symbols available from Debuginfod.
----------------------------------------------------------------------
Traceback (most recent call last):
File "lldb/test/API/debuginfod/Normal/TestDebuginfod.py", line 70, in test_debuginfod_okd_symbols
self.try_breakpoint(True)
File "lldb/test/API/debuginfod/Normal/TestDebuginfod.py", line 92, in try_breakpoint
self.assertEqual(
AssertionError: True != False : Loc line entry is valid
======================================================================
FAIL: test_debuginfod_symbols (TestDebuginfod.DebugInfodTests.test_debuginfod_symbols)
Test behavior with the full binary available from Debuginfod as
----------------------------------------------------------------------
Traceback (most recent call last):
File "lldb/test/API/debuginfod/Normal/TestDebuginfod.py", line 51, in test_debuginfod_symbols
self.try_breakpoint(True)
File "lldb/test/API/debuginfod/Normal/TestDebuginfod.py", line 92, in try_breakpoint
self.assertEqual(
AssertionError: True != False : Loc line entry is valid
```
https://github.com/llvm/llvm-project/pull/120814
More information about the lldb-commits
mailing list