From 648a2e5cfa059d00dc2b46b3ec916b847504a0ef Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Fri, 28 Jul 2017 16:24:18 +0000 Subject: [PATCH] [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 --- utils/lit/tests/googletest-format.py | 3 +++ utils/lit/tests/shtest-shell.py | 3 +++ 2 files changed, 6 insertions(+) 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. -- 2.50.1