about summary refs log tree commit diff
path: root/src/test/compile-fail/macro-backtrace-println.rs
AgeCommit message (Collapse)AuthorLines
2016-08-17Replace local backtrace with def-use, repair std macro spansJonathan Turner-31/+0
2016-05-28Fix fallout in testsJeffrey Seyfried-4/+4
2016-05-18Fix bug in macro expression spansJeffrey Seyfried-4/+4
2016-03-16Stop ignoring expected note/help messages in compiletest suite.Corey Farwell-1/+2
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.
2015-09-10Don't print the macro definition site in backtracesJonas Schievink-4/+5
This halves the backtrace length. The definition site wasn't very useful anyways, since it may be invalid (for compiler expansions) or located in another crate. Since the macro name is still printed, grepping for it is still an easy way of finding the definition.
2015-04-11Add compile-file/macro-backtrace-{invalid-internals,nested,println} testsRyan Prichard-0/+29