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

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 25 04:54:33 PDT 2025


https://github.com/labath commented:

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`

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


More information about the lldb-commits mailing list