1
0
mirror of https://github.com/golang/go synced 2024-11-25 01:27:56 -07:00

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

View File

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