runtime: proc_test timed out on TestPreemptionAfterSyscall on windows/386 #34901
Milestone
Comments
We haven't seen any failures in the last five days, but we used to see multiple failures per day. I'm not sure what fixed this, but it is almost certainly fixed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
This failure is specifically on
release-branch.go1.13
, from this cl: http://golang.org/cl/201060What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Ran trybots for http://golang.org/cl/201060
The CL updates prove.go to correct an issue with negative indexes on slices.
What did you expect to see?
Success
What did you see instead?
The trybot run failed on a test for goroutine premption in tight loops around system calls. I don't feel like this test is related to the change.
A subsequent trybot run passed.
Full Trybot log:
https://storage.googleapis.com/go-build-log/def5eb7b/windows-386-2008_29aaa38e.log
The text was updated successfully, but these errors were encountered: