llvm-project/llvm/utils/lit/tests/Inputs/shtest-shell
Joel E. Denny 9658e77e27 [lit] Fix internal diff newlines for -w/-b
For example, without this patch:

```
$ python $LIT_BUILTINS/diff.py -b foo.txt bar.txt
*** /tmp/foo.txt
--- /tmp/bar.txt
***************
*** 1,2 ****
  1! 2--- 1,2 ----
  1! 20
```

With this patch:

```
$ python $LIT_BUILTINS/diff.py -b foo.txt bar.txt
*** /tmp/foo.txt
--- /tmp/bar.txt
***************
*** 1,2 ****
  1
! 2
--- 1,2 ----
  1
! 20
```

Reviewed By: rnk

Differential Revision: https://reviews.llvm.org/D71577
2019-12-17 10:49:34 -05:00
..
cat-error-0.txt
cat-error-1.txt
cat_nonprinting.bin
check_args.py
check_path.py
colon-error.txt
dev-null.txt
diff-b.txt [lit] Fix internal diff newlines for -w/-b 2019-12-17 10:49:34 -05:00
diff-encodings.txt [lit] Extend internal diff to support `-` argument 2019-10-29 15:13:53 -04:00
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-in.bin [lit] Clean up internal diff's encoding handling 2019-10-16 17:21:24 +00:00
diff-in.dos [lit] Fix internal diff's --strip-trailing-cr and use it 2019-10-16 17:21:57 +00:00
diff-in.unix [lit] Fix internal diff's --strip-trailing-cr and use it 2019-10-16 17:21:57 +00:00
diff-in.utf8 [lit] Clean up internal diff's encoding handling 2019-10-16 17:21:24 +00:00
diff-in.utf16 [lit] Clean up internal diff's encoding handling 2019-10-16 17:21:24 +00:00
diff-pipes.txt [lit] Extend internal diff to support `-` argument 2019-10-29 15:13:53 -04:00
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-error-7.txt [lit] Extend internal diff to support `-` argument 2019-10-29 15:13:53 -04:00
diff-r-error-8.txt [lit] Extend internal diff to support `-` argument 2019-10-29 15:13:53 -04:00
diff-r.txt
diff-strip-trailing-cr.txt [lit] Fix internal diff's --strip-trailing-cr and use it 2019-10-16 17:21:57 +00:00
diff-unified.txt [lit] Make internal diff work in pipelines 2019-10-29 15:13:52 -04:00
diff-w.txt [lit] Fix internal diff newlines for -w/-b 2019-12-17 10:49:34 -05:00
error-0.txt
error-1.txt
error-2.txt
lit.cfg
mkdir-error-0.txt
mkdir-error-1.txt
mkdir-error-2.txt
redirects.txt
rm-error-0.txt
rm-error-1.txt
rm-error-2.txt
rm-error-3.txt
rm-unicode-0.txt
sequencing-0.txt
sequencing-1.txt
stdout-encoding.txt [lit] Don't fail when printing test output with special chars 2019-10-25 18:13:13 -04:00
valid-shell.txt
write-to-stderr.py
write-to-stdout-and-stderr.py