================ @@ -1799,6 +1799,7 @@ def no_reason(_): for cat in categories: @decorators.add_test_categories([cat]) + @decorators.remove_test_categories(categories) ---------------- DavidSpickett wrote:
I don't understand how this loop works. for category in categories, add the category, then remove all categories? Or is all this delayed until the decorator is invoked later? https://github.com/llvm/llvm-project/pull/150579 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits