-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: TestGdbPythonCgo, TestGdbPython are failing on linux/mips64le #39368
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
I think I have a fix for that. |
Change https://golang.org/cl/236164 mentions this issue: |
Hand-verified for listed gdb versions. Gdb (apparently) changed the way it names certain Go types, and this change broke the pretty-printer-activating code in runtime-gdb.py runtime-gdb_test.go now checks channel, map, string, and slice printing unconditionally (i.e., no opt-out for old versions). Updates #39368. Change-Id: I98d72e1291c66bd40d970990e1a377ff2ed0c5d2 Reviewed-on: https://go-review.googlesource.com/c/go/+/236164 Run-TryBot: David Chase <drchase@google.com> Reviewed-by: Than McIntosh <thanm@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit (3949cae) causes build failures for me on amd64 Fedora 31 with a
Switching back to the commit immediately before it builds successfully; moving forward to this commit causes the failure. |
Fixed by https://go-review.googlesource.com/c/go/+/236280 Slowbot tested on
|
Thank you @dr2chase. |
Sorry about the hiccups. I'll never trust a version "number" again. |
Spotted on the
linux-mips64le-mengzhuo
builder:This is occurring as of CL 235926. It's not happening on other ports, so it may be related to the builder.
(Not blocking the 1.15 release because the linux/mips64le port is not included in the list at https://golang.org/wiki/PortingPolicy#first-class-ports.)
/cc @dr2chase @mengzhuo
The text was updated successfully, but these errors were encountered: