-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.
Milestone
Description
What version of Go are you using (go version
)?
1.10 but it doesn't matter.
Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (go env
)?
Ubuntu 18.10 on arm64.
What did you do?
$ go test golang.org/x/arch/arm64/arm64asm
What did you expect to see?
tests passing
What did you see instead?
--- FAIL: TestObjdumpARM64TestDecodeGNUSyntaxdata (0.48s)
ext_test.go:197: decode(9f3003d5) = "dsb #0x00", 4, want "ssbb", 4
ext_test.go:197: decode(9f3403d5) = "dsb #0x04", 4, want "pssbb", 4
ext_test.go:203: 4651 test cases, 933 expected mismatches, 2 failures; 19612 cases/second
ext_test.go:204: decoder coverage: 96.4%;
ext_test.go:203: 4651 test cases, 0 expected mismatches, 0 failures; 20158 cases/second
ext_test.go:204: decoder coverage: 96.4%;
--- FAIL: TestObjdumpARM64TestDecodeGoSyntaxdata (0.47s)
ext_test.go:197: decode(9f3003d5) = "dsb #0x00", 4, want "ssbb", 4
ext_test.go:197: decode(9f3403d5) = "dsb #0x04", 4, want "pssbb", 4
ext_test.go:203: 4564 test cases, 964 expected mismatches, 2 failures; 19893 cases/second
ext_test.go:204: decoder coverage: 96.4%;
ext_test.go:203: 4564 test cases, 0 expected mismatches, 0 failures; 20033 cases/second
ext_test.go:204: decoder coverage: 96.4%;
FAIL
FAIL golang.org/x/arch/arm64/arm64asm 5.308s
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.