[Lldb-commits] [lldb] [lldb][test] Fix running TestWithLimitDebugInfo.py on Windows (PR #150579)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 25 01:35:59 PDT 2025
================
@@ -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
More information about the lldb-commits
mailing list