-
Notifications
You must be signed in to change notification settings - Fork 17.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
cmd/internal/goobj: TestParseGoobj and TestParseArchive failing on plan9/arm #21817
Comments
According to https://build.golang.org/ |
Change https://golang.org/cl/62351 mentions this issue: |
I can confirm that I get the same behavior as described in issue #19811. readInt is failing because the 0xebfffffe value can't fit into a 32-bit int.
|
Updates #21817 Change-Id: I77ffaf8a7e54465a5b73691b896edcb20c29440f Reviewed-on: https://go-review.googlesource.com/62351 Reviewed-by: David du Colombier <0intro@gmail.com> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
I half-fixed #19811 in CL 69010, and unskipped the tests. Should be passing now, right? |
This should be working now. |
CL 60130 added TestParseGoobj and TestParseArchive which are failing on plan9/arm.
See https://build.golang.org/log/22a2cb1bb8d6fe14f7fe9901f10e92bbd741870f
The text was updated successfully, but these errors were encountered: