]> Cypherpunks repositories - gostls13.git/commit
cmd/go: Skip note reading test with linkmode external on openbsd/arm
authorJoel Sing <jsing@google.com>
Sat, 26 Sep 2015 16:33:00 +0000 (02:33 +1000)
committerIan Lance Taylor <iant@golang.org>
Sun, 27 Sep 2015 01:04:59 +0000 (01:04 +0000)
commitc4689579c0bcd0ea028e3847e7d407141faa26e2
tree9ad61d610ea182d2eb0977bccaef0f048f5fdb6f
parent59129c6a9356af5831b3f0a4bc581ba6abf26c8a
cmd/go: Skip note reading test with linkmode external on openbsd/arm

openbsd/arm does not support external linking - skip the note reading test that
uses linkmode external on this platform. While here, cleanup the code and
consistently use t.Skipf for all platforms that cannot run this test.

Change-Id: I64f0d9e038bc4c993c3d843fc069a0b723a924d6
Reviewed-on: https://go-review.googlesource.com/15054
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/note_test.go