[Lldb-commits] [PATCH] D16741: Make many of the skip decorators use common code

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 1 16:11:12 PST 2016


zturner marked an inline comment as done.
zturner added a comment.

I guess we need to be consistent.  Do we want to be able to decorate entire classes, or not?  If we do, then we should remove the check.  If we don't then we should leave the check.  But since many tests are already using these decorators at the class level (`TestEvents.py`, `TestAddDsymCommand.py`, `TestObjCMethods2.py`, `TestLoadUnload.py`, and many more) those decorators cannot yet be ported to using common code until we decide which we want.


http://reviews.llvm.org/D16741





More information about the lldb-commits mailing list