mirror of
https://github.com/golang/go
synced 2024-11-18 00:44:47 -07:00
os/exec: disable TestExtraFilesFDShuffle
It's too hard to make portable just now. R=golang-dev, iant CC=golang-dev https://golang.org/cl/9057043
This commit is contained in:
parent
b493f0a868
commit
b461c94cfa
@ -196,6 +196,8 @@ func basefds() uintptr {
|
||||
}
|
||||
|
||||
func TestExtraFilesFDShuffle(t *testing.T) {
|
||||
t.Skip("TODO: TestExtraFilesFDShuffle is too non-portable; skipping")
|
||||
|
||||
// syscall.StartProcess maps all the FDs passed to it in
|
||||
// ProcAttr.Files (the concatenation of stdin,stdout,stderr and
|
||||
// ExtraFiles) into consecutive FDs in the child, that is:
|
||||
|
Loading…
Reference in New Issue
Block a user