about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/unparseable-doc-test.stdout
AgeCommit message (Collapse)AuthorLines
2020-11-27libtest: Print the total time taken to execute a test suiteJakob Schikowski-5/+5
2020-06-21Update UI testsGuillaume Gomez-1/+2
2019-10-11rustdoc: forward -Z options to rustcTomasz Miąsko-4/+4
Currently rustdoc does not forward `-Z` options to rustc when building test executables. This makes impossible to use rustdoc to run test samples when crate under test is instrumented with one of sanitizers `-Zsanitizer=...`, since the final linking step will not include sanitizer runtime library. Forward `-Z` options to rustc to solve the issue. Helps with #43031.
2019-05-22do not print panic message on doctest failuresAndy Russell-3/+1
2019-05-21Move `edition` outside the hygiene lock and avoid accessing itJohn Kåre Alsaker-1/+1
2019-04-24report fatal errors during doctest parsingAndy Russell-0/+24