From: Shenghou Ma Date: Mon, 15 Jul 2013 06:37:36 +0000 (+0800) Subject: misc/cgo/test: skip test for issue 3250, the runtime isn't ready yet. X-Git-Tag: go1.2rc2~1049 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3d236aed9a122e1ac4cbff0e4c83b6a656d62f24;p=gostls13.git misc/cgo/test: skip test for issue 3250, the runtime isn't ready yet. see issue 5885. R=golang-dev, iant CC=golang-dev https://golang.org/cl/10914045 --- diff --git a/misc/cgo/test/issue3250.go b/misc/cgo/test/issue3250.go index 60c8827f62..b1ff03941d 100644 --- a/misc/cgo/test/issue3250.go +++ b/misc/cgo/test/issue3250.go @@ -45,6 +45,7 @@ import ( ) func test3250(t *testing.T) { + t.Skip("skipped, see golang.org/issue/5885") const ( thres = 1 sig = syscall.SIGCHLD