]> Cypherpunks repositories - gostls13.git/commit
cmd/go: test that Go binaries can be run on QEMU in user-mode
authorAlberto Donizetti <alb.donizetti@gmail.com>
Fri, 4 May 2018 10:08:47 +0000 (12:08 +0200)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Mon, 21 May 2018 18:13:25 +0000 (18:13 +0000)
commit5095e5d8e2cec3d6209e733652ead8ddc20fc7c2
tree75418d86744a54ae97c1f668a4a54e6fb39d7c4b
parentd583ca764afc3bf5caae52f2b1361114e550a120
cmd/go: test that Go binaries can be run on QEMU in user-mode

We have a workaround in place in the runtime (see CL 16853 and
CL 111176) to keep arm and arm64 Go binaries working under QEMU
in user-emulation mode (Issue #13024).

This change adds a regression test about arm/arm64 QEMU emulation
to cmd/go.

Change-Id: Ic67f476e7c30a7d7852d9b01834f1dcabfac2ff7
Reviewed-on: https://go-review.googlesource.com/111477
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/go_test.go