Commit 3d236aed authored by Shenghou Ma's avatar Shenghou Ma

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
parent 9ebc5be3
...@@ -45,6 +45,7 @@ import ( ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment