File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ found in [`header.rs`] from the compiletest source.
52
52
* [ ` stderr-per-bitwidth ` ] ( ui.md#output-comparison ) — separate output per bit width
53
53
* [ ` dont-check-compiler-stderr ` ] ( ui.md#output-comparison ) — don't validate stderr
54
54
* [ ` dont-check-compiler-stdout ` ] ( ui.md#output-comparison ) — don't validate stdout
55
+ * [ ` compare-output-lines-by-subset ` ] ( ui.md#output-comparison ) — checks output by
56
+ line subset
55
57
* [ Building auxiliary crates] ( compiletest.md#building-auxiliary-crates )
56
58
* ` aux-build `
57
59
* ` aux-crate `
Original file line number Diff line number Diff line change @@ -84,6 +84,9 @@ check for output files:
84
84
[ Normalization] ( #normalization ) ).
85
85
* ` dont-check-compiler-stderr ` — Ignores stderr from the compiler.
86
86
* ` dont-check-compiler-stdout ` — Ignores stdout from the compiler.
87
+ * ` compare-output-lines-by-subset ` — Checks that the output contains the
88
+ contents of the stored output files by lines opposed to checking for strict
89
+ equality.
87
90
88
91
UI tests run with with ` -Zdeduplicate-diagnostics=no ` flag which disables
89
92
rustc's built-in diagnostic deduplication mechanism.
You can’t perform that action at this time.
0 commit comments