-
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
misc/cgo/test: issue24161 tests broken on Darwin #29175
Comments
Change https://golang.org/cl/153597 mentions this issue: |
@gopherbot please open a backport issue for 1.11, as CL 152762 was cherry-picked there, causing the same issue. |
Backport issue(s) opened: #29272 (for 1.11). Remember to create the cherry-pick CL(s) as soon as the patch is submitted to master, according to https://golang.org/wiki/MinorReleases. |
Change https://golang.org/cl/154299 mentions this issue: |
The set of bad pointer typedefs changes as we see more typedefs, so avoid looking in the cache when we find one. Updates #29175 Fixes #29272 Change-Id: Idd82289bdd8628d11a983fa5ec96517e3a5bcbf1 Reviewed-on: https://go-review.googlesource.com/c/153597 Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: Keith Randall <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> (cherry picked from commit 01e072d) Reviewed-on: https://go-review.googlesource.com/c/154299 Run-TryBot: Filippo Valsorda <[email protected]> Reviewed-by: Bryan C. Mills <[email protected]>
CL 152762 (which fixes #27340) appears to have broken the
misc/cgo/test
regression tests for #24161 on the darwin builders.Sample log: https://build.golang.org/log/ace9419991890f522f2affbe8f1ceb2e6d5fe9fa
CC @eliasnaur @ianlancetaylor @randall77
The text was updated successfully, but these errors were encountered: