-
Notifications
You must be signed in to change notification settings - Fork 18k
x/arch/arm64/arm64asm: TestObjdumpARM64TestDecode{GNU,Go}Syntaxdata failing at Go 1.12.3 #31305
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
Tested on 1.12.3 built with 1.12.2 bootstrap.
|
CC @zhangfannie @cherrymui @mwhudson via |
Any idea why this isn't showing up as a failure on the build dashboard? |
I fixed this in x/arch (https://go.googlesource.com/arch/+/b19384d3c130858bb31a343ea8fce26be71b5998) but it doesn't look to me as if that fix is in release-branch.go1.12. |
This test is very sensitive to the GNU objdump installed on the machine. It may pass if the builder has a different version. |
Thanks @mwhudson. The vendored copy of x/arch/arm64 in the standard library is older. We just need to revendor it. |
Change https://golang.org/cl/200057 mentions this issue: |
…recognise new ssbb/pssbb mnemonics from objdump This patches in CL 136455 from the 'arch' repo. Commands run: ~/go/src/cmd$ GOPATH=$(../../bin/go env GOROOT) govendor fetch golang.org/x/arch/arm64/arm64asm@b19384d3c130858bb31a343ea8fce26be71b5998 Updates #27754 Fixes #31305 Change-Id: I8fcc3bc3c718cf0d93afbd1d383df48316b522d4 Reviewed-on: https://go-review.googlesource.com/136455 Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com> Reviewed-on: https://go-review.googlesource.com/c/go/+/200057 Run-TryBot: Bryan C. Mills <bcmills@google.com>
Relevant to #21506 and #23237.
Looks like a regression.
I can't recall this fail going from 1.10 to 1.11 on this staging env,
though its binutils certainly are newer than were at 1.10->1.11 testing.
I know that it is relevant to the
binutils
changing its output, but either tests shouldaccount for changes in
objdump
or should fail with suitable message ifobjdump
versionis not known to the tests.
FAIL: cmd/vendor/golang.org/x/arch/arm64/arm64asm
The text was updated successfully, but these errors were encountered: