[PATCH] D14733: [Documentation] Add guidelines for grouping tests together
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 16 14:59:25 PST 2015
echristo accepted this revision.
echristo added a comment.
This revision is now accepted and ready to land.
LGTM.
Motivation: Fewer processes spawned for tests, this is particularly good on OSes that have slow forking code like OSX and Windows. Easier to find "what are the tests that are associated with this feature". I'm sure if you think about it you can probably come up with a few more. :)
http://reviews.llvm.org/D14733
More information about the llvm-commits
mailing list