summaryrefslogtreecommitdiff
path: root/utils/lit/tests
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2017-07-28 16:24:18 +0000
committerReid Kleckner <rnk@google.com>2017-07-28 16:24:18 +0000
commit648a2e5cfa059d00dc2b46b3ec916b847504a0ef (patch)
treefe9c6ce5f7221e3401078bbedafb214991c5135c /utils/lit/tests
parent4dce3059d4f9ae9e818932ac705f4d49ab70aeae (diff)
[lit] Dump some FileCheck inputs to try to debug some failing tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309400 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/lit/tests')
-rw-r--r--utils/lit/tests/googletest-format.py3
-rw-r--r--utils/lit/tests/shtest-shell.py3
2 files changed, 6 insertions, 0 deletions
diff --git a/utils/lit/tests/googletest-format.py b/utils/lit/tests/googletest-format.py
index be25c66e92b..094c6cfc514 100644
--- a/utils/lit/tests/googletest-format.py
+++ b/utils/lit/tests/googletest-format.py
@@ -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.
diff --git a/utils/lit/tests/shtest-shell.py b/utils/lit/tests/shtest-shell.py
index 18b80cd7d08..33b5ab669ea 100644
--- a/utils/lit/tests/shtest-shell.py
+++ b/utils/lit/tests/shtest-shell.py
@@ -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.