about summary refs log tree commit diff
path: root/src/test/run-pass/lazy-init.rs
diff options
context:
space:
mode:
authorFelix S. Klock II <pnkfelix@pnkfx.org>2018-09-14 12:18:02 +0200
committerFelix S. Klock II <pnkfelix@pnkfx.org>2018-09-21 16:21:37 +0200
commitd28c5bafff12f5b9f6ba96c427e975f860599303 (patch)
tree431ccc17dba2e546a04f57ef00330805b274b6d7 /src/test/run-pass/lazy-init.rs
parentae0a53a39b29ed0fb138b05ef8015702b91d8b00 (diff)
downloadrust-d28c5bafff12f5b9f6ba96c427e975f860599303.tar.gz
rust-d28c5bafff12f5b9f6ba96c427e975f860599303.zip
Provide way for ui tests to opt out of having their output checked.
Namely, this adds support for:

 * `// dont-check-compiler-stdout`, and
 * `// dont-check-compiler-stderr`.

Obviously almost all ui tests wont want to opt into these, since the whole point
of a ui test is to check the compiler ui. However, since this PR is converting
run-pass into (another set of) ui tests, these header options make sense in that
context.

(Also this puts us into a better position for eventually turning
*every* test suite into a ui test suite, by making ui-ness the default
and forcing tests to opt out explicitly.)
Diffstat (limited to 'src/test/run-pass/lazy-init.rs')
0 files changed, 0 insertions, 0 deletions