llvm-project/llvm/utils/lit/tests/Inputs/shtest-shell
Serge Guelton 54be909aa0 Add Support for Creating and Deleting Unicode Files and Directories in Lit
This enables lit to work with unicode file names via mkdir, rm, and redirection.
Lit still uses utf-8 internally, but converts to utf-16 on Windows, or just utf-8
bytes on everything else.

Committed on behalf of Jason Mittertreiner
Differential Revision: https://reviews.llvm.org/D56754

llvm-svn: 355122
2019-02-28 19:16:17 +00:00
..
cat-error-0.txt
cat-error-1.txt
cat_nonprinting.bin
check_args.py
check_path.py Python compat - print statement 2019-01-03 14:11:33 +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
diff-error-1.txt
diff-error-2.txt
diff-error-3.txt
diff-error-4.txt
diff-error-5.txt
diff-error-6.txt
diff-r-error-0.txt
diff-r-error-1.txt
diff-r-error-2.txt
diff-r-error-3.txt
diff-r-error-4.txt
diff-r-error-5.txt
diff-r-error-6.txt
diff-r.txt
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
mkdir-error-1.txt
mkdir-error-2.txt
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
rm-error-1.txt
rm-error-2.txt
rm-error-3.txt
rm-unicode-0.txt Add Support for Creating and Deleting Unicode Files and Directories in Lit 2019-02-28 19:16:17 +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