cmd/go: run tests that require package build IDs
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 3 May 2018 03:19:28 +0000 (03:19 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 3 May 2018 03:19:28 +0000 (03:19 +0000)
    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

gcc/go/gofrontend/MERGE
libgo/go/cmd/go/go_test.go

index 8de30a1c5a4f2ec2a3fa33a6ee681c9932e1ef93..bb1f4eb3508d23c6cbcbc880115236ecbf098b44 100644 (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.
index c5a3d7b36bc5cf4e943a35842296532e6b1a7462..f5228541372c97ecf644d381c36cbd271757f000 100644 (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()