[Lldb-commits] [PATCH] D24629: Allow for tests to be disabled at runtime

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 23 10:46:05 PDT 2016


jingham added a subscriber: jingham.
jingham added a comment.

As long as the only way you can specify the black-list is explicitly on the command line, I think this is fine.  There should never be implicit searches for a backlist file.  You must have to supply it each time you run the testsuite.  That way somebody would have to willfully decide not to run the full testsuite on their patch, and that's a human not a tech problem, since they could just as well check it in with failures they are ignoring, and not need this fancy mechanism...


https://reviews.llvm.org/D24629





More information about the lldb-commits mailing list