]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix testsuite for gccgo
authorIan Lance Taylor <iant@golang.org>
Wed, 2 May 2018 17:02:41 +0000 (10:02 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 9 May 2018 12:54:58 +0000 (12:54 +0000)
commit8088a7fc12a335248395d636e09e1e4c67d13730
treee65eef4739eb54efaf1627feb1b4cea51663f05b
parentc4650640675629f52f985217050fd68fa9043b23
cmd/go: fix testsuite for gccgo

A number of cmd/go tests can never work with gccgo, for various
different reasons. Skip those tests when using gccgo. Adjust some
other tests to pass when using gccgo. Adjust one test to not skip when
using gccgo, since it does work.

Change-Id: I33b09558581a1e304416cf1c05a96f9526abba0e
Reviewed-on: https://go-review.googlesource.com/110915
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/go/go_test.go