Skip to content

Commit 797fc7c

Browse files
authored
Remove //@ compare-output-lines-by-subset directive (#2151)
1 parent e312507 commit 797fc7c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Diff for: src/tests/directives.md

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ for more details.
9494
| `check-run-results` | Check run test binary `run-{pass,fail}` output snapshot | `ui`, `crashes`, `incremental` if `run-pass` | N/A |
9595
| `error-pattern` | Check that output contains a regex pattern | `ui`, `crashes`, `incremental` if `run-pass` | Regex |
9696
| `check-stdout` | Check `stdout` against `error-pattern`s from running test binary[^check_stdout] | `ui`, `crashes`, `incremental` | N/A |
97-
| `compare-output-lines-by-subset` | Check output contains the contents of the snapshot by lines opposed to checking for strict equality | `ui`, `coverage` | N/A |
9897
| `normalize-stderr-32bit` | Normalize actual stderr (for 32-bit platforms) with a rule `"<raw>" -> "<normalized>"` before comparing against snapshot | `ui`, `incremental` | `"<RAW>" -> "<NORMALIZED>"`, `<RAW>`/`<NORMALIZED>` is regex capture and replace syntax |
9998
| `normalize-stderr-64bit` | Normalize actual stderr (for 64-bit platforms) with a rule `"<raw>" -> "<normalized>"` before comparing against snapshot | `ui`, `incremental` | `"<RAW>" -> "<NORMALIZED>"`, `<RAW>`/`<NORMALIZED>` is regex capture and replace syntax |
10099
| `normalize-stderr-test` | Normalize actual stderr with a rule `"<raw>" -> "<normalized>"` before comparing against snapshot | `ui`, `incremental` | `"<RAW>" -> "<NORMALIZED>"`, `<RAW>`/`<NORMALIZED>` is regex capture and replace syntax |

Diff for: src/tests/ui.md

-3
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ will check for output files:
8989
[Normalization](#normalization)).
9090
- `dont-check-compiler-stderr` — Ignores stderr from the compiler.
9191
- `dont-check-compiler-stdout` — Ignores stdout from the compiler.
92-
- `compare-output-lines-by-subset` — Checks that the output contains the
93-
contents of the stored output files by lines opposed to checking for strict
94-
equality.
9592

9693
UI tests run with `-Zdeduplicate-diagnostics=no` flag which disables rustc's
9794
built-in diagnostic deduplication mechanism. This means you may see some

0 commit comments

Comments
 (0)