From 576cc530c93d416f6fe3a0b8fefac47e83715216 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 30 Jan 2020 00:25:19 +0100 Subject: [PATCH] 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 --- misc/cgo/testso/so_test.go | 2 -- misc/cgo/testsovar/so_test.go | 2 -- 2 files changed, 4 deletions(-) diff --git a/misc/cgo/testso/so_test.go b/misc/cgo/testso/so_test.go index 9c7f2724390..73819b20c93 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 9c7f2724390..73819b20c93 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.")