]> Cypherpunks repositories - gostls13.git/commit
cmd/vendor/golang.org/x/arch/ppc64/ppc64asm: skip TestObjdumpPowerManual if not ppc64x
authorLynn Boger <laboger@linux.vnet.ibm.com>
Tue, 1 Nov 2016 15:43:34 +0000 (10:43 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 1 Nov 2016 17:00:46 +0000 (17:00 +0000)
commit3c2f607274b2284826ea887fa9d2ef62817df608
treeb55de8a85f7ed3c758d64db96aa137c8668f0b6c
parentb82ae33b903e309140fd471eee2de4c8ac7c0b46
cmd/vendor/golang.org/x/arch/ppc64/ppc64asm: skip TestObjdumpPowerManual if not ppc64x

Skip TestObjdumpPowerManual if the host system is not ppc64 or ppc64le.
This test depends on using the host objdump and comparing output, which
does not work as expected if the test is run on another host.

Orignates from golang.org/x/arch/ppc64/ppc64asm commit 8e2d4898.

Fixes #17698

Change-Id: I956b0fb78c5ec33641db752d46a755008403d269
Reviewed-on: https://go-review.googlesource.com/32531
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/objdumpext_test.go