search for: filechecker_verbose

Displaying 3 results from an estimated 3 matches for "filechecker_verbose".

2017 Jul 08
3
Swallowing of input in FileCheck
...iled, or which one the output came from (in the case of a single RUN line having multiple commands... ) somehow - would simplify things a bit too) On Fri, Jul 7, 2017 at 4:24 PM George Karpenkov via llvm-dev < llvm-dev at lists.llvm.org> wrote: > What about having an environment variable FILECHECKER_VERBOSE=1? > This would not require substitutions, and could be even set automatically > by “lit” when launched with “-v”. > At least to me that would make debugging tests much easier. > > On Jul 7, 2017, at 3:05 PM, Daniel Dunbar <daniel_dunbar at apple.com> wrote: > > > On J...
2017 Jul 08
2
Swallowing of input in FileCheck
...the default on windows/platforms that might not have bash? Is there a CMake flag/config for it? > > - Daniel > > > On Fri, Jul 7, 2017 at 4:24 PM George Karpenkov via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> What about having an environment variable FILECHECKER_VERBOSE=1? >> This would not require substitutions, and could be even set automatically >> by “lit” when launched with “-v”. >> At least to me that would make debugging tests much easier. >> >> On Jul 7, 2017, at 3:05 PM, Daniel Dunbar <daniel_dunbar at apple.com> >&g...
2017 Jul 07
2
Swallowing of input in FileCheck
> On Jul 7, 2017, at 2:19 PM, Reid Kleckner <rnk at google.com> wrote: > > On Fri, Jul 7, 2017 at 1:20 PM, George Karpenkov via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > Thus, I propose modifying FileCheck default behavior to dump all swallowed output on stderr when the test has failed. > Would there be any objections to