[Lldb-commits] [PATCH] D16615: Refactor some of the skip / xfail decorators to reuse more code.
Todd Fiala via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 27 08:43:33 PST 2016
tfiala accepted this revision.
tfiala added a comment.
This revision is now accepted and ready to land.
In http://reviews.llvm.org/D16615#337359, @zturner wrote:
> If the goal is to delete all the highly specialized decorators (after all,
> expectedFailureWindows is just expectedFailureAll(oslist=['windows'])) then
> this problem goes away by itself once everything is using
> expectedFailureAll, since that will always be called with arguments.
Okay cool.
LGTM.
http://reviews.llvm.org/D16615
More information about the lldb-commits
mailing list