[Lldb-commits] [lldb] [lldb] Store the command in the CommandReturnObject (PR #125132)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Sat Feb 8 13:31:16 PST 2025
Michael137 wrote:
Btw, there are now two tests in the LLDB test-suite called `TestSBCommandReturnObject.py`:
```
./lldb/test/API/api/command-return-object/TestSBCommandReturnObject.py
./lldb/test/API/python_api/commandreturnobject/TestSBCommandReturnObject.py
```
which `lldb-dotest` complains about:
```
File "/home/llvm-project/lldb/packages/Python/lldbsuite/test/dotest.py", line 704, in visit
raise Exception("Found multiple tests with the name %s" % name)
Exception: Found multiple tests with the name TestSBCommandReturnObject.py
```
Could you rename one of them please?
https://github.com/llvm/llvm-project/pull/125132
More information about the lldb-commits
mailing list