[Lldb-commits] [lldb] [lldb][test] Fix running TestWithLimitDebugInfo.py on Windows (PR #150579)

Igor Kudrin via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 25 15:58:46 PDT 2025


igorkudrin wrote:

> This makes sense, but I wouldn't want people to start using `@remove_test_categories` randomly. Could you make it so that the removal logic is internal to the magic test multiplier? The code is already dealing with categories explicitly, so I think that you could just replace the `@add_test_categories` thingy with `test_method.categories = final_set_of_categories`

Done, PTAL

https://github.com/llvm/llvm-project/pull/150579


More information about the lldb-commits mailing list