-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Error-index tests are spewing thousands of lines of errors #39327
Comments
Appears caused by #39199. @nikomatsakis perhaps caused by #39142? |
@alexcrichton ummmmmmmmm perhaps..... the tests are not failing though? Do you have a link to an example? |
Oh right sorry I meant only that output is being generated, not that tests are failing. Most of the tests expect a failure which is the reason so many errors are printed. An example is here (https://travis-ci.org/rust-lang/rust/jobs/192869604#L7886) from the logs of that PR (how nifty I can check that out!). You should be able to reproduce this locally as well via
|
Threads spawned by the test framework have their output captured by default, so for `rustdoc --test` threads this propagates that capturing to the spawned thread that we now have. Closes rust-lang#39327
rustdoc: Suppress warnings/errors with --test Threads spawned by the test framework have their output captured by default, so for `rustdoc --test` threads this propagates that capturing to the spawned thread that we now have. Closes #39327
I've noticed this recently on the Travis/AppVeyor logs, but I haven't tracked it down yet to see what caused it.
The text was updated successfully, but these errors were encountered: