Reviewers: golang-dev1,
Message:
Hello
golan...@googlegroups.com,
I'd like you to review this change to
https://code.google.com/p/go/
Description:
misc/cgo/test: skip test for issue 3250, the runtime isn't ready yet.
see issue 5885.
Please review this at
https://codereview.appspot.com/10914045/
Affected files:
M misc/cgo/test/issue3250.go
Index: misc/cgo/test/issue3250.go
===================================================================
--- a/misc/cgo/test/issue3250.go
+++ b/misc/cgo/test/issue3250.go
@@ -45,6 +45,7 @@
)
func test3250(t *testing.T) {
+ t.Skip("skipped, see
golang.org/issue/5885")
const (
thres = 1
sig = syscall.SIGCHLD