]> granicus.if.org Git - llvm/commitdiff
[lit] Dump some FileCheck inputs to try to debug some failing tests
authorReid Kleckner <rnk@google.com>
Fri, 28 Jul 2017 16:24:18 +0000 (16:24 +0000)
committerReid Kleckner <rnk@google.com>
Fri, 28 Jul 2017 16:24:18 +0000 (16:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309400 91177308-0d34-0410-b5e6-96231b3b80d8

utils/lit/tests/googletest-format.py
utils/lit/tests/shtest-shell.py

index be25c66e92b9926322f6368d7df64cf93316ccbd..094c6cfc514c2bbb4a1af3b09a93ce2fbb60411c 100644 (file)
@@ -1,6 +1,9 @@
 # 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.
index 18b80cd7d08775afcec1fa90d478e93c295efef9..33b5ab669eaa2cfd244c3b4c08c27d97fbc57e9e 100644 (file)
@@ -1,6 +1,9 @@
 # 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.