about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/failed-doctest-output.stdout
AgeCommit message (Collapse)AuthorLines
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-2/+5
2019-02-28Introduce rustc_interface and move some methods thereJohn Kåre Alsaker-2/+2
2019-01-20rustdoc: Don't modify library path for doctestsOliver Middleton-2/+2
It shouldn't be needed anymore because doctests are no longer compiled with `prefer-dynamic`.
2019-01-17Bless test.Wesley Norris-2/+2
Bless test, remove submodule, and fix book entry. bless test again? maybe it'll work this time...
2019-01-17Minor changes to wording and formatting.Wesley Norris-3/+2
2019-01-17Bless test.Wesley Norris-2/+3
2019-01-13Account for 2 removed lines in src/librustdoc/test.rsIgor Matuszewski-2/+2
2019-01-02make `panictry!` private to libsyntaxAndy Russell-2/+2
This commit completely removes usage of the `panictry!` macro from outside libsyntax. The macro causes parse errors to be fatal, so using it in libsyntax_ext caused parse failures *within* a syntax extension to be fatal, which is probably not intended. Furthermore, this commit adds spans to diagnostics emitted by empty extensions if they were missing, à la #56491.
2018-12-25Remove licensesMark Rousskov-10/+10
2018-12-13Update panic message to be clearer about env-varsDaniel Silverstone-2/+2
Esteban Kuber requested that the panic message make it clear that `RUST_BACKTRACE=1` is an environment variable. This change makes that clear. Wording provided in part by David Tolnay.
2018-12-07Fixed line numbers in stderr file.Alexander Regueiro-2/+2
2018-12-04adds DocTest filename variant, refactors doctest_offset out of source_map, ↵Matthew Russo-2/+2
fixes remaining test failures
2018-11-22Move Cargo.{toml,lock} to the repository root directory.Eduard-Mihai Burtescu-2/+2
2018-11-02update rustdoc-ui/failed-doctest-output testQuietMisdreavus-2/+2
2018-10-23Set RUST_BACKTRACE=0 for rustdoc-ui/failed-doctest-output.rsJosh Stone-9/+9
This UI test is sensitive to backtrace output, so it should make sure that backtraces are not enabled by the environment.
2018-10-09Update a rustdoc ui test whose output has changedAlex Crichton-2/+2
2018-07-31Fixup test caseMark Rousskov-2/+2
2018-07-20add failure-status to rustdoc doctest ui testQuietMisdreavus-9/+9
2018-07-20normalize test output so it can be run from repo rootQuietMisdreavus-9/+9
2018-07-20update stdout file with test path normalizationQuietMisdreavus-10/+10
2018-07-20report doctest compile failures correctlyQuietMisdreavus-3/+14
2018-07-20add ui test for failing doctestQuietMisdreavus-0/+21