File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ for more details.
111111| ` forbid-output ` | A pattern which must not appear in stderr/` cfail ` output | ` ui ` , ` incremental ` | Regex pattern |
112112| ` run-flags ` | Flags passed to the test executable | ` ui ` | Arbitrary flags |
113113| ` known-bug ` | No error annotation needed due to known bug | ` ui ` , ` crashes ` , ` incremental ` | Issue number ` #123456 ` |
114+ | ` compare-output-by-lines ` | Compare the output by lines, rather than as a single string | All | N/A |
114115
115116[ ^ check_stdout ] : presently <!-- date-check: Oct 2024 --> this has a weird quirk
116117 where the test binary's stdout and stderr gets concatenated and then
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ will check for output files:
9595 [ Normalization] ( #normalization ) ).
9696- ` dont-check-compiler-stderr ` — Ignores stderr from the compiler.
9797- ` dont-check-compiler-stdout ` — Ignores stdout from the compiler.
98+ - ` compare-output-by-lines ` — Some tests have non-deterministic orders of output, so we need to compare by lines.
9899
99100UI tests run with ` -Zdeduplicate-diagnostics=no ` flag which disables rustc's
100101built-in diagnostic deduplication mechanism. This means you may see some
You can’t perform that action at this time.
0 commit comments