-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rustdoc: Capture all output from rustc by default
This helps prevent interleaving of error messages when running rustdoc tests. This has an interesting bit of shuffling with I/O handles, but other than that this is just using the APIs laid out in the previous commit. Closes #12623
- Loading branch information
1 parent
3245471
commit 0e1a860
Showing
4 changed files
with
33 additions
and
5 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
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
0e1a860
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 brson
at alexcrichton@0e1a860
0e1a860
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 alexcrichton/rust/issue-12623 = 0e1a860 into auto
0e1a860
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.
alexcrichton/rust/issue-12623 = 0e1a860 merged ok, testing candidate = 02156a2d
0e1a860
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.
some tests failed:
failure: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/3652
exception: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/4545
exception: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-t/builds/2388
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/4543
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/3649
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/4558
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/4560
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/1538
exception: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/4553
exception: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/3661
0e1a860
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 brson
at alexcrichton@0e1a860
0e1a860
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 alexcrichton/rust/issue-12623 = 0e1a860 into issue-12623-bors-integration
0e1a860
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.
alexcrichton/rust/issue-12623 = 0e1a860 merged ok, testing candidate = 20ab6f29
0e1a860
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.
No active merge of candidate 0e1a860 found, likely manual push to master
0e1a860
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 alexcrichton/rust/issue-12623 = 0e1a860 into auto
0e1a860
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.
alexcrichton/rust/issue-12623 = 0e1a860 merged ok, testing candidate = cb498cc
0e1a860
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/4547
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-c/builds/2389
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-t/builds/2390
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/4545
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/3645
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/3651
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/4560
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/3648
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/3654
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/4562
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/3648
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/3653
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/3722
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/1540
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/4555
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/3656
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/3663
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/4321
0e1a860
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 = cb498cc