[llvm] r309400 - [lit] Dump some FileCheck inputs to try to debug some failing tests

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 28 09:24:18 PDT 2017


Author: rnk
Date: Fri Jul 28 09:24:18 2017
New Revision: 309400

URL: http://llvm.org/viewvc/llvm-project?rev=309400&view=rev
Log:
[lit] Dump some FileCheck inputs to try to debug some failing tests

Modified:
    llvm/trunk/utils/lit/tests/googletest-format.py
    llvm/trunk/utils/lit/tests/shtest-shell.py

Modified: llvm/trunk/utils/lit/tests/googletest-format.py
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/lit/tests/googletest-format.py?rev=309400&r1=309399&r2=309400&view=diff
==============================================================================
--- llvm/trunk/utils/lit/tests/googletest-format.py (original)
+++ llvm/trunk/utils/lit/tests/googletest-format.py Fri Jul 28 09:24:18 2017
@@ -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.

Modified: llvm/trunk/utils/lit/tests/shtest-shell.py
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/lit/tests/shtest-shell.py?rev=309400&r1=309399&r2=309400&view=diff
==============================================================================
--- llvm/trunk/utils/lit/tests/shtest-shell.py (original)
+++ llvm/trunk/utils/lit/tests/shtest-shell.py Fri Jul 28 09:24:18 2017
@@ -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.




More information about the llvm-commits mailing list