]> Cypherpunks repositories - gostls13.git/commit
test/codegen: merge identical ppc64 and ppc64le tests
authorPaul E. Murphy <murp@ibm.com>
Tue, 24 Jan 2023 17:38:29 +0000 (11:38 -0600)
committerPaul Murphy <murp@ibm.com>
Fri, 27 Jan 2023 19:03:02 +0000 (19:03 +0000)
commit15405317460b57ff9ef605d0ca63795477c79b05
treed47eb0f1636774a73050ddc00eafa9a29900a743
parent0301c6c3512561b85b48d0e167f3e405484f496f
test/codegen: merge identical ppc64 and ppc64le tests

Manually consolidate the remaining ppc64/ppc64le test which
are not so trivial to automatically merge.

The remaining ppc64le tests are limited to cases where load/stores are
merged (this only happens on ppc64le) and the race detector (only
supported on ppc64le).

Change-Id: I1f9c0f3d3ddbb7fbbd8c81fbbd6537394fba63ce
Reviewed-on: https://go-review.googlesource.com/c/go/+/463217
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Paul Murphy <murp@ibm.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com>
test/codegen/arithmetic.go
test/codegen/bool.go
test/codegen/copy.go
test/codegen/mathbits.go
test/codegen/shift.go