aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2013-04-30 13:17:37 -0700
committerRob Pike <r@golang.org>2013-04-30 13:17:37 -0700
commitb461c94cfaf79f2f84abd7513eb35218dc6235ed (patch)
tree7366bf5377ad8a23e97c5841696b98e3ba8bb68d
parentb493f0a868982711903c01f759a56c448d908b12 (diff)
downloadgo-b461c94cfaf79f2f84abd7513eb35218dc6235ed.tar.gz
go-b461c94cfaf79f2f84abd7513eb35218dc6235ed.zip
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
-rw-r--r--src/pkg/os/exec/exec_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/os/exec/exec_test.go b/src/pkg/os/exec/exec_test.go
index bdfe69a21b..6f5860e955 100644
--- a/src/pkg/os/exec/exec_test.go
+++ b/src/pkg/os/exec/exec_test.go
@@ -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: