-
Notifications
You must be signed in to change notification settings - Fork 13.3k
2024 doctests don't show stdout when failing #140289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
A-doctests
Area: Documentation tests, run by rustdoc
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Comments
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Apr 25, 2025
Fixed in #140291. |
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Apr 25, 2025
jhpratt
added a commit
to jhpratt/rust
that referenced
this issue
Apr 26, 2025
…, r=notriddle Correctly display stdout and stderr in case a doctest is failing Fixes rust-lang#140289. Since the doctest is actually running itself, we need to handle the output directly inside it. cc `@fmease` r? `@notriddle`
tgross35
added a commit
to tgross35/rust
that referenced
this issue
Apr 27, 2025
…, r=notriddle Correctly display stdout and stderr in case a doctest is failing Fixes rust-lang#140289. Since the doctest is actually running itself, we need to handle the output directly inside it. cc ``@fmease`` r? ``@notriddle``
github-actions bot
pushed a commit
to rust-lang/rustc-dev-guide
that referenced
this issue
Apr 28, 2025
Correctly display stdout and stderr in case a doctest is failing Fixes rust-lang/rust#140289. Since the doctest is actually running itself, we need to handle the output directly inside it. cc `@fmease` r? `@notriddle`
github-actions bot
pushed a commit
to rust-lang/miri
that referenced
this issue
Apr 29, 2025
Correctly display stdout and stderr in case a doctest is failing Fixes rust-lang/rust#140289. Since the doctest is actually running itself, we need to handle the output directly inside it. cc `@fmease` r? `@notriddle`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-doctests
Area: Documentation tests, run by rustdoc
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Can be seen with:
Before 2024:
With 2024:
Initially reported here.
cc @slluk
The text was updated successfully, but these errors were encountered: