1
0
mirror of https://github.com/golang/go synced 2024-10-04 08:21:22 -06:00
go/src/pkg/os
David du Colombier 1f0ca748c2 os/exec: disable fd check in TestHelperProcess on Plan 9
On Plan 9, we can observe the following open file descriptors:

  0 r  c    0 (000000000000000a   0 00)     0        0 /dev/null
  1 rw |    0 (0000000001df6742   0 00) 65536       54 #|/data1
  2 rw |    0 (0000000001df6782   0 00) 65536        0 #|/data1
  3 rw M 1956 (0000000000d66dd2   0 00)  8192       12 /tmp/333163398
  4 r  c    0 (0000000000000001   0 00)     0      528 /dev/bintime
  5 r  M 1956 (0000000000d66dd1 854 00)  8192        0 /tmp/go-build843954301/os/exec/_test/exec.test
  6 r  M 1956 (0000000000d66dd1 854 00)  8192        0 /tmp/go-build843954301/os/exec/_test/exec.test
  7 r  M 1956 (0000000000d66dd1 854 00)  8192        0 /tmp/go-build843954301/os/exec/_test/exec.test
  8 r  M 1956 (0000000000d66dd1 854 00)  8192        0 /tmp/go-build843954301/os/exec/_test/exec.test
  9 r  M 1956 (0000000000d66dd1 854 00)  8192        0 /tmp/go-build843954301/os/exec/_test/exec.test
 10 r  M 1956 (0000000000d66dd1 854 00)  8192        0 /tmp/go-build843954301/os/exec/_test/exec.test
 11 r  c    0 (000000000000000f   0 00)     0       32 /dev/random
 12 r  M 1956 (0000000000d66dd1 854 00)  8192        0 /tmp/go-build843954301/os/exec/_test/exec.test
 13 r  c    0 (000000000000000a   0 00)     0        0 /dev/null
 14 rw |    0 (0000000001df6801   0 00) 65536        0 #|/data
 15 rw |    0 (0000000001df6802   0 00) 65536     1275 #|/data1

R=rsc, bradfitz, aram
CC=golang-codereviews
https://golang.org/cl/51420044
2014-01-13 23:03:22 +01:00
..
exec os/exec: disable fd check in TestHelperProcess on Plan 9 2014-01-13 23:03:22 +01:00
signal os, os/exec, os/user: add support for GOOS=solaris 2014-01-10 02:49:37 +11:00
user os, os/exec, os/user: add support for GOOS=solaris 2014-01-10 02:49:37 +11:00
dir_plan9.go os: move Plan 9 directory marshaling code to syscall 2012-11-26 15:26:46 -08:00
dir_unix.go os, os/exec, os/user: add support for GOOS=solaris 2014-01-10 02:49:37 +11:00
dir_windows.go
doc.go os: be consistent about File methods with nil receivers 2013-08-20 14:33:03 +10:00
env_test.go
env_unix_test.go os, os/exec, os/user: add support for GOOS=solaris 2014-01-10 02:49:37 +11:00
env.go os: fix docs for Expand 2012-12-17 23:37:02 +08:00
error_plan9.go os: test that IsExist and IsNotExist handle PathError and LinkError 2012-08-03 14:25:35 +10:00
error_test.go syscall: return EINVAL when string arguments have NUL characters 2012-08-05 17:24:32 -04:00
error_unix.go os, os/exec, os/user: add support for GOOS=solaris 2014-01-10 02:49:37 +11:00
error_windows_test.go os: Rename error to fit IsExist 2012-08-01 12:55:04 +10:00
error_windows.go os: test that IsExist and IsNotExist handle PathError and LinkError 2012-08-03 14:25:35 +10:00
error.go all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
exec_plan9.go syscall, os: fix a fork-exec/wait race in Plan 9. 2013-01-18 16:43:25 -05:00
exec_posix.go os, os/exec, os/user: add support for GOOS=solaris 2014-01-10 02:49:37 +11:00
exec_unix.go os, os/exec, os/user: add support for GOOS=solaris 2014-01-10 02:49:37 +11:00
exec_windows.go os: request appropriate access rights before calling windows TerminateProcess 2013-06-11 13:06:38 +10:00
exec.go os: fix data race on Process.done 2012-08-21 10:41:31 +10:00
export_test.go os: make Readdir work as documented 2013-08-08 10:44:01 -07:00
file_plan9.go os: reimplement HasPrefix and LastIndex to not depend on strings 2013-12-21 01:22:10 +01:00
file_posix.go os, os/exec, os/user: add support for GOOS=solaris 2014-01-10 02:49:37 +11:00
file_unix.go os, os/exec, os/user: add support for GOOS=solaris 2014-01-10 02:49:37 +11:00
file_windows.go os: fix windows build 2013-08-20 14:45:46 +10:00
file.go os: fix build. 2013-12-09 23:46:21 -05:00
getwd_darwin.go os: fix plan9 build 2013-08-06 12:04:08 -07:00
getwd.go os: fix plan9 build 2013-08-06 12:04:08 -07:00
os_test.go os: disable TestReaddirStatFailures on Plan 9 2014-01-13 13:24:59 +01:00
os_unix_test.go os, os/exec, os/user: add support for GOOS=solaris 2014-01-10 02:49:37 +11:00
path_plan9.go
path_test.go all: excise some warts found by vet -shadow 2013-06-20 16:14:40 -07:00
path_unix.go os, os/exec, os/user: add support for GOOS=solaris 2014-01-10 02:49:37 +11:00
path_windows.go
path.go
pipe_bsd.go os, os/exec, os/user: add support for GOOS=solaris 2014-01-10 02:49:37 +11:00
pipe_linux.go os: use syscall.Pipe2 on Linux 2013-01-11 08:30:25 -08:00
proc.go os: document that Exit does not run deferred calls 2013-01-07 14:46:41 +11:00
stat_darwin.go os: provide access to file LastAccessTime and CreationTime on windows 2013-01-31 17:17:37 +11:00
stat_dragonfly.go os: dragonfly support 2013-08-24 02:15:50 +10:00
stat_freebsd.go os: provide access to file LastAccessTime and CreationTime on windows 2013-01-31 17:17:37 +11:00
stat_linux.go os: provide access to file LastAccessTime and CreationTime on windows 2013-01-31 17:17:37 +11:00
stat_netbsd.go os: provide access to file LastAccessTime and CreationTime on windows 2013-01-31 17:17:37 +11:00
stat_openbsd.go os: provide access to file LastAccessTime and CreationTime on windows 2013-01-31 17:17:37 +11:00
stat_plan9.go os: provide access to file LastAccessTime and CreationTime on windows 2013-01-31 17:17:37 +11:00
stat_solaris.go os, os/exec, os/user: add support for GOOS=solaris 2014-01-10 02:49:37 +11:00
stat_windows.go os: be consistent about File methods with nil receivers 2013-08-20 14:33:03 +10:00
str.go
sys_bsd.go os: dragonfly support 2013-08-24 02:15:50 +10:00
sys_linux.go
sys_plan9.go
sys_solaris.go os, os/exec, os/user: add support for GOOS=solaris 2014-01-10 02:49:37 +11:00
sys_windows.go
types_notwin.go os: provide access to file LastAccessTime and CreationTime on windows 2013-01-31 17:17:37 +11:00
types_windows.go os: provide access to file LastAccessTime and CreationTime on windows 2013-01-31 17:17:37 +11:00
types.go os: provide access to file LastAccessTime and CreationTime on windows 2013-01-31 17:17:37 +11:00