[PATCH] D14733: [Documentation] Add guidelines for grouping tests together

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 15:03:16 PST 2015


echristo added a comment.

In http://reviews.llvm.org/D14733#290586, @joker.eph wrote:

> If launching less processes is a motivation, then not adding `FileCheck` when not needing (crash test) should be good practice :)


Nope. Because you should have a check for some sort of reasonable behavior if possible. :)


http://reviews.llvm.org/D14733





More information about the llvm-commits mailing list