-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: TestGdbPython fails on tip at fde4b9ed14 using gdb v8.2 #28499
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
likely a result of http://golang.org/cl/141822. Different gdb versions give different output (e.g. order and with and without slice content). As discussed in the CL we should test each variable individually
|
Renamed the issue appropriately. The compiler does not fail to build, just the test fails. |
@martisch seems like the generated output is different since the last fix with gdb v8.2 [1].
|
Change https://golang.org/cl/146598 mentions this issue: |
What version of Go are you using (
go version
)?go version devel +6e2a13535f Wed Oct 31 11:36:39 2018 +0700 linux/amd64
What operating system and processor architecture are you using (
go env
)?What did you do?
Build the Go compiler from source.
What did you expect to see?
New Go compiler successfully build.
What did you see instead?
The text was updated successfully, but these errors were encountered: