-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
misc/cgo/testso: broken by https://go-review.googlesource.com/8523 on darwin, netbsd #10360
Comments
cd $GOROOT/misc/cgo/testso && go build -x -v -work main.go
|
Also NetBSD: http://build.golang.org/log/d6bf46b1935d9684bf8c87864ad30aa482db9a0c
|
@alexbrainman, please revert your change or fix quickly. |
https://go-review.googlesource.com/#/c/8527/ to revert. I wonder why trybots didn't complain before we have submitted original change Alex |
I guess trybots didn't complain, because we don't have any darwin or netbsd trybots running at this moment. I will just revert. Alex. |
CL https://golang.org/cl/10608 mentions this issue. |
I would like to re-apply reverted http://golang.org/cl/8523. Reverted tests still fail in some environments (see issue #10360). It is easier to run tests selectively when in Go. This CL prepares for the changes. Updates #10360 Change-Id: Iefeb1d71cb3d1cfa653a6ccd9f6e35686c0c5b24 Reviewed-on: https://go-review.googlesource.com/10608 Reviewed-by: Brad Fitzpatrick <[email protected]>
CL https://golang.org/cl/11119 mentions this issue. |
This change reintroduces CL 8523. CL 8523 was reverted because it broke darwin and netbsd builds. Now that this test is part of "go tool dist test" command we could skip OSes that fail. Updates #10360 Change-Id: Iaaeb5b800126492f36415a439c333a218fe4ab67 Reviewed-on: https://go-review.googlesource.com/11119 Reviewed-by: Brad Fitzpatrick <[email protected]>
Should be fixed by https://golang.org/cl/12470. |
CL https://golang.org/cl/12702 mentions this issue. |
CL https://golang.org/cl/12470 has reportedly fixed the problems that the misc/cgo/testsovar test encountered on darwin and netbsd. Let's actually run the test. Update #10360. Update #11654. Change-Id: I4cdd27a8ec8713620e0135780a03f63cfcc538d0 Reviewed-on: https://go-review.googlesource.com/12702 Reviewed-by: Russ Cox <[email protected]>
It fails with the following dying message:
The text was updated successfully, but these errors were encountered: