JDevlieghere added a comment.
If I correctly understand this change, this might make it possible to apply the
`add_test_categories` decorator to an inline test. We had issues with this when
introducing the swiftpr category because the methods were part of the inline
test class. From the description I get the idea that now they become part of
the individual instantiations? I **really** hope this is the case :-)
Regardless of my (potential) excitement, this looks good to me!
================
Comment at: packages/Python/lldbsuite/test/lldbinline.py:139
+ def _test(self):
self.using_dsym = True
self.BuildMakefile()
----------------
Will the decorators ensure that this value is properly set (or ignored) for the
non-dsym tests?
https://reviews.llvm.org/D47579
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits