]> granicus.if.org Git - strace/history - tests
Fix decoding of device numbers in mknod and mknodat syscalls
[strace] / tests /
2016-03-25 Dmitry V. LevinFix decoding of device numbers in mknod and mknodat...
2016-03-25 Katerina Koukioutests: add openat.test
2016-03-25 Fei Jietests: add renameat.test
2016-03-25 Fei Jietests: add faccessat.test
2016-03-25 Fei Jietests: add creat.test
2016-03-25 Fei Jietests: add mknod.test
2016-03-25 Fei Jietests: add syslog.test
2016-03-23 JayRJoshitests/scm_rights-fd.test: fix pathname regex
2016-03-24 Dmitry V. Levintests: add strace-r.test
2016-03-24 Dmitry V. Levintests: add strace-ttt.test
2016-03-24 Dmitry V. Levintests: add strace-tt.test
2016-03-24 Dmitry V. Levintests: add strace-t.test
2016-03-24 Dmitry V. Levintests: add strace-T.test
2016-03-23 Dmitry V. Levintests: split out tests of specific decoders
2016-03-23 JayRJoshitests: add getcwd.test
2016-03-23 JayRJoshitests: add print_quoted_string function to libtests
2016-03-17 Fei Jietests: add xetpriority.test
2016-03-15 Fei Jietests: add flock.test
2016-03-15 Fei Jietests: add sched_xetscheduler.test
2016-03-15 Dmitry V. Levinalpha: fix SOCK_DIAG_BY_FAMILY tests
2016-03-12 Dmitry V. Levintests: add count-f.test
2016-03-11 Fei Jietests: filter strace output in uname test
2016-03-10 Fei Jietests: add sched_xetparam.test
2016-03-10 Fei Jietests: add sched_get_priority_mxx.test
2016-03-10 Fei Jietests: add dup.test, dup2.test, and dup3.test
2016-03-10 Fabien Sirontests: add fchmod.test
2016-03-09 Fei Jietests: add acct.test
2016-03-07 Anchit Jaintests: add chmod.test
2016-03-01 Fei Jietests: add umask.test
2016-03-01 Fei Jietests: add rename.test
2016-03-01 Fei Jietests: add uname.test
2016-02-19 Dmitry V. Levintests: add rt_sigsuspend.test
2016-02-19 Dmitry V. LevinPrint pid_t arguments of rt_sigqueueinfo and rt_tgsigqu...
2016-02-19 Dmitry V. Levingetrusage.test: fix build on x32
2016-02-19 Dmitry V. Levingetrusage.test: check that getrusage parser does not...
2016-02-19 Fei Jietests: add getrusage.test
2016-02-19 Dmitry V. LevinPrint rt_sigtimedwait return value as a signal name
2016-02-19 Dmitry V. Levintests: add rt_sigprocmask.test
2016-02-19 Dmitry V. LevinFix corner cases of rt_sigpending syscall decoder
2016-02-19 Dmitry V. LevinChange unix_diag requests back to use full dump instead...
2016-02-19 Michael Shigorintests: avoid using cpp -dD
2016-02-16 Dmitry V. Levintests: add poll.test
2016-02-16 Dmitry V. LevinFix abbreviated output of poll and ppoll decoders
2016-02-16 Dmitry V. LevinPrint offsets in lseek and _llseek syscalls as signed...
2016-02-14 Dmitry V. Levintests: add xetpgid.test
2016-02-14 Dmitry V. Levintests: add alarm.test
2016-02-14 Dmitry V. Levinredirect.test: fix the way how strace output is discarded
2016-02-14 Dmitry V. Levintests: extend coverage of struct iovec arrays
2016-02-14 Dmitry V. LevinImplement dumping of vmsplice syscall
2016-02-14 Dmitry V. Levintests: add tee.test
2016-02-14 Dmitry V. LevinFix printing of negative offsets in splice syscall
2016-02-14 Dmitry V. LevinImplement copy_file_range syscall decoding
2016-02-13 Dmitry V. Levintests: robustify execve and execveat tests
2016-02-13 Dmitry V. Levintests: simplify execve test
2016-02-12 Dmitry V. Levintests: check decoding of madvise, mlockall, mremap...
2016-02-09 Dmitry V. Levintests: check that -f -p attaches to threads properly
2016-02-08 Dmitry V. Levintests: extend coverage of struct itimerspec
2016-02-08 Dmitry V. Levintests: extend coverage of utimensat syscall
2016-02-08 Dmitry V. Levintests: extend coverage of time syscall
2016-02-08 Dmitry V. Levintests: extend coverage of struct sigevent
2016-02-08 Dmitry V. Levintests: extend coverage of execve and execveat syscalls
2016-02-08 Dmitry V. Levintests: extend coverage of capget syscall
2016-02-08 Dmitry V. Levintests: extend coverage of sched_getaffinity syscall
2016-02-08 Dmitry V. Levintests: extend coverage of utime syscall
2016-02-08 Dmitry V. Levintests: extend coverage of sysinfo syscall
2016-02-08 Dmitry V. Levintests: extend coverage of adjtimex syscall
2016-02-08 Dmitry V. Levintests: check that strace does not retain stdin and...
2016-02-05 Dmitry V. Levintests: add opipe.test
2016-02-04 Dmitry V. Levintests: extend readlink and readlinkat coverage
2016-02-04 Dmitry V. Levintests: add hexquote_strndup function to libtests
2016-02-04 Dmitry V. Levinreadlinkat.test: use readlink.test
2016-02-03 Dmitry V. Levintests: replace net-fd.test with net-y-unix.test
2016-02-03 Dmitry V. LevinImplement caching of print_sockaddr_by_inode
2016-02-03 Dmitry V. LevinChange unix_diag requests to use exact match instead...
2016-02-03 Dmitry V. LevinRobustify netlink response parsers
2016-02-03 Dmitry V. Levintests: replace net-yy.test with net-yy-inet.test
2016-02-03 Dmitry V. Levintests: replace unix-yy.test with net-yy-unix.test
2016-02-02 Dmitry V. Levintests: add inode_of_sockfd function to libtests
2016-01-29 Dmitry V. LevinFixed decoding of mincore syscall's last argument
2016-01-22 Dmitry V. LevinImplement simultaneous use of -p option and tracing...
2016-01-21 Dmitry V. Levintests: use local nanosleep based sleep utility replacement
2016-01-21 Dmitry V. Levintests: add error_msg_and_fail function to libtests
2016-01-20 Dmitry V. LevinFix dumping of recvmmsg syscall in case of short read
2016-01-20 Dmitry V. LevinFix dumping of recvmsg syscall in case of short read
2016-01-20 Dmitry V. LevinFix decoding and dumping of readv syscall in case of...
2016-01-20 Dmitry V. Levintests/tests.h: add ARRAY_SIZE and LENGTH_OF macros
2016-01-20 Dmitry V. Levintests: add hexdump_strdup function to libtests
2016-01-20 Dmitry V. Levintests: add tprintf function to libtests
2016-01-15 Dmitry V. Levinllseek.test: robustify against libcs invoking _llseek...
2016-01-15 Dmitry V. Levinlseek.test: robustify against libcs invoking lseek...
2016-01-14 Dmitry V. Levinmmsg.test: fix regression introduced by commit v4.11...
2016-01-13 Dmitry V. Levinaio.test: check memory access by aio decoders
2016-01-12 Dmitry V. Levinscm_rights-fd.test: rewrite without fork
2016-01-12 Dmitry V. Levintests: fix clang "duplicate 'const' declaration specifi...
2016-01-12 Dmitry V. Levintests/times.c: fix clang compilation warning
2016-01-12 Dmitry V. Levintests/mmsg.c: fix build on rhel6/ppc
2016-01-12 Dmitry V. LevinFix struct sigevent decoding for musl
2016-01-12 Dmitry V. Levintests: fix TEST_SYSCALL_{NR,STR} and STRUCT_STAT_STR...
2016-01-12 Dmitry V. Levintests/struct_flock.c: fix musl libc compilation warnings
2016-01-12 Dmitry V. Levintests/inet-cmsg.c: fix musl libc compilation warnings
next