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
This commit is contained in:
Shenghou Ma 2013-07-15 14:37:36 +08:00
parent 9ebc5be39c
commit 3d236aed9a
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ import (
)
func test3250(t *testing.T) {
t.Skip("skipped, see golang.org/issue/5885")
const (
thres = 1
sig = syscall.SIGCHLD