-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Fix doctest output json #144908
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
base: master
Are you sure you want to change the base?
Fix doctest output json #144908
Conversation
…y more detailed time information and add new `OutputFormatter::write_merged_doctests_times` method to handle it
The job Click to see the possible cause of the failure (guessed by this bot)
|
This is very frustrating that |
Well, that is kind one of the outputs of the stage0 redesign. |
Like usual, I will wait for the separate PR I opened to be merged and available. |
Fixes #144798.
Hopefully it will work with the new changes in
libtest
without needing to do both at once.This PR moves the
rustdoc
merged doctest extra information directly intolibtest
to ensure they share the same rendering to prevent the bug uncovered in #144798.cc @lolbinary (as you reviewed the first PR)
And since we're making changes to
libtest
:r? @Amanieu