We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e8186 commit 3bf4efaCopy full SHA for 3bf4efa
tests/shtest-shell.py
@@ -1,17 +1,11 @@
1
# Check the internal shell handling component of the ShTest format.
2
3
# RUN: not %{lit} -v %{inputs}/shtest-shell > %t.out
4
-# FIXME: Temporarily dump test output so we can debug failing tests on
5
-# buildbots.
6
-# RUN: cat %t.out
7
# RUN: FileCheck --input-file %t.out %s
8
#
9
# Test again in non-UTF shell to catch potential errors with python 2 seen
10
# on stdout-encoding.txt
11
# RUN: env PYTHONIOENCODING=ascii not %{lit} -a %{inputs}/shtest-shell > %t.ascii.out
12
13
14
-# RUN: cat %t.ascii.out
15
# RUN: FileCheck --input-file %t.ascii.out %s
16
17
# END.
0 commit comments