]> Cypherpunks repositories - gostls13.git/commit
go/internal/gccgoimporter: fix test when using gccgo 4.7
authorIan Lance Taylor <iant@golang.org>
Fri, 30 Nov 2018 20:26:10 +0000 (12:26 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 30 Nov 2018 20:46:23 +0000 (20:46 +0000)
commit3ce9e5a10e19055610d82e87c3fef44d71f1afc5
tree833ff3ad119e28f8c4714a20b06f3e9d5656c7cf
parent13aa235ae0b441989f6ac3cb5ea953836dcdfdde
go/internal/gccgoimporter: fix test when using gccgo 4.7

TestInstallationImporter checks that it can read the export data for a
list of known standard library packages. It was failing on the SmartOS
builder which has GCC 4.7 installed. Skip packages that did not exist
in GCC 4.7. Most packages are still there and the missing packages are
fairly simple, so this doesn't really affect test quality.

Updates #29006

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