Skip to content
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

x/build: golang.org/x/arch/arm64/arm64asm tests failing #21506

Closed
s-mang opened this issue Aug 17, 2017 · 1 comment
Closed

x/build: golang.org/x/arch/arm64/arm64asm tests failing #21506

s-mang opened this issue Aug 17, 2017 · 1 comment
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Milestone

Comments

@s-mang
Copy link
Contributor

s-mang commented Aug 17, 2017

for:

  • darwin amd64 10.2
  • linux-arm64-buildlet
  • linux-arm64-packet

since @williamweixiao 's commit:
56b62c7

darwin failures are looking like:
2017/08/16 17:55:34 exit status 1
FAIL cmd/vendor/golang.org/x/arch/arm64/arm64asm 0.066s

linux-arm64 failures looking like:
--- FAIL: TestObjdumpARM64Testdata (2.06s)
ext_test.go:195: decode(c3425cf8) = "ldur x3, [x22,#-60]", 4, want "ldr x3, [x22,#-60]", 4

ext_test.go:195: decode(7c71db78) = "ldursh w28, [x11,#-73]", 4, want "ldrsh w28, [x11,#-73]", 4

...

cc @jessfraz @cybrcodr @zombiezen @aclements @ianlancetaylor
(no idea who to ping for this)

@gopherbot gopherbot added this to the Unreleased milestone Aug 17, 2017
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Aug 17, 2017
@cherrymui
Copy link
Member

dup of issue #21486.
I sent CL https://go-review.googlesource.com/c/56450 to fix the darwin part.

@golang golang locked and limited conversation to collaborators Aug 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

3 participants