From 3d236aed9a122e1ac4cbff0e4c83b6a656d62f24 Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Mon, 15 Jul 2013 14:37:36 +0800 Subject: [PATCH] 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 --- misc/cgo/test/issue3250.go | 1 + 1 file changed, 1 insertion(+) 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 -- 2.48.1