]> Cypherpunks repositories - gostls13.git/commitdiff
os/exec: disable TestExtraFilesFDShuffle
authorRob Pike <r@golang.org>
Tue, 30 Apr 2013 20:17:37 +0000 (13:17 -0700)
committerRob Pike <r@golang.org>
Tue, 30 Apr 2013 20:17:37 +0000 (13:17 -0700)
It's too hard to make portable just now.

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

src/pkg/os/exec/exec_test.go

index bdfe69a21bb991c7922a2709bd224e551bb381f1..6f5860e9554cf7236cfb7f0ae561aec40f6fe1a5 100644 (file)
@@ -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: