[llvm-dev] FileCheck

Matt Arsenault via llvm-dev llvm-dev at lists.llvm.org
Thu Jun 18 11:36:20 PDT 2020



> On Jun 18, 2020, at 14:32, Chris Lattner via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> 2) Instead of dumping the entire input by default, would it be reasonable to change the default “make check” to have  FileCheck print the 10 lines before and after the mismatch?  Most problems are close by the check failure.  If you want to check extra fancy, dump the CHECK-LABEL region.
> 

In my experience, the entire CHECK-LABEL region is still way too much (e.g. MIR tests print a giant block of function information in the prolog). There needs to be a stricter line count clamping of some kind

-Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200618/21c3d56c/attachment.html>


More information about the llvm-dev mailing list