about summary refs log tree commit diff
path: root/src/test/ui/annotate-snippet
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-118/+0
2021-10-15Bless testsCameron Steffen-7/+7
2021-06-06Don't pass -Z unstable-options by default for UI testsJoshua Nelson-2/+2
- Pass it explicitly where appropriate - Update stderr files and warnings; it turns that unstable-options has far-reaching effects on diagnostics.
2020-05-10Add UI test where `annotated_files` count is > 1 #64205Juan Aguilar Santillana-0/+107
2020-05-08Update annotate-snippets-rs to 0.8.0Juan Aguilar Santillana-1/+1
2019-07-25librustc_errors: Support ui-testing flag in annotate-snippet emitterPhilipp Hansch-5/+5
This adds support for the `-Z ui-testing` flag to the new annotate-snippet diagnostic emitter. The support for the flag was added to `annotate-snippet-rs` in these PRs: * https://github.com/rust-lang/annotate-snippets-rs/pull/3 * https://github.com/rust-lang/annotate-snippets-rs/pull/5 Closes #61811
2019-06-04eprint -> eprintln to add trailing newlinePhilipp Hansch-1/+1
2019-06-04Print to stderr and blessPhilipp Hansch-1/+7
2019-06-04Add new error-format value to use annotate-snippet outputPhilipp Hansch-0/+5