|
1 | | -# RUN: not %{lit} %{inputs}/print-relative-path | FileCheck --check-prefix=CHECK-DEFAULT %s |
2 | | -# RUN: not %{lit} -r %{inputs}/print-relative-path | FileCheck --check-prefix=CHECK-RELATIVE %s |
3 | | -# RUN: not %{lit} --relative-paths %{inputs}/print-relative-path | FileCheck --check-prefix=CHECK-RELATIVE %s |
| 1 | +# RUN: %{lit} --ignore-fail --show-pass %{inputs}/print-relative-path | FileCheck --check-prefix=CHECK-DEFAULT %s |
| 2 | +# RUN: %{lit} --ignore-fail --show-pass -r %{inputs}/print-relative-path | FileCheck --check-prefix=CHECK-RELATIVE %s |
| 3 | +# RUN: %{lit} --ignore-fail --show-pass --relative-paths %{inputs}/print-relative-path | FileCheck --check-prefix=CHECK-RELATIVE %s |
4 | 4 |
|
5 | 5 |
|
6 | 6 | # CHECK-DEFAULT: PASS: print-relative-path :: test.txt (1 of 2) |
7 | | -# CHECK-DEFAULT-NEXT: FAIL: print-relative-path :: test2.txt (2 of 2) |
8 | | -# CHECK-DEFAULT-NEXT: ******************** |
9 | | -# CHECK-DEFAULT-NEXT: Failed Tests (1): |
10 | | -# CHECK-DEFAULT-NEXT: print-relative-path :: test2.txt |
| 7 | +# CHECK-DEFAULT: FAIL: print-relative-path :: test2.txt (2 of 2) |
| 8 | +# CHECK-DEFAULT: Passed Tests (1): |
| 9 | +# CHECK-DEFAULT: print-relative-path :: test.txt |
| 10 | +# CHECK-DEFAULT: Failed Tests (1): |
| 11 | +# CHECK-DEFAULT: print-relative-path :: test2.txt |
11 | 12 |
|
12 | | -# CHECK-RELATIVE: PASS: print-relative-path :: Inputs/print-relative-path/test.txt (1 of 2) |
13 | | -# CHECK-RELATIVE-NEXT: FAIL: print-relative-path :: Inputs/print-relative-path/test2.txt (2 of 2) |
14 | | -# CHECK-RELATIVE-NEXT: ******************** |
15 | | -# CHECK-RELATIVE-NEXT: Failed Tests (1): |
16 | | -# CHECK-RELATIVE-NEXT: print-relative-path :: Inputs/print-relative-path/test2.txt |
| 13 | +# CHECK-RELATIVE: PASS: print-relative-path :: test.txt (1 of 2) |
| 14 | +# CHECK-RELATIVE: FAIL: print-relative-path :: test2.txt (2 of 2) |
| 15 | +# CHECK-RELATIVE: Passed Tests (1): |
| 16 | +# CHECK-RELATIVE: Inputs/print-relative-path/test.txt |
| 17 | +# CHECK-RELATIVE: Failed Tests (1): |
| 18 | +# CHECK-RELATIVE: Inputs/print-relative-path/test2.txt |
0 commit comments