]> Cypherpunks repositories - gostls13.git/commitdiff
misc/cgo: enable testso and testsovar on mips64x
authorTobias Klauser <tklauser@distanz.ch>
Wed, 29 Jan 2020 23:25:19 +0000 (00:25 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Sun, 23 Feb 2020 17:08:17 +0000 (17:08 +0000)
External linking on mips64 was implemented in CL 19803 and CL 19809

Updates #12560
Updates #14126

Change-Id: I2cc127d71173aade56ad181bdd947355a76b3e46
Reviewed-on: https://go-review.googlesource.com/c/go/+/217017
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
misc/cgo/testso/so_test.go
misc/cgo/testsovar/so_test.go

index 9c7f2724390080226bedddc2403cb2e4146a43f1..73819b20c93760268b98d0bab2bbf6427fa8d2b9 100644 (file)
@@ -28,8 +28,6 @@ func requireTestSOSupported(t *testing.T) {
                if runtime.GOOS == "linux" {
                        t.Skip("External linking not implemented on aix/ppc64 (issue #8912).")
                }
-       case "mips64le", "mips64":
-               t.Skip("External linking not implemented on mips64.")
        }
        if runtime.GOOS == "android" {
                t.Skip("No exec facility on Android.")
index 9c7f2724390080226bedddc2403cb2e4146a43f1..73819b20c93760268b98d0bab2bbf6427fa8d2b9 100644 (file)
@@ -28,8 +28,6 @@ func requireTestSOSupported(t *testing.T) {
                if runtime.GOOS == "linux" {
                        t.Skip("External linking not implemented on aix/ppc64 (issue #8912).")
                }
-       case "mips64le", "mips64":
-               t.Skip("External linking not implemented on mips64.")
        }
        if runtime.GOOS == "android" {
                t.Skip("No exec facility on Android.")