]> git.lizzy.rs Git - rust.git/commit
auto merge of #13272 : ipetkov/rust/rustdoc-ignored-tests, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 4 Apr 2014 18:56:53 +0000 (11:56 -0700)
committerbors <bors@rust-lang.org>
Fri, 4 Apr 2014 18:56:53 +0000 (11:56 -0700)
commite5f1b9f6dc9418325f83d9766c7cfab30cb48018
treedd6f8895a3161855fcf3325c65ff3f80fde45f2f
parent2b27a5ad917b2746e5f28a33e64586c0d36b00f3
parenta0a769310117cbaafad3f2c50dd4b6d7dc83719e
auto merge of #13272 : ipetkov/rust/rustdoc-ignored-tests, r=alexcrichton

librustdoc: instead of skipping ignored tests, pass them to libtest
so it can report them as such.  If a test is marked as `notrust`,
however, it will not show up in the final report.

Fix #12939
src/librustdoc/test.rs