-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rustdoc: Fix reporting of ignored tests
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.
- Loading branch information
Showing
2 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a0a7693
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from alexcrichton
at https://github.com/ipetkov/rust/commit/a0a769310117cbaafad3f2c50dd4b6d7dc83719e
a0a7693
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging ipetkov/rust/rustdoc-ignored-tests = a0a7693 into auto
a0a7693
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ipetkov/rust/rustdoc-ignored-tests = a0a7693 merged ok, testing candidate = e5f1b9f
a0a7693
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/5050
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/5050
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/4142
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/4156
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/5150
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/4237
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/4245
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/5152
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/4237
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/4242
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/4308
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/2037
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/5149
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/4246
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/4257
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/4913
a0a7693
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = e5f1b9f