go/src/os
Dmitry Vyukov c61d86af72 os: give race detector chance to override Exit(0)
Racy tests do not fail currently, they do os.Exit(0).
So if you run go test without -v, you won't even notice.
This was probably introduced with testing.TestMain.

Racy programs do not have the right to finish successfully.

Change-Id: Id133d7424f03d90d438bc3478528683dd02b8846
Reviewed-on: https://go-review.googlesource.com/4371
Reviewed-by: Russ Cox <rsc@golang.org>
2015-03-28 12:42:37 +00:00
..
exec os/exec: post-process lsof output on Android. 2015-03-25 00:34:37 +00:00
signal os/signal: skip TestCtrlBreak on windows/386 temporarily 2015-03-24 01:38:05 +00:00
user
dir_plan9.go
dir_unix.go os: do not assume syscall i/o funcs return n=0 on error 2014-10-28 15:00:13 -04:00
dir_windows.go
doc.go
env.go all: fix typo in doc 2015-02-17 04:37:18 +00:00
env_test.go
env_unix_test.go
error.go
error_plan9.go
error_test.go
error_unix.go
error_windows.go
error_windows_test.go
exec.go
exec_plan9.go
exec_posix.go os: replace itod on posix with general itoa and fix possible infinite recursion 2015-01-02 16:21:18 +00:00
exec_unix.go
exec_windows.go
export_test.go
file.go os: don't return Chmod's error from Mkdir and OpenFile 2015-03-20 18:33:00 +00:00
file_darwin.go os: set TMPDIR on darwin/arm 2015-03-02 18:46:11 +00:00
file_plan9.go os: document that users of Fd should keep f alive 2014-11-06 09:36:51 -05:00
file_posix.go os: do not assume syscall i/o funcs return n=0 on error 2014-10-28 15:00:13 -04:00
file_unix.go os: don't return Chmod's error from Mkdir and OpenFile 2015-03-20 18:33:00 +00:00
file_windows.go os: fix LinkError creation on windows. 2015-02-27 23:31:36 +00:00
getwd.go
getwd_darwin.go
os_test.go Fixed wrong arguments to formatting functions 2015-03-07 02:08:04 +00:00
os_unix_test.go os: fix TestMkdirAllAtSlash on Plan 9 2015-02-02 17:01:45 +00:00
os_windows_test.go syscall: Readlink doesn't handle junction on windows 2015-02-12 02:03:25 +00:00
path.go
path_plan9.go all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
path_test.go Fixed wrong arguments to formatting functions 2015-03-07 02:08:04 +00:00
path_unix.go all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
path_windows.go all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
pipe_bsd.go
pipe_linux.go
proc.go os: give race detector chance to override Exit(0) 2015-03-28 12:42:37 +00:00
stat_darwin.go
stat_dragonfly.go
stat_freebsd.go
stat_linux.go
stat_nacl.go
stat_netbsd.go
stat_openbsd.go
stat_plan9.go os: emulate plan 9 libc in stat 2015-01-26 06:34:07 +00:00
stat_solaris.go
stat_windows.go
sticky_bsd.go os: handle the sticky bit separately for *BSD and Solaris 2014-12-17 16:07:28 +00:00
sticky_notbsd.go os: handle the sticky bit separately for *BSD and Solaris 2014-12-17 16:07:28 +00:00
str.go os: replace itod on posix with general itoa and fix possible infinite recursion 2015-01-02 16:21:18 +00:00
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 os: Use GetComputerNameEx to get Hostname on win32 2015-02-25 23:16:44 +00:00
types.go
types_notwin.go
types_windows.go