]> Cypherpunks repositories - gostls13.git/commit
cmd/go: skip gold-specific part of TestNoteReading if gold is unavailable
authorMichael Munday <mike.munday@ibm.com>
Fri, 20 Oct 2017 14:21:05 +0000 (10:21 -0400)
committerMichael Munday <mike.munday@ibm.com>
Fri, 20 Oct 2017 14:45:44 +0000 (14:45 +0000)
commit916ad62d5182bf2ecc006edf5d7fac874f4e5fa7
tree002f53a844ac1c253cdd1ba0aff03cb124d3cacc
parent2da8a16cbcd5fc6fc04e1fd8a157cfa21f6d18bc
cmd/go: skip gold-specific part of TestNoteReading if gold is unavailable

The test already contained logic to do this however it did not match
the error "cannot find 'ld'" which appears to be how gcc fails when
ld.gold is missing.

Fixes #22340.

Change-Id: I841248cc489b8fa72bc00a95000ad405f9ef8a4f
Reviewed-on: https://go-review.googlesource.com/72111
Run-TryBot: Michael Munday <mike.munday@ibm.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/note_test.go