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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to