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
This commit is contained in:
Ian Lance Taylor 2018-05-03 03:19:28 +00:00
parent 478025193a
commit 5cf052826f
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
cef3d77a3dc0207454aabdc3ef0e8f9a0ffdf32e
e367bffce3d2c49b456fdf41ab097bded2bcbc3b
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.

View File

@ -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()