summaryrefslogtreecommitdiff
path: root/libgo/go/cmd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2018-05-03 03:19:28 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2018-05-03 03:19:28 +0000
commit5cf052826f45f14bdffbb3b59b66243dcb132a5b (patch)
tree2924a9b97de77cb12262d768a62e53dd42c18e08 /libgo/go/cmd
parent478025193a3402016d59611cfc89002db611fb2c (diff)
cmd/go: run tests that require package build IDs
These tests used to be disabled in the gofrontend since the go tool didn't support build IDs for the gofrontend. It does now, so enable the tests again. Reviewed-on: https://go-review.googlesource.com/111098 From-SVN: r259875
Diffstat (limited to 'libgo/go/cmd')
-rw-r--r--libgo/go/cmd/go/go_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/libgo/go/cmd/go/go_test.go b/libgo/go/cmd/go/go_test.go
index c5a3d7b36bc..f5228541372 100644
--- a/libgo/go/cmd/go/go_test.go
+++ b/libgo/go/cmd/go/go_test.go
@@ -1034,7 +1034,6 @@ func TestGoInstallRebuildsStalePackagesInOtherGOPATH(t *testing.T) {
}
func TestGoInstallDetectsRemovedFiles(t *testing.T) {
- skipIfGccgo(t, "gccgo does not yet support package build IDs")
tg := testgo(t)
defer tg.cleanup()
tg.parallel()
@@ -1104,7 +1103,6 @@ func TestGoInstallErrorOnCrossCompileToBin(t *testing.T) {
}
func TestGoInstallDetectsRemovedFilesInPackageMain(t *testing.T) {
- skipIfGccgo(t, "gccgo does not yet support package build IDs")
tooSlow(t)
tg := testgo(t)
defer tg.cleanup()