]> Cypherpunks repositories - gostls13.git/commit
go/internal/gccgoimporter: test fix for older gccgo versions
authorThan McIntosh <thanm@google.com>
Thu, 13 Dec 2018 13:17:09 +0000 (08:17 -0500)
committerThan McIntosh <thanm@google.com>
Thu, 13 Dec 2018 21:01:04 +0000 (21:01 +0000)
commit3331608c1c1f357c26f46f028a2c5c6e23036d63
tree2f8d24f085cde6e413c7e107863bb8679e71dacb
parent02ad841dd82bd644b12efa168ad9fc4c623d6b37
go/internal/gccgoimporter: test fix for older gccgo versions

Avoid running the test for issue 29198 if the available copy of gccgo
is too old (needs to support context package). Fixes a failure on the
solaris builder.

Updates #29198.

Change-Id: I2b1b3438f4ac105432f30078fbef78e24f2077cd
Reviewed-on: https://go-review.googlesource.com/c/153831
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/go/internal/gccgoimporter/importer_test.go