llvm-project/llvm/utils/lit/tests/Inputs
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
..
config-map-discovery
discovery
exec-discovery
exec-discovery-in-tree
fake-externals [lit] Check for accidental external command calls 2019-08-19 22:59:37 +00:00
googletest-format
googletest-timeout
googletest-upstream-format
lit-opts [lit] Parse command-line options from LIT_OPTS 2019-07-08 12:18:40 +00:00
max-failures
parallelism-groups [lit] Allow setting parallelism groups to None 2019-02-26 19:03:26 +00:00
progress-bar [lit][NFC] Cleanup copy&paste naming mistake 2019-02-15 02:44:52 +00:00
py-config-discovery
shtest-env [lit] Fix `not` calling internal commands 2019-11-05 14:09:21 -05:00
shtest-format [lit] Remove lit's REQUIRES-ANY directive 2019-12-17 10:36:36 +00:00
shtest-not [lit] Fix `not` calling internal commands 2019-11-05 14:09:21 -05:00
shtest-output-printing [lit][tests][AIX] Update expected form of diagnostic messages; use `not` to normalize non-zero exit values 2019-05-01 15:47:16 +00:00
shtest-run-at-line
shtest-shell [lit] Fix internal diff newlines for -w/-b 2019-12-17 10:49:34 -05:00
shtest-timeout
test-data
test-data-micro
testrunner-custom-parsers make XFAIL, REQUIRES, and UNSUPPORTED support multi-line expressions 2019-01-20 00:51:02 +00:00
unittest-adaptor [lit] Add back LitTestCase 2019-10-15 20:57:20 +00:00
xunit-output
lit.cfg Fix up lit's tests to run in a multi-config build environment. 2019-11-14 11:24:41 -08:00