Skip to content

Make I/O Tests Multithreaded #8685

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

Closed
anasazi opened this issue Aug 22, 2013 · 1 comment
Closed

Make I/O Tests Multithreaded #8685

anasazi opened this issue Aug 22, 2013 · 1 comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@anasazi
Copy link
Contributor

anasazi commented Aug 22, 2013

Most of the runtime tests currently use run_in_newsched_task. We should convert them to use run_in_mt_newsched_task to get more multithreaded I/O test coverage.

@ghost ghost assigned anasazi Aug 22, 2013
@anasazi
Copy link
Contributor Author

anasazi commented Aug 22, 2013

The TCP tests will require #8689.

@bors bors closed this as completed in f711650 Sep 11, 2013
@anasazi anasazi removed their assignment Jun 16, 2014
flip1995 pushed a commit to flip1995/rust that referenced this issue Jul 31, 2023
`redundant_closure` fixes

fixes rust-lang#8548

A good chunk of the code is fixing false negatives. The old code banned any non late-bound regions from appearing in the callee's signature. The new version checks when the late-bound region is actually required.

changelog: Better track when a early-bound region appears when a late-bound region is required in `redundant_closure`.
changelog: Don't lint `redundant_closure` when the closure gives explicit types.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant