llvm-project/llvm/utils/lit/tests/Inputs/shtest-shell
Stella Stamenova 8efc95ac2f [lit, python3] Update lit error logging to work correctly in python3 and other test fixes
Summary:
In Python2 'unicode' is a distinct type from 'str', but in Python3 'unicode' does not exist and instead all 'str' objects are Unicode string. This change updates the logic in the test logging for lit to correctly process each of the types, and more importantly, to not just fail in Python3.

This change also reverses the use of quotes in several of the cfg files. By using '""' we are guaranteeing that the resulting path will work correctly on Windows while "''" only works correctly sometimes. This also fixes one of the failing tests.

Reviewers: asmith, zturner

Subscribers: stella.stamenova, delcypher, llvm-commits

Differential Revision: https://reviews.llvm.org/D50397

llvm-svn: 339179
2018-08-07 20:54:38 +00:00
..
cat-error-0.txt [lit] Implement 'cat' command for internal shell 2018-03-26 18:05:12 +00:00
cat-error-1.txt [lit] Implement 'cat' command for internal shell 2018-03-26 18:05:12 +00:00
cat_nonprinting.bin [lit] Implement 'cat' command for internal shell 2018-03-26 18:05:12 +00:00
check_args.py Revert "Revert "[lit] Generalized /dev/null support on Windows."" 2018-03-27 01:39:17 +00:00
check_path.py [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands internally 2017-12-01 09:54:27 +00:00
colon-error.txt [lit] Report line number for failed RUN command 2018-05-31 00:55:32 +00:00
dev-null.txt [lit, python] Always add quotes around the python path in lit 2018-08-06 22:37:44 +00:00
diff-error-0.txt [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands internally 2017-12-01 09:54:27 +00:00
diff-error-1.txt [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands internally 2017-12-01 09:54:27 +00:00
diff-error-2.txt [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands internally 2017-12-01 09:54:27 +00:00
diff-error-3.txt [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands internally 2017-12-01 09:54:27 +00:00
diff-error-4.txt [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands internally 2017-12-01 09:54:27 +00:00
diff-error-5.txt [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands internally 2017-12-01 09:54:27 +00:00
diff-error-6.txt [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands internally 2017-12-01 09:54:27 +00:00
diff-r-error-0.txt [lit] Implement "-r" option for builtin "diff" command + a test using that. 2018-01-09 18:23:34 +00:00
diff-r-error-1.txt [lit] Implement "-r" option for builtin "diff" command + a test using that. 2018-01-09 18:23:34 +00:00
diff-r-error-2.txt [lit] Implement "-r" option for builtin "diff" command + a test using that. 2018-01-09 18:23:34 +00:00
diff-r-error-3.txt [lit] Implement "-r" option for builtin "diff" command + a test using that. 2018-01-09 18:23:34 +00:00
diff-r-error-4.txt [lit] Implement "-r" option for builtin "diff" command + a test using that. 2018-01-09 18:23:34 +00:00
diff-r-error-5.txt [lit] Implement "-r" option for builtin "diff" command + a test using that. 2018-01-09 18:23:34 +00:00
diff-r-error-6.txt [lit] Implement "-r" option for builtin "diff" command + a test using that. 2018-01-09 18:23:34 +00:00
diff-r.txt [lit] Implement "-r" option for builtin "diff" command + a test using that. 2018-01-09 18:23:34 +00:00
error-0.txt
error-1.txt
error-2.txt
lit.cfg [lit, python3] Update lit error logging to work correctly in python3 and other test fixes 2018-08-07 20:54:38 +00:00
mkdir-error-0.txt [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands internally 2017-12-01 09:54:27 +00:00
mkdir-error-1.txt [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands internally 2017-12-01 09:54:27 +00:00
mkdir-error-2.txt [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands internally 2017-12-01 09:54:27 +00:00
redirects.txt [lit, python] Always add quotes around the python path in lit 2018-08-06 22:37:44 +00:00
rm-error-0.txt [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands internally 2017-12-01 09:54:27 +00:00
rm-error-1.txt [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands internally 2017-12-01 09:54:27 +00:00
rm-error-2.txt [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands internally 2017-12-01 09:54:27 +00:00
rm-error-3.txt [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands internally 2017-12-01 09:54:27 +00:00
sequencing-0.txt
sequencing-1.txt
valid-shell.txt [lit, python] Always add quotes around the python path in lit 2018-08-06 22:37:44 +00:00
write-to-stderr.py
write-to-stdout-and-stderr.py