git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309400
91177308-0d34-0410-b5e6-
96231b3b80d8
# Check the various features of the GoogleTest format.
#
# 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
#
# END.
# Check the internal shell handling component of the ShTest format.
#
# 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
#
# END.