]> Cypherpunks repositories - gostls13.git/commitdiff
misc/cgo/test: skip test for issue 3250, the runtime isn't ready yet.
authorShenghou Ma <minux.ma@gmail.com>
Mon, 15 Jul 2013 06:37:36 +0000 (14:37 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Mon, 15 Jul 2013 06:37:36 +0000 (14:37 +0800)
see issue 5885.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/10914045

misc/cgo/test/issue3250.go

index 60c8827f6228c022f3177ea7d240f288dd050f51..b1ff03941d70f85fa2902e7b2d725c611bc7d511 100644 (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