mirror of
https://github.com/golang/go
synced 2024-11-24 22:57:57 -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:
parent
9ebc5be39c
commit
3d236aed9a
@ -45,6 +45,7 @@ import (
|
||||
)
|
||||
|
||||
func test3250(t *testing.T) {
|
||||
t.Skip("skipped, see golang.org/issue/5885")
|
||||
const (
|
||||
thres = 1
|
||||
sig = syscall.SIGCHLD
|
||||
|
Loading…
Reference in New Issue
Block a user