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.
Change-Id: Ie5b7a2fc8983247b616c725eb30d8f8d72f492f4
Reviewed-on: https://go-review.googlesource.com/111098
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
diff --git a/libgo/go/cmd/go/go_test.go b/libgo/go/cmd/go/go_test.go
index c5a3d7b..f522854 100644
--- a/libgo/go/cmd/go/go_test.go
+++ b/libgo/go/cmd/go/go_test.go
@@ -1034,7 +1034,6 @@
}
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 TestGoInstallDetectsRemovedFilesInPackageMain(t *testing.T) {
- skipIfGccgo(t, "gccgo does not yet support package build IDs")
tooSlow(t)
tg := testgo(t)
defer tg.cleanup()