[Lldb-commits] [lldb] [lldb-dap] attempt to fix test_disassemble (PR #140975)
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Wed May 21 18:21:51 PDT 2025
medismailben wrote:
That doesn't solve the issue:
```
File "/Users/mib/Developer/open-source/llvm.org/lldb/test/API/tools/lldb-dap/disassemble/TestDAP_disassemble.py", line 28, in test_disassemble
self.assertIn("location", pc_assembly, "Source location missing.")
AssertionError: 'location' not found in {'address': '0x100000554', 'instruction': ' ldr w8, [sp, #0x4]', 'instructionBytes': 'e8 07 40 b9'} : Source location missing.
```
https://github.com/llvm/llvm-project/pull/140975
More information about the lldb-commits
mailing list