-
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
std: Add debugging for a failing test on appveyor #56017
Conversation
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
cc @kennytm |
@bors: r+ p=100 |
📌 Commit d12de8f has been approved by |
My theory is that the test runner is so slow that it just takes more than 100ns between the two measurements of the current system time. |
…hton std: Add debugging for a failing test on appveyor I'm not sure why this is failing, so let's hopefully get some more information to help investigation!
⌛ Testing commit d12de8f with merge c3d4dde803e05ce5ac5d8362da16351820fc4931... |
💔 Test failed - status-appveyor |
I'm not sure why this is failing, so let's hopefully get some more information to help investigation!
d12de8f
to
7a99b6d
Compare
📌 Commit 7a99b6d has been approved by |
⌛ Testing commit 7a99b6d with merge 2e0c99e9b66278c539bcb1981f8fa19d7e822db5... |
💔 Test failed - status-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@alexcrichton Ah, I misread the code. |
std: Add debugging for a failing test on appveyor I'm not sure why this is failing, so let's hopefully get some more information to help investigation!
💔 Test failed - status-appveyor |
@bors: retry |
⌛ Testing commit 7a99b6d with merge 5f2dcf40df7b5a061ca9548b291cd5c35c813d54... |
💔 Test failed - status-appveyor |
std: Add debugging for a failing test on appveyor I'm not sure why this is failing, so let's hopefully get some more information to help investigation!
☀️ Test successful - status-appveyor, status-travis |
I'm not sure why this is failing, so let's hopefully get some more
information to help investigation!