go/src/os
Elias Naur 7331edcef5 os/exec: skip unsupported test on Android
The underlying system call tested by TestCredentialNoSetGroups
is blocked on Android.

Discovered while running all.bash from an Android device; the syscall
is only blocked in an app context.

Change-Id: I16fd2e64636a0958b0ec86820723c0577b8f8f24
Reviewed-on: https://go-review.googlesource.com/c/go/+/170945
Run-TryBot: Elias Naur <mail@eliasnaur.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-04-07 18:34:41 +00:00
..
exec os/exec: skip unsupported test on Android 2019-04-07 18:34:41 +00:00
signal os/signal: increase wait time for signal delivery time in testcase 2018-12-13 12:14:18 +00:00
user os/user: use os.UserHomeDir for user.HomeDir 2019-03-28 15:02:16 +00:00
dir.go
dir_darwin.go syscall: avoid _getdirentries64 on darwin 2019-04-03 21:27:05 +00:00
dir_plan9.go
dir_unix.go syscall: avoid _getdirentries64 on darwin 2019-04-03 21:27:05 +00:00
dir_windows.go
env.go
env_test.go
env_unix_test.go
error.go os: make errors.Is work with ErrPermission et al. 2019-03-20 16:02:01 +00:00
error_posix.go
error_test.go os: make errors.Is work with ErrPermission et al. 2019-03-20 16:02:01 +00:00
error_unix_test.go
error_windows_test.go
example_test.go os: show how to print permission bits in octal 2018-12-18 21:17:16 +00:00
exec.go
exec_plan9.go os/exec: less allocs in the common case 2019-03-04 09:45:46 +00:00
exec_posix.go os/exec: less allocs in the common case 2019-03-04 09:45:46 +00:00
exec_unix.go
exec_windows.go Revert "os: remove sleep in windows Process.Wait" 2018-11-09 23:24:35 +00:00
executable.go
executable_darwin.go
executable_freebsd.go
executable_path.go
executable_plan9.go
executable_procfs.go
executable_solaris.go
executable_test.go os: fix tests for AIX 2018-10-26 14:46:35 +00:00
executable_windows.go
export_test.go os: reject WriteAt if file opened in append mode 2019-03-27 17:04:57 +00:00
export_windows_test.go
fifo_test.go
file.go os/user: use os.UserHomeDir for user.HomeDir 2019-03-28 15:02:16 +00:00
file_plan9.go os: reject WriteAt if file opened in append mode 2019-03-27 17:04:57 +00:00
file_posix.go os: make Readlink work with symlinks with target like \??\Volume{ABCD}\ 2019-03-01 07:44:37 +00:00
file_unix.go os: reject WriteAt if file opened in append mode 2019-03-27 17:04:57 +00:00
file_windows.go os: reject WriteAt if file opened in append mode 2019-03-27 17:04:57 +00:00
getwd.go
getwd_darwin.go
os_test.go os: skip Open("/") on Android 2019-04-07 18:34:25 +00:00
os_unix_test.go os,syscall: implement functions related to uid, gid and pid on js/wasm 2019-03-22 15:40:37 +00:00
os_windows_test.go os: fix windows Lstat missing name for some files 2019-03-20 08:35:29 +00:00
path.go os: consistently return PathError from RemoveAll 2019-03-15 03:56:32 +00:00
path_plan9.go
path_test.go os: add support for long path names on unix RemoveAll 2018-10-31 13:55:01 +00:00
path_unix.go os: consistently return PathError from RemoveAll 2019-03-15 03:56:32 +00:00
path_windows.go
path_windows_test.go
pipe2_bsd.go
pipe_bsd.go
pipe_linux.go
pipe_test.go internal/poll, os: cancel pending I/O when closing pipes on Windows 2019-03-19 04:20:08 +00:00
proc.go os: document exit status range value 2019-03-27 04:37:34 +00:00
rawconn.go os: add SyscallConn method for os.File 2018-12-27 16:36:34 +00:00
rawconn_test.go os: add SyscallConn method for os.File 2018-12-27 16:36:34 +00:00
removeall_at.go os: consistently return PathError from RemoveAll 2019-03-15 03:56:32 +00:00
removeall_noat.go os: restore RemoveAll docs by making a single copy 2019-01-30 01:39:37 +00:00
removeall_test.go os: consistently return PathError from RemoveAll 2019-03-15 03:56:32 +00:00
stat.go
stat_aix.go
stat_darwin.go
stat_dragonfly.go
stat_freebsd.go syscall: revert to pre-FreeBSD 10 / POSIX-2008 timespec field names in Stat_t on FreeBSD 2018-12-30 19:36:52 +00:00
stat_linux.go
stat_nacljs.go
stat_netbsd.go
stat_openbsd.go
stat_plan9.go
stat_solaris.go
stat_test.go os: use CreateFile for Stat of symlinks 2018-11-02 07:30:03 +00:00
stat_unix.go
stat_windows.go os: fix windows Lstat missing name for some files 2019-03-20 08:35:29 +00:00
sticky_bsd.go os,syscall: implement functions related to uid, gid and pid on js/wasm 2019-03-22 15:40:37 +00:00
sticky_notbsd.go os,syscall: implement functions related to uid, gid and pid on js/wasm 2019-03-22 15:40:37 +00:00
str.go
sys.go
sys_aix.go
sys_bsd.go
sys_js.go
sys_linux.go
sys_nacl.go
sys_plan9.go
sys_solaris.go
sys_unix.go
sys_windows.go
timeout_test.go os: ignore SIGTTIN during TestTTYClose 2018-10-18 00:08:57 +00:00
types.go
types_plan9.go
types_unix.go
types_windows.go os: fix windows Lstat missing name for some files 2019-03-20 08:35:29 +00:00
wait_unimp.go all: use "reports whether" consistently instead of "returns whether" 2018-12-02 15:12:26 +00:00
wait_wait6.go all: use "reports whether" consistently instead of "returns whether" 2018-12-02 15:12:26 +00:00
wait_waitid.go all: use "reports whether" consistently instead of "returns whether" 2018-12-02 15:12:26 +00:00