strace/tests
Dmitry V. Levin 6add1b09d6 tests: skip netlink based tests when resources are not available
* tests/netlink_inet_diag.c (main): Return 77 if socket, bind,
or listen syscall fail.
* tests/netlink_unix_diag.c (main): Likewise.
2015-03-18 22:39:20 +00:00
..
.gitignore tests: add a test for sigreturn/rt_sigreturn decoding 2015-03-05 00:05:27 +00:00
bexecve.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
caps.awk tests: handle the case when all 64 process capability bits are set 2015-01-14 10:38:42 +00:00
caps.c Implement full decoding of 64-bit capabilities 2014-12-06 03:53:12 +00:00
caps.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
count.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
detach-running.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
detach-sleeping.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
detach-stopped.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +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
fanotify_mark.c Fix fanotify_mark decoding on 32-bit architectures 2015-01-10 00:40:10 +00:00
fanotify_mark.expected tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
fanotify_mark.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
getdents.awk tests/getdents: handle older getdents calls 2015-03-01 21:42:08 +00:00
getdents.out tests: workaround broken awk 2015-02-23 22:26:06 +00:00
getdents.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
getrandom.awk Implement getrandom syscall decoding 2015-02-05 01:10:47 +00:00
getrandom.c Implement getrandom syscall decoding 2015-02-05 01:10:47 +00:00
getrandom.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
inet-accept-connect-send-recv.c tests: skip ip network tests when the network is not functional 2015-01-14 11:37:40 +00:00
init.sh tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
ioctl.c ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
ioctl.expected tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
ioctl.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
ipc_msg.c tests/ipc_*: match IPC_64 flag 2015-03-16 14:26:58 +01:00
ipc_msg.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
ipc_sem.c semctl: fix indirect syscall decoding 2015-03-16 14:23:09 +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_*: match IPC_64 flag 2015-03-16 14:26:58 +01:00
ipc_shm.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
ipc.sh tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
Makefile.am tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
mmsg.c tests: skip sendmmsg/recvmmsg test if these syscalls are not implemented in kernel 2015-01-14 13:18:05 +00:00
mmsg.expected tests: add a test for decoding and dumping of recvmmsg/sendmmsg 2014-11-11 15:45:26 +00:00
mmsg.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
net-accept-connect.c tests: robustify unix-yy.test 2015-03-05 17:44:32 +00:00
net-fd.expected tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
net-fd.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
net-yy-accept.awk tests: portability fixes 2015-01-13 00:33:56 +00:00
net-yy-connect.awk tests: portability fixes 2015-01-13 00:33:56 +00:00
net-yy.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
net.expected tests: factor out common shell code to functions 2015-03-18 02:29:36 +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: skip netlink based tests when resources are not available 2015-03-18 22:39:20 +00:00
netlink_unix_diag.c tests: skip netlink based tests when resources are not available 2015-03-18 22:39:20 +00:00
pc.c tests: skip pc.test on s390 2015-03-03 01:13:10 +00:00
pc.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
qual_syscall.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
run.sh tests: enhance timeout checks 2013-06-18 17:07:37 +00:00
scm_rights-fd.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
scm_rights.c printfd: quote pathnames 2015-01-26 19:05:40 +00:00
select.awk tests/select.test: handle architectures using pselect6 syscall 2015-03-12 17:22:07 +01:00
select.c tests: add a test for select syscall decoding 2015-02-04 02:21:13 +00:00
select.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
set_ptracer_any.c set_ptracer_any: add a little documentation 2014-08-11 17:19:17 +00:00
sigaction.awk tests: portability fixes 2015-01-13 00:33:56 +00:00
sigaction.c Rewrite signal mask decoding without sigset_t 2014-02-27 00:28:39 +00:00
sigaction.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
sigreturn.c Use SIGRTMIN from kernel headers 2015-03-05 05:42:30 +00:00
sigreturn.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +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
stat32-v.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
stat32.c tests: check verbose decoding of 32-bit and 64-bit struct stat 2015-01-08 00:59:42 +00:00
stat64-v.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
stat.c stat64-v.test: add newfstatat syscall support 2015-03-16 17:39:19 +00:00
stat.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
statfs.c fsmagic: sort array by value and use bsearch for faster lookup 2014-09-22 00:31:06 +00:00
statfs.expected tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
statfs.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +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: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
sun_path.expected tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
sun_path.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
uid16.c tests/uid*: use fchown* instead of chown* 2015-03-16 18:20:57 +00:00
uid16.test Fix decoding of 16-bit *chown and [gs]et*[gu]id syscalls 2014-12-16 01:07:12 +00:00
uid32.c tests/uid*: use fchown* instead of chown* 2015-03-16 18:20:57 +00:00
uid32.test printuid: fix uid_t decoding on 64-bit architectures 2014-12-14 03:54:04 +00:00
uid.awk tests/uid*: use fchown* instead of chown* 2015-03-16 18:20:57 +00:00
uid.c tests/uid*: use fchown* instead of chown* 2015-03-16 18:20:57 +00:00
uid.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
uio.c tests: fix uio building w/out preadv/pwritev 2014-08-11 17:30:01 +00:00
uio.expected tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
uio.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00
unix-pair-send-recv.c tests: add a test for the latest dumpio fix 2015-02-01 01:33:20 +00:00
unix-yy-accept.awk tests: portability fixes 2015-01-13 00:33:56 +00:00
unix-yy-connect.awk tests: robustify unix-yy.test 2015-03-05 17:44:32 +00:00
unix-yy.test tests: factor out common shell code to functions 2015-03-18 02:29:36 +00:00