mirror of
https://github.com/golang/go.git
synced 2025-05-31 23:25:39 +00:00
misc/cgo/testshared: disable TestTwoGopathShlibsGccgo
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>
This commit is contained in:
parent
4f2ee49974
commit
0129e0d6ea
@ -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]+")
|
||||
|
Loading…
x
Reference in New Issue
Block a user