1
0
mirror of https://github.com/golang/go synced 2024-11-14 15:30:54 -07:00
go/src/os
Hyang-Ah Hana Kim 84808a2a90 os: disable symlink tests on android.
Creating symlinks (/data/local/tmp/*) doesn't seem to work
on android-L (tested on nexus5). I cannot find any official
documentation yet but just guess it's a measure for security
attacks using symlinks.

The tests failed with 'permission denied' errors.

For golang/go#10807

Change-Id: I99a9c401c6ecca3c4adc7b21708adaf3dd601279
Reviewed-on: https://go-review.googlesource.com/16115
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-10-20 22:18:23 +00:00
..
exec
signal runtime, os/signal: use //go:linkname instead of assembly stubs to get access to runtime functions 2015-10-16 07:11:04 +00:00
user
dir_plan9.go
dir_unix.go
dir_windows.go
doc.go
env_test.go
env_unix_test.go
env.go
error_plan9.go os: make IsPermission, IsExist, and IsNotExist unwrap SyscallError too 2015-10-10 21:20:14 +00:00
error_test.go os: make IsPermission, IsExist, and IsNotExist unwrap SyscallError too 2015-10-10 21:20:14 +00:00
error_unix.go os: make IsPermission, IsExist, and IsNotExist unwrap SyscallError too 2015-10-10 21:20:14 +00:00
error_windows.go os: make IsPermission, IsExist, and IsNotExist unwrap SyscallError too 2015-10-10 21:20:14 +00:00
error.go
exec_plan9.go
exec_posix.go
exec_unix.go
exec_windows.go
exec.go
export_test.go
file_plan9.go
file_posix.go
file_unix.go os: touch up the EINTR retry loop in OpenFile 2015-09-17 14:49:30 +00:00
file_windows.go
file.go os: document that behavior of Seek on O_APPEND files is not specified 2015-09-23 17:06:02 +00:00
getwd_darwin.go
getwd.go
os_test.go os: disable symlink tests on android. 2015-10-20 22:18:23 +00:00
os_unix_test.go
os_windows_test.go os: add check for ERROR_BAD_NETPATH in windows IsNotExist 2015-09-23 04:51:45 +00:00
path_plan9.go
path_test.go os: disable symlink tests on android. 2015-10-20 22:18:23 +00:00
path_unix.go
path_windows.go
path.go
pipe_bsd.go
pipe_linux.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_windows.go
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
types_notwin.go
types_windows.go
types.go