[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:44:59 PDT 2025
    
    
  
================
@@ -1799,6 +1799,7 @@ def no_reason(_):
                 for cat in categories:
 
                     @decorators.add_test_categories([cat])
+                    @decorators.remove_test_categories(categories)
----------------
labath wrote:
The loop creates a new function every iteration.
https://github.com/llvm/llvm-project/pull/150579
    
    
More information about the lldb-commits
mailing list