-
Notifications
You must be signed in to change notification settings - Fork 13.4k
std: Minor cleanup to libtest #36981
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
Conversation
r? @sfackler (rust_highfive has picked a reviewer for you, use r? to override) |
r=me but travis is failing |
2b7da0a
to
4f1eccc
Compare
@bors: r=sfackler |
📌 Commit 4f1eccc has been approved by |
Still fails travis:
|
4f1eccc
to
e18b415
Compare
@bors: r=sfackler |
📌 Commit e18b415 has been approved by |
e18b415
to
eebe9a2
Compare
@bors: r=sfackler |
📌 Commit eebe9a2 has been approved by |
Seeing a fair number of errors like (which seem legit):
|
* Don't spawn two threads for all tests, just one now that `catch_unwind` is stable. * Remove usage of the unstable `box` keyword * Remove usage of the unstable `FnBox` trait
eebe9a2
to
0714024
Compare
@bors: r=sfackler |
📌 Commit 0714024 has been approved by |
⌛ Testing commit 0714024 with merge 6e8f92f... |
std: Minor cleanup to libtest * Don't spawn two threads for all tests, just one now that `catch_unwind` is stable. * Remove usage of the unstable `box` keyword * Remove usage of the unstable `FnBox` trait
catch_unwind
isstable.
box
keywordFnBox
trait