JDevlieghere accepted this revision. JDevlieghere added a comment. This revision is now accepted and ready to land.
LGTM > Can you try inserting something like this instead of the > `ApplyDecoratorsToFunction` line and see if your problems go away? > > @wraps(InlineTest._test) > def test_func(*args, **kwargs): > return InlineTest._test(*args, **kwargs) > > test_func = ApplyDecoratorsToFunction(test_func, decorators) > > > This should make sure each test class gets a fresh function object with an > independent set of categories. Alright, I'll give that a shot. Thanks for the suggestion! :-) https://reviews.llvm.org/D47579 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits