strace/tests
Dmitry V. Levin f443fd40cb Fix decoding of 3rd argument of getdents/getdents64 syscalls
* dirent.c (SYS_FUNC(getdents)): Always print 3rd syscall argument
as unsigned int.
* dirent64.c (SYS_FUNC(getdents64)): Likewise.
* tests/getdents.c (main): Check it.
* tests/getdents64.c (main): Likewise.
2016-04-26 22:38:10 +00:00
..
_newselect.c tests: fix TEST_SYSCALL_{NR,STR} and STRUCT_STAT_STR macros for musl 2016-01-12 03:07:39 +00:00
_newselect.test Fix select and _newselect syscall entries 2015-12-08 21:19:40 +00:00
.gitignore tests: check decoding of renameat2 syscall 2016-04-26 16:30:43 +00:00
access.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
access.test tests: add access.test 2016-04-21 17:37:43 +00:00
acct.c tests: do not include <assert.h> unnecessarily 2016-04-21 22:05:57 +00:00
acct.test tests: cleanup acct.test 2016-04-21 20:20:42 +00:00
adjtimex.c tests: extend coverage of adjtimex syscall 2016-02-08 18:16:27 +00:00
adjtimex.test tests: move definitions of $OUT and $ERR to init.sh 2016-03-30 00:13:37 +00:00
aio.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
aio.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
alarm.c tests: add alarm.test 2016-02-14 22:30:27 +00:00
alarm.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
attach-f-p.c tests: check that -f -p attaches to threads properly 2016-02-09 05:08:00 +00:00
attach-f-p.test tests: move definitions of $OUT and $ERR to init.sh 2016-03-30 00:13:37 +00:00
attach-p-cmd-cmd.c Implement simultaneous use of -p option and tracing of a command 2016-01-22 19:37:11 +00:00
attach-p-cmd-p.c Implement simultaneous use of -p option and tracing of a command 2016-01-22 19:37:11 +00:00
attach-p-cmd.test tests: move definitions of $OUT and $ERR to init.sh 2016-03-30 00:13:37 +00:00
bexecve.test Add copyright headers to some files which lack them 2015-12-17 17:56:48 +00:00
bpf.c tests/bpf.c: use libtests 2016-01-06 11:29:16 +00:00
bpf.test tests: move definitions of $OUT and $ERR to init.sh 2016-03-30 00:13:37 +00:00
caps.awk tests: extend coverage of capget syscall 2016-02-08 18:21:10 +00:00
caps.c tests: extend coverage of capget syscall 2016-02-08 18:21:10 +00:00
caps.test tests: extend coverage of capget syscall 2016-02-08 18:21:10 +00:00
chmod.c tests: add chmod.test 2016-03-07 23:13:28 +00:00
chmod.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
chown32.c tests: check decoding of chown32 syscall 2016-04-18 01:10:43 +00:00
chown32.test tests: check decoding of chown32 syscall 2016-04-18 01:10:43 +00:00
chown.c tests: check decoding of chown syscall 2016-04-18 01:10:43 +00:00
chown.test tests: check decoding of chown syscall 2016-04-18 01:10:43 +00:00
chroot.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
chroot.test tests: add chroot.test 2016-04-01 23:34:33 +00:00
clock_adjtime.c tests: check decoding of clock_adjtime syscall 2016-04-22 01:13:27 +00:00
clock_adjtime.test tests: check decoding of clock_adjtime syscall 2016-04-22 01:13:27 +00:00
clock_nanosleep.c tests/clock_nanosleep.c: use libtests 2016-01-06 09:46:29 +00:00
clock_nanosleep.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
clock_xettime.c tests/clock_xettime.c: use libtests 2016-01-06 09:48:05 +00:00
clock_xettime.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
copy_file_range.c tests: do not include <assert.h> unnecessarily 2016-04-21 22:05:57 +00:00
copy_file_range.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
count-f.c tests: add count-f.test 2016-03-12 23:52:52 +00:00
count-f.expected tests: add count-f.test 2016-03-12 23:52:52 +00:00
count-f.test tests: add count-f.test 2016-03-12 23:52:52 +00:00
count.test tests: use local nanosleep based sleep utility replacement 2016-01-21 23:52:39 +00:00
creat.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
creat.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
detach-running.test Add copyright headers to some files which lack them 2015-12-17 17:56:48 +00:00
detach-sleeping.test Add copyright headers to some files which lack them 2015-12-17 17:56:48 +00:00
detach-stopped.test Add copyright headers to some files which lack them 2015-12-17 17:56:48 +00:00
dumpio.expected tests: add a test for the latest dumpio fix 2015-02-01 01:33:20 +00:00
dumpio.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
dup2.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
dup2.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
dup3.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
dup3.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
dup.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
dup.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
epoll_create1.c tests: do not include <assert.h> unnecessarily 2016-04-21 22:05:57 +00:00
epoll_create1.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
epoll_create.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
epoll_create.test tests: add epoll_create.test 2016-04-08 07:59:14 +00:00
epoll_ctl.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
epoll_ctl.test tests: add epoll_ctl.test 2016-04-08 07:59:15 +00:00
epoll_wait.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
epoll_wait.test tests: add epoll_wait.test 2016-04-08 07:59:16 +00:00
errno2name.c tests: add errno2name function to libtests 2016-04-21 04:08:55 +03:00
error_msg.c tests: add error_msg_and_fail function to libtests 2016-01-21 23:46:43 +00:00
eventfd.c tests/eventfd.c: use libtests 2016-01-05 23:12:51 +00:00
eventfd.expected eventfd2: fix flags decoding 2015-08-01 22:23:58 +00:00
eventfd.test eventfd2: fix flags decoding 2015-08-01 22:23:58 +00:00
execve-v.c tests: extend coverage of execve and execveat syscalls 2016-02-08 18:25:33 +00:00
execve-v.test tests: move definitions of $OUT and $ERR to init.sh 2016-03-30 00:13:37 +00:00
execve.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
execve.test tests: move definitions of $OUT and $ERR to init.sh 2016-03-30 00:13:37 +00:00
execveat-v.c tests: extend coverage of execve and execveat syscalls 2016-02-08 18:25:33 +00:00
execveat-v.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
execveat.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
execveat.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
faccessat.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
faccessat.test faccessat.test: robustify against libcs invoking faccessat syscall on their own 2016-03-28 00:16:17 +00:00
fanotify_mark.c tests/fanotify_mark.c: use libtests 2016-01-05 23:06:14 +00:00
fanotify_mark.expected tests: strip executable bit from *.expected files 2015-04-07 21:11:50 +00:00
fanotify_mark.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
fchdir.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
fchdir.test tests: add fchdir.test 2016-04-21 17:35:39 +00:00
fchmod.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
fchmod.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
fchmodat.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
fchmodat.test tests: add fchmodat.test 2016-04-02 13:13:16 +00:00
fchown32.c tests: check decoding of fchown32 syscall 2016-04-18 01:10:44 +00:00
fchown32.test tests: check decoding of fchown32 syscall 2016-04-18 01:10:44 +00:00
fchown.c tests: check decoding of fchown syscall 2016-04-18 01:10:44 +00:00
fchown.test tests: check decoding of fchown syscall 2016-04-18 01:10:44 +00:00
fchownat.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
fchownat.test tests: add fchownat.test 2016-04-02 14:07:02 +00:00
fcntl64.c tests: fix TEST_SYSCALL_{NR,STR} and STRUCT_STAT_STR macros for musl 2016-01-12 03:07:39 +00:00
fcntl64.test fcntl: skip F_GETLK64, F_SETLK64, and F_SETLKW64 in fcntl syscall parser 2015-12-05 19:35:51 +00:00
fcntl.c tests: fix TEST_SYSCALL_{NR,STR} and STRUCT_STAT_STR macros for musl 2016-01-12 03:07:39 +00:00
fcntl.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
fdatasync.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
fdatasync.test tests: add fdatasync.test 2016-04-01 23:34:33 +00:00
file_handle.c tests/file_handle.c: use errno2name 2016-04-21 22:05:53 +00:00
file_handle.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
filter-unavailable.c tests/filter-unavailable.c: use libtests 2016-01-06 00:14:36 +00:00
filter-unavailable.expected Fix filtering of <unavailable> syscalls 2015-06-30 17:28:02 +00:00
filter-unavailable.test Fix filtering of <unavailable> syscalls 2015-06-30 17:28:02 +00:00
flock.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
flock.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
fork-f.c tests: change text marker in fork-f and vfork-f tests 2016-01-08 02:45:05 +00:00
fork-f.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
fstat64.c tests: fix TEST_SYSCALL_{NR,STR} and STRUCT_STAT_STR macros for musl 2016-01-12 03:07:39 +00:00
fstat64.test tests: add fstat.test and fstat64.test 2015-12-05 00:02:44 +00:00
fstat.c tests: fix TEST_SYSCALL_{NR,STR} and STRUCT_STAT_STR macros for musl 2016-01-12 03:07:39 +00:00
fstat.test tests: introduce $NAME 2016-03-30 00:13:56 +00:00
fstatat64.c tests: fix TEST_SYSCALL_{NR,STR} and STRUCT_STAT_STR macros for musl 2016-01-12 03:07:39 +00:00
fstatat64.test tests: prepare for detailed testing of stat family syscalls 2015-12-05 00:01:56 +00:00
fstatat.c tests/fstatat.c: use libtests 2016-01-05 22:41:28 +00:00
fstatfs64.c Fix decoding of statfs family syscalls 2016-04-26 01:35:31 +00:00
fstatfs64.test Fix decoding of statfs family syscalls 2016-04-26 01:35:31 +00:00
fstatfs.c Fix decoding of statfs family syscalls 2016-04-26 01:35:31 +00:00
fstatfs.test Fix decoding of statfs family syscalls 2016-04-26 01:35:31 +00:00
fstatx.c tests: fix TEST_SYSCALL_{NR,STR} and STRUCT_STAT_STR macros for musl 2016-01-12 03:07:39 +00:00
fsync.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
fsync.test tests: add fsync.test 2016-04-01 23:34:33 +00:00
ftruncate64.c tests: do not include <assert.h> unnecessarily 2016-04-21 22:05:57 +00:00
ftruncate64.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
ftruncate.c tests: do not include <assert.h> unnecessarily 2016-04-21 22:05:57 +00:00
ftruncate.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
futimesat.c tests: check decoding of utimes syscall 2016-04-26 16:13:17 +00:00
futimesat.test tests: check decoding of utimes syscall 2016-04-26 16:13:17 +00:00
get_page_size.c tests: introduce libtests 2016-01-05 23:17:07 +00:00
getcwd.c tests: add getcwd.test 2016-03-23 13:38:35 +00:00
getcwd.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
getdents64.c Fix decoding of 3rd argument of getdents/getdents64 syscalls 2016-04-26 22:38:10 +00:00
getdents64.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
getdents.c Fix decoding of 3rd argument of getdents/getdents64 syscalls 2016-04-26 22:38:10 +00:00
getdents.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
getegid32.c tests: extend test coverage of getuid/getgid family syscalls 2016-04-20 01:08:13 +00:00
getegid32.test tests: extend test coverage of getuid/getgid family syscalls 2016-04-20 01:08:13 +00:00
getegid.c tests: extend test coverage of getuid/getgid family syscalls 2016-04-20 01:08:13 +00:00
getegid.test tests: extend test coverage of getuid/getgid family syscalls 2016-04-20 01:08:13 +00:00
geteuid32.c tests: extend test coverage of getuid/getgid family syscalls 2016-04-20 01:08:13 +00:00
geteuid32.test tests: extend test coverage of getuid/getgid family syscalls 2016-04-20 01:08:13 +00:00
geteuid.c tests: extend test coverage of getuid/getgid family syscalls 2016-04-20 01:08:13 +00:00
geteuid.test tests: extend test coverage of getuid/getgid family syscalls 2016-04-20 01:08:13 +00:00
getgid32.c tests: extend test coverage of getuid/getgid family syscalls 2016-04-20 01:08:13 +00:00
getgid32.test tests: extend test coverage of getuid/getgid family syscalls 2016-04-20 01:08:13 +00:00
getgid.c tests: extend test coverage of getuid/getgid family syscalls 2016-04-20 01:08:13 +00:00
getgid.test tests: extend test coverage of getuid/getgid family syscalls 2016-04-20 01:08:13 +00:00
getgroups32.c Fix corner cases of getgroups and setgroups syscall decoders 2016-04-20 01:08:13 +00:00
getgroups32.test Fix corner cases of getgroups and setgroups syscall decoders 2016-04-20 01:08:13 +00:00
getgroups.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
getgroups.test Fix corner cases of getgroups and setgroups syscall decoders 2016-04-20 01:08:13 +00:00
getpgrp.c tests: add getpgrp.test 2016-04-21 17:37:44 +00:00
getpgrp.test tests: add getpgrp.test 2016-04-21 17:37:44 +00:00
getrandom.c tests/getrandom.c: use libtests 2016-01-06 11:36:54 +00:00
getrandom.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
getresgid32.c tests: extend test coverage of getresgid32 syscall 2016-04-20 01:08:13 +00:00
getresgid32.test tests: extend test coverage of getresgid32 syscall 2016-04-20 01:08:13 +00:00
getresgid.c tests: extend test coverage of getresgid syscall 2016-04-20 01:08:13 +00:00
getresgid.test tests: extend test coverage of getresgid syscall 2016-04-20 01:08:13 +00:00
getresugid.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
getresuid32.c tests: extend test coverage of getresuid32 syscall 2016-04-20 01:08:13 +00:00
getresuid32.test tests: extend test coverage of getresuid32 syscall 2016-04-20 01:08:13 +00:00
getresuid.c tests: extend test coverage of getresuid syscall 2016-04-20 01:08:13 +00:00
getresuid.test tests: extend test coverage of getresuid syscall 2016-04-20 01:08:13 +00:00
getrusage.c getrusage.test: fix build on x32 2016-02-19 03:39:59 +00:00
getrusage.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
getsid.c tests: add getsid.test 2016-04-21 17:31:05 +00:00
getsid.test tests: add getsid.test 2016-04-21 17:31:05 +00:00
getuid32.c tests: extend test coverage of getuid/getgid family syscalls 2016-04-20 01:08:13 +00:00
getuid32.test tests: extend test coverage of getuid/getgid family syscalls 2016-04-20 01:08:13 +00:00
getuid.c tests: extend test coverage of getuid/getgid family syscalls 2016-04-20 01:08:13 +00:00
getuid.test tests: extend test coverage of getuid/getgid family syscalls 2016-04-20 01:08:13 +00:00
getxxid.c alpha: enhance decoding of getxpid, getxuid, and getxgid syscalls 2016-01-09 00:09:04 +00:00
getxxid.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
hexdump_strdup.c tests: add hexdump_memdup function to libtests 2016-04-02 18:24:36 +00:00
hexquote_strndup.c tests: add hexquote_strndup function to libtests 2016-02-04 03:36:25 +00:00
inet-cmsg.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
inet-cmsg.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
init.sh tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
inode_of_sockfd.c tests: add inode_of_sockfd function to libtests 2016-02-02 00:24:48 +00:00
ioctl.c tests/ioctl.c: use libtests 2016-01-06 11:40:00 +00:00
ioctl.test tests: move definitions of $OUT and $ERR to init.sh 2016-03-30 00:13:37 +00:00
ioperm.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
ioperm.test tests: add ioperm.test 2016-04-20 01:08:13 +00:00
iopl.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
iopl.test tests: add iopl.test 2016-04-20 01:08:13 +00:00
ip_mreq.c tests/ip_mreq.c: use libtests 2016-01-06 11:42:10 +00:00
ip_mreq.expected net: decode setsockopt() multicast arguments 2015-06-08 23:02:27 +00:00
ip_mreq.test net: decode setsockopt() multicast arguments 2015-06-08 23:02:27 +00:00
ipc_msg.c tests/ipc_msg.c: use libtests 2016-01-06 11:59:06 +00:00
ipc_msg.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
ipc_msgbuf.c tests/ipc_msgbuf.c: use libtests 2016-01-06 11:55:13 +00:00
ipc_msgbuf.expected tests: add ipc_msgbuf.test 2015-08-28 08:46:23 +00:00
ipc_msgbuf.test tests: add ipc_msgbuf.test 2015-08-28 08:46:23 +00:00
ipc_sem.c tests/ipc_sem.c: use libtests 2016-01-06 11:59:29 +00:00
ipc_sem.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
ipc_shm.c tests/ipc_shm.c: use libtests 2016-01-06 11:59:58 +00:00
ipc_shm.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
ipc.sh tests: move definitions of $OUT and $ERR to init.sh 2016-03-30 00:13:37 +00:00
ksysent.c tests: fix clang "duplicate 'const' declaration specifier" warnings 2016-01-12 05:06:10 +00:00
ksysent.sed tests: add ksysent.test 2015-12-10 02:06:25 +00:00
ksysent.test tests: add ksysent.test 2015-12-10 02:06:25 +00:00
lchown32.c tests: check decoding of lchown32 syscall 2016-04-18 01:10:44 +00:00
lchown32.test tests: check decoding of lchown32 syscall 2016-04-18 01:10:44 +00:00
lchown.c tests: check decoding of lchown syscall 2016-04-18 01:10:43 +00:00
lchown.test tests: check decoding of lchown syscall 2016-04-18 01:10:43 +00:00
linkat.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
linkat.test tests: add linkat.test 2016-04-06 06:18:48 +00:00
llseek.c tests: do not include <assert.h> unnecessarily 2016-04-21 22:05:57 +00:00
llseek.test tests: move definitions of $OUT and $ERR to init.sh 2016-03-30 00:13:37 +00:00
lseek.c tests: do not include <assert.h> unnecessarily 2016-04-21 22:05:57 +00:00
lseek.test tests: move definitions of $OUT and $ERR to init.sh 2016-03-30 00:13:37 +00:00
lstat64.c tests: fix TEST_SYSCALL_{NR,STR} and STRUCT_STAT_STR macros for musl 2016-01-12 03:07:39 +00:00
lstat64.test tests: add lstat.test and lstat64.test 2015-12-05 00:03:02 +00:00
lstat.c tests: fix TEST_SYSCALL_{NR,STR} and STRUCT_STAT_STR macros for musl 2016-01-12 03:07:39 +00:00
lstat.test tests: add lstat.test and lstat64.test 2015-12-05 00:03:02 +00:00
lstatx.c tests: fix TEST_SYSCALL_{NR,STR} and STRUCT_STAT_STR macros for musl 2016-01-12 03:07:39 +00:00
Makefile.am tests: check decoding of renameat2 syscall 2016-04-26 16:30:43 +00:00
match.awk Add copyright headers to some files which lack them 2015-12-17 17:56:48 +00:00
membarrier.c tests: use errno2name() 2016-04-21 18:16:50 +00:00
membarrier.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
memfd_create.c tests/memfd_create.c: use libtests 2016-01-04 23:41:27 +00:00
memfd_create.expected Implement memfd_create syscall decoding 2015-07-29 09:18:26 +00:00
memfd_create.test Implement memfd_create syscall decoding 2015-07-29 09:18:26 +00:00
mincore.c tests: extend test coverage of mincore syscall 2016-04-22 14:14:39 +00:00
mincore.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
mkdir.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
mkdir.test tests: add mkdir.test 2016-04-21 17:34:38 +00:00
mkdirat.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
mkdirat.test tests: add mkdirat.test 2016-04-06 06:18:51 +00:00
mknod.c tests: extend test coverage of mknod syscall 2016-04-26 11:00:51 +00:00
mknod.test tests: extend test coverage of mknod syscall 2016-04-26 11:00:51 +00:00
mknodat.c tests: add mknodat.test 2016-04-26 10:11:41 +00:00
mknodat.test tests: add mknodat.test 2016-04-26 10:11:41 +00:00
mlock2.c tests: do not include <assert.h> unnecessarily 2016-04-21 22:05:57 +00:00
mlock2.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
mlockall.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
mlockall.test tests: add mlockall.test 2016-04-09 23:34:18 +00:00
mmap64.c tests: add a test for mmap/mprotect/munmap decoding 2015-03-20 02:15:11 +00:00
mmap64.test tests: add a test for mmap/mprotect/munmap decoding 2015-03-20 02:15:11 +00:00
mmap.c tests: check decoding of madvise, mlockall, mremap, and msync syscalls 2016-02-12 02:35:54 +00:00
mmap.test tests: introduce $NAME 2016-03-30 00:13:56 +00:00
mmsg.c Fix dumping of recvmmsg syscall in case of short read 2016-01-20 17:36:41 +00:00
mmsg.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
mq.c tests/mq.c: use libtests 2016-01-06 11:52:43 +00:00
mq.expected tests: add mq.test 2015-08-28 08:46:23 +00:00
mq.test tests: add mq.test 2015-08-28 08:46:23 +00:00
nanosleep.c tests/nanosleep.c: use libtests 2016-01-06 09:56:09 +00:00
nanosleep.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
net-accept-connect.c Replace PF_* constants with AF_* 2016-04-04 01:35:28 +00:00
net-y-unix.c Replace PF_* constants with AF_* 2016-04-04 01:35:28 +00:00
net-y-unix.test tests: introduce $NAME 2016-03-30 00:13:56 +00:00
net-yy-inet.c Replace PF_* constants with AF_* 2016-04-04 01:35:28 +00:00
net-yy-inet.test tests: introduce $NAME 2016-03-30 00:13:56 +00:00
net-yy-unix.c Replace PF_* constants with AF_* 2016-04-04 01:35:28 +00:00
net-yy-unix.test tests: introduce $NAME 2016-03-30 00:13:56 +00:00
net.expected Replace PF_* constants with AF_* 2016-04-04 01:35:28 +00:00
net.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
netlink_inet_diag.c tests: do not include <assert.h> unnecessarily 2016-04-21 22:05:57 +00:00
netlink_unix_diag.c Replace PF_* constants with AF_* 2016-04-04 01:35:28 +00:00
newfstatat.c tests: fix TEST_SYSCALL_{NR,STR} and STRUCT_STAT_STR macros for musl 2016-01-12 03:07:39 +00:00
newfstatat.test tests: prepare for detailed testing of stat family syscalls 2015-12-05 00:01:56 +00:00
old_mmap.c Fix old_mmap output when mmap arguments are unfetchable 2016-04-23 00:07:14 +00:00
old_mmap.test Fix old_mmap output when mmap arguments are unfetchable 2016-04-23 00:07:14 +00:00
oldselect.c tests/oldselect.c: use libtests 2016-01-05 22:53:28 +00:00
oldselect.expected Fix select and _newselect syscall entries 2015-12-08 21:19:40 +00:00
oldselect.test Fix select and _newselect syscall entries 2015-12-08 21:19:40 +00:00
open.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
open.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
openat.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
openat.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
opipe.test tests: move definitions of $OUT and $ERR to init.sh 2016-03-30 00:13:37 +00:00
overflowuid.c tests: move kernel uid overflow check to libtests 2016-04-18 01:10:41 +00:00
pc.c tests/pc.c: use libtests 2016-01-06 11:33:13 +00:00
pc.test Add copyright headers to some files which lack them 2015-12-17 17:56:48 +00:00
personality.c Enhance personality syscall decoding 2015-12-26 02:10:46 +00:00
personality.test tests: move definitions of $OUT and $ERR to init.sh 2016-03-30 00:13:37 +00:00
pipe.c tests/pipe.c: use libtests 2016-01-06 11:38:05 +00:00
pipe.expected alpha, ia64, sh, sparc, sparc64: fix pipe and pipe2 syscalls decoding 2015-03-23 03:16:51 +00:00
pipe.test alpha, ia64, sh, sparc, sparc64: fix pipe and pipe2 syscalls decoding 2015-03-23 03:16:51 +00:00
poll.c tests: add poll.test 2016-02-16 01:35:36 +00:00
poll.test tests: introduce $NAME 2016-03-30 00:13:56 +00:00
ppoll-v.expected Fix abbreviated output of poll and ppoll decoders 2016-02-16 01:35:36 +00:00
ppoll.c tests/ppoll.c: use libtests 2016-01-06 11:44:32 +00:00
ppoll.expected Fix abbreviated output of poll and ppoll decoders 2016-02-16 01:35:36 +00:00
ppoll.test tests: introduce $NAME 2016-03-30 00:13:56 +00:00
prctl-seccomp-filter-v.c seccomp: fix decoding of sock_fprog and sock_filter structures 2016-04-12 00:05:43 +00:00
prctl-seccomp-filter-v.test prctl-seccomp-filter-v.test: robustify against unrelated prctl invocations 2016-04-18 01:10:44 +00:00
prctl-seccomp-strict.c tests: do not include <assert.h> unnecessarily 2016-04-21 22:05:57 +00:00
prctl-seccomp-strict.test tests: workaround kernel bugs in seccomp-strict.test and prctl-seccomp-strict.test 2016-04-20 14:30:43 +00:00
pread64-pwrite64.c tests/pread64-pwrite64.c: minor cleanup 2016-04-08 02:16:28 +00:00
pread64-pwrite64.test tests/pread64-pwrite64.test: extend dumpio coverage 2016-04-02 18:27:44 +00:00
preadv-pwritev.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
preadv-pwritev.test Implement dumping of preadv and pwritev syscalls 2016-03-31 00:01:58 +00:00
preadv.c Fix decoding of preadv syscall in case of short read 2016-03-30 18:04:00 +00:00
preadv.test Fix printing of negative offsets in preadv and pwritev syscalls 2016-03-30 03:54:21 +00:00
print_quoted_string.c tests: add print_quoted_string function to libtests 2016-03-23 13:34:15 +00:00
printflags.c tests: add printflags function to libtests 2016-04-26 00:13:47 +00:00
pselect6.c tests/pselect6.c: fix potential output mismatch 2016-04-18 01:10:44 +00:00
pselect6.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
pwritev.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
pwritev.test Fix printing of negative offsets in preadv and pwritev syscalls 2016-03-30 03:54:21 +00:00
qual_syscall.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
read-write.c tests: add read-write.test 2016-04-03 16:37:43 +00:00
read-write.test tests: add read-write.test 2016-04-03 16:37:43 +00:00
readdir.c tests/readdir.c: use libtests 2016-01-06 12:03:57 +00:00
readdir.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
readlink.c tests: extend readlink and readlinkat coverage 2016-02-04 03:36:25 +00:00
readlink.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
readlinkat.c tests: extend readlink and readlinkat coverage 2016-02-04 03:36:25 +00:00
readlinkat.test readlinkat.test: use readlink.test 2016-02-04 03:36:25 +00:00
readv.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
readv.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
reboot.c tests: add reboot.test 2016-04-26 10:11:41 +00:00
reboot.test tests: add reboot.test 2016-04-26 10:11:41 +00:00
recvmsg.c Fix dumping of recvmsg syscall in case of short read 2016-01-20 17:35:27 +00:00
recvmsg.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
redirect.test redirect.test: fix the way how strace output is discarded 2016-02-14 00:59:42 +00:00
rename.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
rename.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
renameat2.c tests: check decoding of renameat2 syscall 2016-04-26 16:30:43 +00:00
renameat2.test tests: check decoding of renameat2 syscall 2016-04-26 16:30:43 +00:00
renameat.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
renameat.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
restart_syscall.c tests/restart_syscall.c: use libtests 2016-01-05 23:14:25 +00:00
restart_syscall.test tests: move definitions of $OUT and $ERR to init.sh 2016-03-30 00:13:37 +00:00
rmdir.c tests: add rmdir.test 2016-04-25 10:24:12 +00:00
rmdir.test tests: add rmdir.test 2016-04-25 10:24:12 +00:00
rt_sigpending.c tests: adjust rt_sigpending to older kernels 2016-04-20 01:08:13 +00:00
rt_sigpending.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
rt_sigprocmask.c tests: add rt_sigprocmask.test 2016-02-19 01:44:33 +00:00
rt_sigprocmask.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
rt_sigqueueinfo.c tests/rt_sigqueueinfo.c: use libtests 2016-01-06 00:14:36 +00:00
rt_sigqueueinfo.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
rt_sigsuspend.c tests/rt_sigpending.c: fix for systems where _NSIG > 16 * sizeof(long) 2016-04-20 04:35:25 +00:00
rt_sigsuspend.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
rt_sigtimedwait.c Print rt_sigtimedwait return value as a signal name 2016-02-19 03:39:59 +00:00
rt_sigtimedwait.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
rt_tgsigqueueinfo.c tests: do not include <assert.h> unnecessarily 2016-04-21 22:05:57 +00:00
rt_tgsigqueueinfo.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
run.sh tests: enhance timeout checks 2013-06-18 17:07:37 +00:00
sched_get_priority_mxx.c tests: add sched_get_priority_mxx.test 2016-03-10 09:12:23 +00:00
sched_get_priority_mxx.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
sched_rr_get_interval.c tests: add sched_rr_get_interval.test 2016-04-25 10:24:12 +00:00
sched_rr_get_interval.test tests: add sched_rr_get_interval.test 2016-04-25 10:24:12 +00:00
sched_xetaffinity.c tests: extend coverage of sched_getaffinity syscall 2016-02-08 18:18:51 +00:00
sched_xetaffinity.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
sched_xetattr.c tests/sched_xetattr.c: use libtests 2016-01-06 11:25:47 +00:00
sched_xetattr.test tests: move definitions of $OUT and $ERR to init.sh 2016-03-30 00:13:37 +00:00
sched_xetparam.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
sched_xetparam.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
sched_xetscheduler.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
sched_xetscheduler.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
sched_yield.c tests: add sched_yield.test 2016-04-26 10:31:11 +00:00
sched_yield.test tests: add sched_yield.test 2016-04-26 10:31:11 +00:00
scm_rights-fd.test tests/scm_rights-fd.test: fix pathname regex 2016-03-23 19:13:13 +00:00
scm_rights.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
seccomp-filter-v.c seccomp: fix decoding of sock_fprog and sock_filter structures 2016-04-12 00:05:43 +00:00
seccomp-filter-v.test seccomp: fix decoding of sock_fprog and sock_filter structures 2016-04-12 00:05:43 +00:00
seccomp-filter.c tests: do not include <assert.h> unnecessarily 2016-04-21 22:05:57 +00:00
seccomp-filter.test tests: add seccomp-filter.test 2016-04-12 00:20:03 +00:00
seccomp-strict.c tests: do not include <assert.h> unnecessarily 2016-04-21 22:05:57 +00:00
seccomp-strict.test tests: workaround kernel bugs in seccomp-strict.test and prctl-seccomp-strict.test 2016-04-20 14:30:43 +00:00
select.c tests: fix TEST_SYSCALL_{NR,STR} and STRUCT_STAT_STR macros for musl 2016-01-12 03:07:39 +00:00
select.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
semop.c tests: add semop.test 2016-04-20 00:11:27 +00:00
semop.test tests: add semop.test 2016-04-20 00:11:27 +00:00
sendfile64.c tests: simplify sendfile.test and sendfile64.test 2016-03-29 17:01:02 +00:00
sendfile64.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
sendfile.c tests: simplify sendfile.test and sendfile64.test 2016-03-29 17:01:02 +00:00
sendfile.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
set_ptracer_any.c tests: include tests.h instead of config.h 2016-01-05 23:17:11 +00:00
setdomainname.c tests: add setdomainname.test 2016-04-25 10:24:12 +00:00
setdomainname.test tests: add setdomainname.test 2016-04-25 10:24:12 +00:00
setfsgid32.c tests: check decoding of setfsgid32 syscall 2016-04-20 01:08:13 +00:00
setfsgid32.test tests: check decoding of setfsgid32 syscall 2016-04-20 01:08:13 +00:00
setfsgid.c tests: check decoding of setfsgid syscall 2016-04-20 01:08:13 +00:00
setfsgid.test tests: check decoding of setfsgid syscall 2016-04-20 01:08:13 +00:00
setfsugid.c tests: check decoding of setfsuid syscall 2016-04-20 01:08:13 +00:00
setfsuid32.c tests: check decoding of setfsuid32 syscall 2016-04-20 01:08:13 +00:00
setfsuid32.test tests: check decoding of setfsuid32 syscall 2016-04-20 01:08:13 +00:00
setfsuid.c tests: check decoding of setfsuid syscall 2016-04-20 01:08:13 +00:00
setfsuid.test tests: check decoding of setfsuid syscall 2016-04-20 01:08:13 +00:00
setgid32.c tests: extend test coverage of setgid32 syscall 2016-04-20 01:08:12 +00:00
setgid32.test tests: extend test coverage of setgid32 syscall 2016-04-20 01:08:12 +00:00
setgid.c tests: extend test coverage of setgid syscall 2016-04-20 01:08:12 +00:00
setgid.test tests: extend test coverage of setgid syscall 2016-04-20 01:08:12 +00:00
setgroups32.c Fix corner cases of getgroups and setgroups syscall decoders 2016-04-20 01:08:13 +00:00
setgroups32.test Fix corner cases of getgroups and setgroups syscall decoders 2016-04-20 01:08:13 +00:00
setgroups.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
setgroups.test Fix corner cases of getgroups and setgroups syscall decoders 2016-04-20 01:08:13 +00:00
sethostname.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
sethostname.test tests: add sethostname.test 2016-04-01 23:34:33 +00:00
setregid32.c tests: extend test coverage of setregid32 syscall 2016-04-20 01:08:12 +00:00
setregid32.test tests: extend test coverage of setregid32 syscall 2016-04-20 01:08:12 +00:00
setregid.c tests: extend test coverage of setregid syscall 2016-04-20 01:08:12 +00:00
setregid.test tests: extend test coverage of setregid syscall 2016-04-20 01:08:12 +00:00
setresgid32.c tests: extend test coverage of setresgid32 syscall 2016-04-20 01:08:13 +00:00
setresgid32.test tests: extend test coverage of setresgid32 syscall 2016-04-20 01:08:13 +00:00
setresgid.c tests: extend test coverage of setresgid syscall 2016-04-20 01:08:12 +00:00
setresgid.test tests: extend test coverage of setresgid syscall 2016-04-20 01:08:12 +00:00
setresugid.c tests: extend test coverage of setresuid syscall 2016-04-20 01:08:12 +00:00
setresuid32.c tests: extend test coverage of setresuid32 syscall 2016-04-20 01:08:12 +00:00
setresuid32.test tests: extend test coverage of setresuid32 syscall 2016-04-20 01:08:12 +00:00
setresuid.c tests: extend test coverage of setresuid syscall 2016-04-20 01:08:12 +00:00
setresuid.test tests: extend test coverage of setresuid syscall 2016-04-20 01:08:12 +00:00
setreugid.c tests: extend test coverage of setreuid syscall 2016-04-20 01:08:12 +00:00
setreuid32.c tests: extend test coverage of setreuid32 syscall 2016-04-20 01:08:12 +00:00
setreuid32.test tests: extend test coverage of setreuid32 syscall 2016-04-20 01:08:12 +00:00
setreuid.c tests: extend test coverage of setreuid syscall 2016-04-20 01:08:12 +00:00
setreuid.test tests: extend test coverage of setreuid syscall 2016-04-20 01:08:12 +00:00
setugid.c tests/setugid.c: cleanup 2016-04-21 22:05:56 +00:00
setuid32.c tests: extend test coverage of setuid32 syscall 2016-04-20 01:08:12 +00:00
setuid32.test tests: extend test coverage of setuid32 syscall 2016-04-20 01:08:12 +00:00
setuid.c tests: extend test coverage of setuid syscall 2016-04-20 01:08:12 +00:00
setuid.test tests: extend test coverage of setuid syscall 2016-04-20 01:08:12 +00:00
shmxt.c tests/shmxt.c: robustify against arch specific issues 2016-04-25 01:54:05 +00:00
shmxt.test tests: add shmxt.test 2016-04-20 01:08:12 +00:00
sigaction.awk Add copyright headers to some files which lack them 2015-12-17 17:56:48 +00:00
sigaction.c Add copyright headers to some files which lack them 2015-12-17 17:56:48 +00:00
sigaction.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
sigaltstack.c tests/sigaltstack.c: use libtests 2016-01-05 23:37:01 +00:00
sigaltstack.expected tests: add sigaltstack.test 2015-07-18 00:01:40 +00:00
sigaltstack.test tests: add sigaltstack.test 2015-07-18 00:01:40 +00:00
signalfd.c tests/signalfd.c: use libtests 2016-01-06 11:35:23 +00:00
signalfd.expected signalfd4: fix flags decoding 2015-08-03 09:57:14 +00:00
signalfd.test signalfd4: fix flags decoding 2015-08-03 09:57:14 +00:00
sigreturn.c sigreturn.test: use RT_5 signal number instead of RT_2 2016-01-10 22:48:51 +00:00
sigreturn.test sigreturn.test: use RT_5 signal number instead of RT_2 2016-01-10 22:48:51 +00:00
sleep.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
splice.c tests: do not include <assert.h> unnecessarily 2016-04-21 22:05:57 +00:00
splice.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
stack-fcall-0.c tests: robustify -k test 2014-06-18 15:18:47 +00:00
stack-fcall-1.c tests: robustify -k test 2014-06-18 15:18:47 +00:00
stack-fcall-2.c tests: robustify -k test 2014-06-18 15:18:47 +00:00
stack-fcall-3.c tests: robustify -k test 2014-06-18 15:18:47 +00:00
stack-fcall.c tests: robustify -k test 2014-06-18 15:18:47 +00:00
stat64.c tests: fix TEST_SYSCALL_{NR,STR} and STRUCT_STAT_STR macros for musl 2016-01-12 03:07:39 +00:00
stat64.test tests: replace old stat tests with stat.test and stat64.test 2015-12-05 00:03:49 +00:00
stat.c tests: fix TEST_SYSCALL_{NR,STR} and STRUCT_STAT_STR macros for musl 2016-01-12 03:07:39 +00:00
stat.test tests: replace old stat tests with stat.test and stat64.test 2015-12-05 00:03:49 +00:00
statfs64.c Fix decoding of statfs family syscalls 2016-04-26 01:35:31 +00:00
statfs64.test Fix decoding of statfs family syscalls 2016-04-26 01:35:31 +00:00
statfs.c Fix decoding of statfs family syscalls 2016-04-26 01:35:31 +00:00
statfs.expected statfs: print f_flags field only when ST_VALID flag is set 2016-04-25 10:30:03 +00:00
statfs.test Fix decoding of statfs family syscalls 2016-04-26 01:35:31 +00:00
statx.sh tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
strace-f.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
strace-k.test tests: enable strace-k.test only for --with-libunwind configurations 2016-01-01 23:09:02 +00:00
strace-r.expected tests: add strace-r.test 2016-03-24 01:27:03 +00:00
strace-r.test tests: add strace-r.test 2016-03-24 01:27:03 +00:00
strace-T.expected tests: add strace-T.test 2016-03-24 00:31:23 +00:00
strace-t.test tests: add strace-t.test 2016-03-24 00:59:32 +00:00
strace-T.test tests: add strace-T.test 2016-03-24 00:31:23 +00:00
strace-tt.test tests: add strace-tt.test 2016-03-24 01:03:31 +00:00
strace-ttt.test tests: add strace-ttt.test 2016-03-24 01:10:02 +00:00
struct_flock.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
sun_path.expected tests: strip executable bit from *.expected files 2015-04-07 21:11:50 +00:00
sun_path.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
swap.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
swap.test tests: add swap.test 2016-04-06 06:18:50 +00:00
symlink.c tests: add symlink.test 2016-04-25 10:24:48 +00:00
symlink.test tests: add symlink.test 2016-04-25 10:24:48 +00:00
symlinkat.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
symlinkat.test tests: add symlinkat.test 2016-04-20 01:08:13 +00:00
sync_file_range2.c tests: do not include <assert.h> unnecessarily 2016-04-21 22:05:57 +00:00
sync_file_range2.test tests: add sync_file_range.test and sync_file_range2.test 2016-04-06 00:02:08 +00:00
sync_file_range.c tests: do not include <assert.h> unnecessarily 2016-04-21 22:05:57 +00:00
sync_file_range.test tests: add sync_file_range.test and sync_file_range2.test 2016-04-06 00:02:08 +00:00
sync.c tests: add sync.test 2016-04-26 10:29:58 +00:00
sync.test tests: add sync.test 2016-04-26 10:29:58 +00:00
sysinfo.c tests: extend coverage of sysinfo syscall 2016-02-08 18:17:28 +00:00
sysinfo.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
syslog.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
syslog.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
tail_alloc.c mmsg.test: check memory access by sendmmsg and recvmmsg decoders 2016-01-11 01:05:34 +00:00
tee.c tests: do not include <assert.h> unnecessarily 2016-04-21 22:05:57 +00:00
tee.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
tests.h tests: add printflags function to libtests 2016-04-26 00:13:47 +00:00
time.c tests: extend coverage of time syscall 2016-02-08 18:27:17 +00:00
time.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
timer_create.c tests: extend coverage of struct sigevent 2016-02-08 18:26:46 +00:00
timer_create.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
timer_xettime.c tests: extend coverage of struct itimerspec 2016-02-08 18:28:36 +00:00
timer_xettime.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
timerfd_xettime.c tests/timerfd_xettime.c: use libtests 2016-01-06 09:51:37 +00:00
timerfd_xettime.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
times-fail.c tests/times-fail.c: use assert 2016-01-04 23:43:09 +00:00
times-fail.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
times.c tests/times.c: fix clang compilation warning 2016-01-12 05:06:10 +00:00
times.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
tprintf.c tests: add tprintf function to libtests 2016-01-20 15:17:28 +00:00
truncate64.c tests: do not include <assert.h> unnecessarily 2016-04-21 22:05:57 +00:00
truncate64.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
truncate.c tests: do not include <assert.h> unnecessarily 2016-04-21 22:05:57 +00:00
truncate.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
uio.c tests/uio.c: use libtests 2016-01-06 11:31:48 +00:00
uio.expected tests: fix false uio.test failures 2015-10-08 22:41:40 +00:00
uio.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
umask.c tests: add umask.test 2016-03-01 08:55:37 +00:00
umask.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
umount2.c tests/umount2.c: use libtests 2016-01-06 00:05:41 +00:00
umount2.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
umount.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
umount.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
umovestr2.c tests/umovestr2.c: use libtests 2016-01-05 23:24:50 +00:00
umovestr2.test tests: move definitions of $OUT and $ERR to init.sh 2016-03-30 00:13:37 +00:00
umovestr.c tests/umovestr.c: use libtests 2016-01-05 23:24:36 +00:00
umovestr.expected umovestr: fix short read bug 2015-03-31 20:52:41 +00:00
umovestr.test umovestr: fix short read bug 2015-03-31 20:52:41 +00:00
uname.c tests/uname.test: check abbreviated output, use print_quoted_string 2016-03-28 23:25:30 +00:00
uname.test tests: introduce $NAME 2016-03-30 00:13:56 +00:00
unix-pair-send-recv.c tests/unix-pair-send-recv.c: use libtests 2016-01-05 23:02:21 +00:00
unlink.c tests: add unlink.test 2016-04-26 10:11:41 +00:00
unlink.test tests: add unlink.test 2016-04-26 10:11:41 +00:00
unlinkat.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
unlinkat.test tests: add unlinkat.test 2016-04-06 06:18:49 +00:00
userfaultfd.c tests: do not include <assert.h> unnecessarily 2016-04-21 22:05:57 +00:00
userfaultfd.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
utime.c tests: extend coverage of utime syscall 2016-02-08 18:18:05 +00:00
utime.test tests: move definitions of $OUT and $ERR to init.sh 2016-03-30 00:13:37 +00:00
utimensat.c tests: extend coverage of utimensat syscall 2016-02-08 18:27:59 +00:00
utimensat.test tests: move definitions of $OUT and $ERR to init.sh 2016-03-30 00:13:37 +00:00
utimes.c tests: check decoding of utimes syscall 2016-04-26 16:13:17 +00:00
utimes.test tests: check decoding of utimes syscall 2016-04-26 16:13:17 +00:00
vfork-f.c tests: change text marker in fork-f and vfork-f tests 2016-01-08 02:45:05 +00:00
vfork-f.test tests: add fork-f.test and vfork-f.test 2015-12-30 23:08:32 +00:00
vmsplice.c Implement dumping of vmsplice syscall 2016-02-14 00:36:38 +00:00
vmsplice.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
wait.c tests/wait.c: use libtests 2016-01-06 11:25:00 +00:00
wait.expected tests: add wait.test 2015-08-28 08:46:23 +00:00
wait.test tests: add wait.test 2015-08-28 08:46:23 +00:00
xattr.c tests/xattr.c: use libtests 2016-01-05 23:18:25 +00:00
xattr.expected tests: add xattr.test 2015-07-15 00:09:08 +00:00
xattr.test tests: add xattr.test 2015-07-15 00:09:08 +00:00
xchownx.c tests/xchownx.c: use errno2name 2016-04-21 22:05:57 +00:00
xet_robust_list.c tests/xet_robust_list.c: use libtests 2016-01-05 23:25:00 +00:00
xet_robust_list.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
xetitimer.c tests/xetitimer.c: use libtests 2016-01-04 23:38:19 +00:00
xetitimer.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
xetpgid.c tests: do not include <assert.h> unnecessarily 2016-04-21 22:05:57 +00:00
xetpgid.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
xetpriority.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00
xetpriority.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
xettimeofday.c tests: do not use settimeofday wrapper provided by libc 2016-01-09 13:06:31 +00:00
xettimeofday.test tests: factor out a part common to many simply organized test scripts 2016-03-30 00:16:24 +00:00
xselect.c tests: fix TEST_SYSCALL_{NR,STR} and STRUCT_STAT_STR macros for musl 2016-01-12 03:07:39 +00:00
xstatfs64.c Fix decoding of statfs family syscalls 2016-04-26 01:35:31 +00:00
xstatfs.c Fix decoding of statfs family syscalls 2016-04-26 01:35:31 +00:00
xstatfsx.c Fix decoding of statfs family syscalls 2016-04-26 01:35:31 +00:00
xstatx.c tests: do not include <errno.h> unnecessarily 2016-04-21 22:05:57 +00:00