[Lldb-commits] [lldb] [lldb][test] Remove duplicate testcase names in API test-suite (PR #97043)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 28 10:22:16 PDT 2024
Michael137 wrote:
> LGTM. This has definitely come up in the past. If you feel motivated, I'm sure there must be a way to detect this issue in Python and we could have assert/warning/error that captures this at the dotest level.
Agreed, making it part of `dotest` would be amazing. Maybe someone with better python knowledge has some ideas (@medismailben @kastiglione ?). In the meantime I'll have a think of how one might do that
https://github.com/llvm/llvm-project/pull/97043
More information about the lldb-commits
mailing list