]> Cypherpunks repositories - gostls13.git/commit
test/codegen: remove plan9/amd64 specific array zeroing/copying tests
authorJoel Sing <joel@sing.id.au>
Wed, 12 Mar 2025 12:11:30 +0000 (23:11 +1100)
committerGopher Robot <gobot@golang.org>
Thu, 13 Mar 2025 12:19:13 +0000 (05:19 -0700)
commitaf92bb594d6daaacdd2d03549911fbec8ae65900
tree6ca6dfe4edc53e6bba5c6515754abdf1fdeb6887
parentbdfa604b2e12990784c4eac4186360b56857370b
test/codegen: remove plan9/amd64 specific array zeroing/copying tests

The compiler previously avoided the use of MOVUPS on plan9/amd64. This
was changed in CL 655875, however the codegen tests were not updated
and now fail (seemingly the full codegen tests do not run anywhere,
not even on the longtest builders).

Change-Id: I388b60e7b0911048d4949c5029347f9801c018a9
Reviewed-on: https://go-review.googlesource.com/c/go/+/656997
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Auto-Submit: Keith Randall <khr@google.com>
test/codegen/floats.go