[lit] Dump some FileCheck inputs to try to debug some failing tests

llvm-svn: 309400
This commit is contained in:
Reid Kleckner 2017-07-28 16:24:18 +00:00
parent 432914bba0
commit 125c74bc56
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,9 @@
# Check the various features of the GoogleTest format. # Check the various features of the GoogleTest format.
# #
# RUN: not %{lit} -j 1 -v %{inputs}/googletest-format > %t.out # RUN: not %{lit} -j 1 -v %{inputs}/googletest-format > %t.out
# FIXME: Temporarily dump test output so we can debug failing tests on
# buildbots.
# RUN: cat %t.out
# RUN: FileCheck < %t.out %s # RUN: FileCheck < %t.out %s
# #
# END. # END.

View File

@ -1,6 +1,9 @@
# Check the internal shell handling component of the ShTest format. # Check the internal shell handling component of the ShTest format.
# #
# RUN: not %{lit} -j 1 -v %{inputs}/shtest-shell > %t.out # RUN: not %{lit} -j 1 -v %{inputs}/shtest-shell > %t.out
# FIXME: Temporarily dump test output so we can debug failing tests on
# buildbots.
# RUN: cat %t.out
# RUN: FileCheck --input-file %t.out %s # RUN: FileCheck --input-file %t.out %s
# #
# END. # END.