[Lldb-commits] [lldb] [lldb] change how unsupported tests are aggregated (PR #185675)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 10 10:51:46 PDT 2026
charles-zablit wrote:
> So maybe the correct solution here is to gather all the test results in `lit_results` like we do today, and have a reduction function that prioritizes certain results over others. Top off my head, I would expect something like:
That sounds good, the latest change implements this aggregation strategy.
https://github.com/llvm/llvm-project/pull/185675
More information about the lldb-commits
mailing list