From: Reid Kleckner Date: Fri, 28 Jul 2017 16:24:18 +0000 (+0000) Subject: [lit] Dump some FileCheck inputs to try to debug some failing tests X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=648a2e5cfa059d00dc2b46b3ec916b847504a0ef;p=llvm [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 --- 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.