1
0
mirror of https://github.com/golang/go synced 2024-11-06 06:36:20 -07:00
go/src/os
Alex Brainman dadfd14bab os: add more tests in TestReadStdin
TestReadStdin always fill up buffer provided by ReadFile caller full.
But we do not know if real ReadFile does the same. Add tests where
buffer is only filled with limited data.

Change-Id: I0fc776325c2b1fe60511126c439f4b0560e9d653
Reviewed-on: https://go-review.googlesource.com/33030
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-11-17 07:03:49 +00:00
..
exec os/exec: add closeOnce.WriteString method 2016-11-16 02:24:30 +00:00
signal
user
dir_plan9.go
dir_unix.go
dir_windows.go
dir.go
env_test.go syscall: Clearenv now unsets env vars on Windows 2016-11-14 00:04:03 +00:00
env_unix_test.go
env.go
error_plan9.go
error_test.go
error_unix_test.go
error_unix.go
error_windows_test.go
error_windows.go
error.go
example_test.go
exec_plan9.go
exec_posix.go
exec_unix.go
exec_windows.go
exec.go
executable_darwin.go os: add Executable() (string, error) 2016-11-07 22:34:48 +00:00
executable_freebsd.go os: add Executable() (string, error) 2016-11-07 22:34:48 +00:00
executable_plan9.go os: add Executable() (string, error) 2016-11-07 22:34:48 +00:00
executable_procfs.go os: gofmt -w -s 2016-11-15 03:55:56 +00:00
executable_solaris.go os: add Executable() (string, error) 2016-11-07 22:34:48 +00:00
executable_test.go os: add Executable() (string, error) 2016-11-07 22:34:48 +00:00
executable_windows.go os: add Executable() (string, error) 2016-11-07 22:34:48 +00:00
executable.go os: add Executable() (string, error) 2016-11-07 22:34:48 +00:00
export_test.go
export_windows_test.go os: use extended-length paths on Windows when possible 2016-11-07 20:31:02 +00:00
file_plan9.go os: use extended-length paths on Windows when possible 2016-11-07 20:31:02 +00:00
file_posix.go os: use extended-length paths on Windows when possible 2016-11-07 20:31:02 +00:00
file_unix.go os: use extended-length paths on Windows when possible 2016-11-07 20:31:02 +00:00
file_windows.go os: use extended-length paths on Windows when possible 2016-11-07 20:31:02 +00:00
file.go os: use extended-length paths on Windows when possible 2016-11-07 20:31:02 +00:00
getwd_darwin.go
getwd.go
os_test.go all: fix vet nits 2016-11-13 21:27:49 +00:00
os_unix_test.go
os_windows_test.go os: add more tests in TestReadStdin 2016-11-17 07:03:49 +00:00
path_plan9.go
path_test.go
path_unix.go
path_windows_test.go os: on Windows, don't fix long paths that aren't long 2016-11-08 23:06:17 +00:00
path_windows.go os: on Windows, don't fix long paths that aren't long 2016-11-08 23:06:17 +00:00
path.go
pipe_bsd.go
pipe_linux.go
pipe_test.go
proc.go
stat_darwin.go
stat_dragonfly.go
stat_freebsd.go
stat_linux.go
stat_nacl.go
stat_netbsd.go
stat_openbsd.go
stat_plan9.go
stat_solaris.go
stat_unix.go
stat_windows.go os: use extended-length paths on Windows when possible 2016-11-07 20:31:02 +00:00
sticky_bsd.go
sticky_notbsd.go
str.go
sys_bsd.go
sys_darwin.go
sys_freebsd.go
sys_linux.go
sys_nacl.go
sys_plan9.go
sys_solaris.go
sys_unix.go
sys_windows.go
sys.go
types_plan9.go
types_unix.go
types_windows.go
types.go
wait_unimp.go
wait_wait6.go
wait_waitid.go