[Lldb-commits] [PATCH] D15451: Make test categories composable

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 11 08:38:11 PST 2015


tberghammer accepted this revision.
tberghammer added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: packages/Python/lldbsuite/test/lldbtest.py:512
@@ -510,3 +511,3 @@
 def add_test_categories(cat):
-    """Decorate an item with test categories"""
+    """Add test categories to a test item"""
     cat = test_categories.validate(cat, True)
----------------
Can you be more specific about where can we add this decorator? "item" doesn't really tell anything to me


http://reviews.llvm.org/D15451





More information about the lldb-commits mailing list