]> Cypherpunks repositories - gostls13.git/commitdiff
misc/cgo/testshared: disable TestTwoGopathShlibsGccgo
authorRuss Cox <rsc@golang.org>
Fri, 27 Oct 2017 03:11:32 +0000 (23:11 -0400)
committerRuss Cox <rsc@golang.org>
Sat, 28 Oct 2017 00:00:28 +0000 (00:00 +0000)
For #22224.

Change-Id: Iae873fddc72a79a96a32eaeb5d4dd885eaf810cb
Reviewed-on: https://go-review.googlesource.com/73851
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/testshared/shared_test.go

index ef240c6aba190f0067f7687bffb6800cf28c7447..6c802684e678deaa1cc142dc8c97dbd2eb157635 100644 (file)
@@ -647,6 +647,8 @@ func TestGoPathShlibGccgo(t *testing.T) {
 // library with gccgo, another GOPATH package that depends on the first and an
 // executable that links the second library.
 func TestTwoGopathShlibsGccgo(t *testing.T) {
+       t.Skip("golang.org/issue/22224")
+
        gccgoContext := prepGccgo(t)
 
        libgoRE := regexp.MustCompile("libgo.so.[0-9]+")