about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/failed-doctest-output.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-28/+0
2022-04-10Fix test case for windowsMichael Howell-0/+3
2020-11-27libtest: Print the total time taken to execute a test suiteJakob Schikowski-0/+1
2020-09-07Make rustdoc output deterministic for UI testsJoshua Nelson-1/+1
2019-08-24Improve Rustdoc's handling of procedural macrosAaron Hill-0/+1
Fixes #58700 Fixes #58696 Fixes #49553 Fixes #52210 This commit removes the special rustdoc handling for proc macros, as we can now retrieve their span and attributes just like any other item. A new command-line option is added to rustdoc: `--crate-type`. This takes the same options as rustc's `--crate-type` option. However, all values other than `proc-macro` are treated the same. This allows Rustdoc to enable 'proc macro mode' when handling a proc macro crate. In compiletest, a new 'rustdoc-flags' option is added. This allows us to pass in the '--proc-macro-crate' flag in the absence of Cargo. I've opened [an additional PR to Cargo](https://github.com/rust-lang/cargo/pull/7159) to support passing in this flag. These two PRS can be merged in any order - the Cargo changes will not take effect until the 'cargo' submodule is updated in this repository.
2019-05-22do not print panic message on doctest failuresAndy Russell-1/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-23Set RUST_BACKTRACE=0 for rustdoc-ui/failed-doctest-output.rsJosh Stone-0/+1
This UI test is sensitive to backtrace output, so it should make sure that backtraces are not enabled by the environment.
2018-07-20add failure-status to rustdoc doctest ui testQuietMisdreavus-0/+1
2018-07-20normalize test output so it can be run from repo rootQuietMisdreavus-1/+5
2018-07-20report doctest compile failures correctlyQuietMisdreavus-0/+5
2018-07-20add ui test for failing doctestQuietMisdreavus-0/+19