-
Notifications
You must be signed in to change notification settings - Fork 18k
x/tools/go/ssa/interp: tests consistently failing on darwin #23166
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
Comments
@alandonovan, please fix soon for Go 1.10. These tests are super fragile. |
On 18 December 2017 at 13:09, Brad Fitzpatrick ***@***.***> wrote:
@alandonovan <https://github.com/alandonovan>, please fix soon for Go
1.10.
These tests are super fragile.
Indeed. I don't have my Mac machine within me today, but I'll take a look
tonight.
|
gomote works for Macs, FWIW. |
This continuing to fail is interfering with development of unrelated packages in x/tools. |
@bradfitz perhaps those tests could be temporarily disabled on Mac until Alan has time to have a look? |
@mvdan, yup, on it. |
Change https://golang.org/cl/85995 mentions this issue: |
Updates golang/go#23166 Change-Id: Ie9db70d6f2f8d90817ec3de35e6ca51ec476f949 Reviewed-on: https://go-review.googlesource.com/85995 Run-TryBot: Brad Fitzpatrick <[email protected]> Reviewed-by: Daniel Martí <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
It looks we are skipping the tests for now, so this is presumably not a release blocker for 1.10. Shifting to 1.11. |
Again; not a release-blocker for 1.11. |
I think this was fixed along with #27292 by golang/tools@e779aa4 I no longer see any darwin reference (no more t.Skip). |
Spotted on a recent x/tools CL: https://storage.googleapis.com/go-build-log/2de98eb8/darwin-amd64-10_11_1d3b7b4f.log
The build dashboard shows that this has been happening since December 10th: https://build.golang.org/?repo=golang.org%2fx%2ftools
It's not immediately obvious if it was a change in this repo or a change in Go that introduced this. Or if something is up with the machines.
/cc @alandonovan @bradfitz
The text was updated successfully, but these errors were encountered: