[PATCH] D81422: Change filecheck default to dump input on failure

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 18:15:53 PDT 2020


mehdi_amini added a comment.

In D81422#2083761 <https://reviews.llvm.org/D81422#2083761>, @arsenm wrote:

> I think this is a worse default for development for large tests.


Maybe the issue is with large tests that needs to be broken up?
To me this is a general improvement during development at my desk and reading a test output to understand the failure: this goes beyond build bots.

(you have the environment variable you can set locally if you don't want the behavior though)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81422/new/

https://reviews.llvm.org/D81422





More information about the llvm-commits mailing list