aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2020-01-30 00:25:19 +0100
committerTobias Klauser <tobias.klauser@gmail.com>2020-02-23 17:08:17 +0000
commit576cc530c93d416f6fe3a0b8fefac47e83715216 (patch)
tree62cf71928ff86daa63cd45652183b5f0018c7124 /misc/cgo
parent6e5652bebede2d53484a872f6d1dfeb498b0b50c (diff)
downloadgo-576cc530c93d416f6fe3a0b8fefac47e83715216.tar.gz
go-576cc530c93d416f6fe3a0b8fefac47e83715216.zip
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 <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com>
Diffstat (limited to 'misc/cgo')
-rw-r--r--misc/cgo/testso/so_test.go2
-rw-r--r--misc/cgo/testsovar/so_test.go2
2 files changed, 0 insertions, 4 deletions
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.")