From: Tobias Klauser Date: Wed, 29 Jan 2020 23:25:19 +0000 (+0100) Subject: misc/cgo: enable testso and testsovar on mips64x X-Git-Tag: go1.15beta1~1124 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=576cc530c93d416f6fe3a0b8fefac47e83715216;p=gostls13.git misc/cgo: enable testso and testsovar on mips64x 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 TryBot-Result: Gobot Gobot Reviewed-by: Cherry Zhang --- diff --git a/misc/cgo/testso/so_test.go b/misc/cgo/testso/so_test.go index 9c7f272439..73819b20c9 100644 --- a/misc/cgo/testso/so_test.go +++ b/misc/cgo/testso/so_test.go @@ -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.") diff --git a/misc/cgo/testsovar/so_test.go b/misc/cgo/testsovar/so_test.go index 9c7f272439..73819b20c9 100644 --- a/misc/cgo/testsovar/so_test.go +++ b/misc/cgo/testsovar/so_test.go @@ -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.")