rust/src/compiletest
Corey Farwell abd1cea145 Stop ignoring expected note/help messages in compiletest suite.
Original issue: https://github.com/rust-lang/rust/issues/21195

Relevant PR: https://github.com/rust-lang/rust/pull/30778

Prior to this commit, if a compiletest testcase included the text
"HELP:" or "NOTE:" (note the colons), then it would indicate to the
compiletest suite that we should verify "help" and "note" expected
messages.

This commit updates this check to also check "HELP" and "NOTE" (not the
absense of colons) so that we always verify "help" and "note" expected
messages.
2016-03-16 21:53:58 -04:00
..
common.rs Shorter output for rustc --test binaries. 2016-03-15 17:59:01 +01:00
compiletest.rs Auto merge of #31887 - SimonSapin:quiet-test, r=alexcrichton 2016-03-15 12:58:49 -07:00
errors.rs Differentiate "line" and "line number" variable names. 2016-03-09 23:36:39 -08:00
header.rs rename should-panic to should-fail, per acrichto's suggestion 2016-03-02 14:26:28 -05:00
procsrv.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
raise_fd_limit.rs compiletest/raise_fd_limit: use libc instead of custom impl 2015-11-10 12:27:55 -05:00
runtest.rs Stop ignoring expected note/help messages in compiletest suite. 2016-03-16 21:53:58 -04:00
util.rs Add emscripten support to compiletest 2016-02-06 20:56:31 +00:00