]> Cypherpunks repositories - gostls13.git/commitdiff
misc/cgo: correct GOOS in skip message
authorTobias Klauser <tklauser@distanz.ch>
Thu, 30 Jan 2020 09:59:11 +0000 (10:59 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Mon, 24 Feb 2020 08:30:59 +0000 (08:30 +0000)
Tests are skipped on linux/ppc64, not aix/ppc64.

Change-Id: I6b91b89f24d76b0f9be3eaf816f81ad4246e418f
Reviewed-on: https://go-review.googlesource.com/c/go/+/220423
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/testso/so_test.go
misc/cgo/testsovar/so_test.go

index 73819b20c93760268b98d0bab2bbf6427fa8d2b9..f94017025c0a05a629f555a1a75582db93dbd354 100644 (file)
@@ -26,7 +26,7 @@ func requireTestSOSupported(t *testing.T) {
                }
        case "ppc64":
                if runtime.GOOS == "linux" {
-                       t.Skip("External linking not implemented on aix/ppc64 (issue #8912).")
+                       t.Skip("External linking not implemented on linux/ppc64 (issue #8912).")
                }
        }
        if runtime.GOOS == "android" {
index 73819b20c93760268b98d0bab2bbf6427fa8d2b9..f94017025c0a05a629f555a1a75582db93dbd354 100644 (file)
@@ -26,7 +26,7 @@ func requireTestSOSupported(t *testing.T) {
                }
        case "ppc64":
                if runtime.GOOS == "linux" {
-                       t.Skip("External linking not implemented on aix/ppc64 (issue #8912).")
+                       t.Skip("External linking not implemented on linux/ppc64 (issue #8912).")
                }
        }
        if runtime.GOOS == "android" {