]> granicus.if.org Git - strace/history - tests/Makefile.am
tests: check non-verbose capget/capset output
[strace] / tests / Makefile.am
2016-10-28 Eugene Syromyatnikovtests: check non-verbose capget/capset output
2016-10-28 Eugene Syromyatnikovtests: check decoding of fanotify_init syscall
2016-10-28 Eugene Syromyatnikovtests: check decoding of {init,finit,delete}_module...
2016-10-28 Eugene Syromyatnikovtests: check decoding of process_vm_readv and process_v...
2016-10-28 Eugene Syromyatnikovtests: check decoding of kcmp syscall
2016-10-27 Eugene Syromyatnikovtests: check decoding of inotify family syscalls
2016-10-27 Eugene Syromyatnikovtests: check decoding of lookup_dcookie syscall
2016-10-26 Eugene Syromyatnikovtests: check decoding of ioprio_get and ioprio_set...
2016-10-26 Eugene Syromyatnikovtests: move fill_memory and fill_memory_ex into a separ...
2016-10-03 Eugene Syromyatnikovtests: check decoding of add_key, keyctl, and request_k...
2016-09-28 Eugene Syromyatnikovtests: check decoding of fadvise64 and fadvise64_64...
2016-09-28 Eugene Syromyatnikovtests: check decoding of fallocate syscall
2016-09-27 Eugene Syromyatnikovtests: check decoding of getcpu syscall
2016-09-27 Eugene Syromyatnikovtests: check decoding of quotactl syscall
2016-09-05 Eugene Syromyatnikovtests: check decoding of perf_event_open syscall
2016-09-05 Eugene Syromyatnikovtests: check decoding of readahead syscall
2016-09-02 Eugene Syromyatnikovtests: move sprintrc function to libtests
2016-08-30 Eugene Syromiatnikovtests: check decoding of futex syscall
2016-08-13 Dmitry V. Levintests: check for leaks of placeholder descriptors
2016-08-11 James Cowgilltests/nsyscalls.test: only trace the "syscall" syscall...
2016-08-03 Dmitry V. LevinFix printing of mode_t, umode_t, and umask types
2016-08-02 Dmitry V. Levinip_mreq.test: rewrite from match_grep to match_diff
2016-08-02 Dmitry V. Levinfanotify_mark.test: rewrite from match_grep to match_diff
2016-08-02 Dmitry V. Levinsignalfd4.test: rewrite from match_grep to match_diff
2016-07-31 Dmitry V. Levintests: rename signalfd.test to signalfd4.test
2016-07-30 Dmitry V. Levinmemfd_create.test: rewrite from match_grep to match_diff
2016-07-28 Dmitry V. LevinConsistently use extended regular expressions where...
2016-07-22 Dmitry V. Levintests: check decoding of ipc syscall
2016-07-20 Dmitry V. Levintests: check decoding of socketcall syscall
2016-07-19 Dmitry V. Levintests: check decoding and dumping of send and recv...
2016-07-19 Dmitry V. Levintests: rename unix-pair-send-recv to unix-pair-sendto...
2016-07-19 Dmitry V. Levintests: check decoding of shutdown syscall
2016-07-19 Dmitry V. Levintests: check silent decoding of sendmmsg and recvmmsg...
2016-07-19 Dmitry V. Levintests: check verbose decoding of msg_name* fields of...
2016-07-19 Dmitry V. Levintests: check decoding of msg_name* fields of struct...
2016-07-19 Dmitry V. Levintests: check decoding of timeout argument of recvmmsg...
2016-07-19 Dmitry V. Levintests: add recv_mmsg and send_mmsg functions to libtests
2016-07-19 Dmitry V. Levintests: add socketcall function to libtests
2016-07-13 Dmitry V. Levintests: check decoding of msghdr.msg_name* arguments...
2016-07-12 Dmitry V. Levintests: check decoding of sockaddr related arguments...
2016-07-12 Dmitry V. Levintests: check decoding of accept4 syscall
2016-07-12 Dmitry V. Levintests: check decoding of accept syscall
2016-07-12 Dmitry V. Levintests: check decoding of getpeername syscall
2016-07-12 Dmitry V. Levintests: check decoding of getsockname syscall
2016-07-07 Fabien Sirontests: check decoding of netlink protocol
2016-07-02 Dmitry V. Levinmsghdr.c: limit SCM_RIGHTS output in abbrev mode
2016-07-01 Dmitry V. Levintests: check decoding of struct msghdr ancillary data
2016-06-25 Dmitry V. Levintests: check decoding of sockaddr structures
2016-06-16 Fei Jietests: add signal_receive.test
2016-06-16 Fei Jietests: add signal2name function to libtests
2016-06-10 Dmitry V. Levintests: enhance test coverage of SIGCHLD siginfo_t
2016-06-10 Dmitry V. Levintests: extend test coverage of waitid syscall
2016-06-10 Dmitry V. Levintests: extend test coverage of wait4 syscall
2016-06-09 Dmitry V. Levintests: check decoding of waitpid syscall
2016-06-09 Fei Jietests: add strace-E.test
2016-06-07 Dmitry V. Levintests: remove obsolete strace-f.test
2016-06-07 Dmitry V. Levintests: always distribute strace-k.test
2016-06-06 Dmitry V. Levintests: check decoding of setrlimit, getrlimit, and...
2016-06-06 Dmitry V. Levintests: check decoding of prlimit64 syscall
2016-05-28 Dmitry V. Levintests: check decoding of 'M' type ioctls
2016-05-28 Dmitry V. Levintests: check decoding of EVIOC* ioctls
2016-05-27 Jeff Mahoneytests: check decoding of btrfs RDWR ioctls returned...
2016-05-26 Dmitry V. Levintests: check decoding of BLK* ioctls
2016-05-25 Dmitry V. Levintests: check decoding of RTC_* ioctls
2016-05-25 Dmitry V. Levintests: check decoding of mount syscall
2016-05-24 Fei Jietests: add vhangup.test
2016-05-24 Jeff Mahoneytests: add testing for btrfs ioctls
2016-05-24 Jeff Mahoneytests: add testing for FS_IOC_FIEMAP
2016-05-21 Fabien Sirontests: add check for netlink protocol decoding with...
2016-05-17 Fei Jietests: add brk.test
2016-05-13 Dmitry V. Levintests: check decoding of ptrace syscall
2016-05-11 Fei Jietests: add munlockall.test
2016-05-11 Fei Jietests: add link.test
2016-05-11 Dmitry V. Levintests: check decoding and dumping of preadv2 and pwrite...
2016-05-10 Dmitry V. Levintests: extend test coverage of xattr family syscalls
2016-05-10 Dr. David Alan Gilbertuserfaultfd: Add ioctl tests
2016-05-09 Fei Jietests: add strace-S.test
2016-05-09 Dmitry V. Levinstrace-ff.test: check that -ff does not create unexpect...
2016-05-09 Fei Jietests: add strace-ff.test
2016-05-09 Fei Jietests: add strace-V.test
2016-05-09 Dmitry V. Levintests: check decoding of epoll_pwait syscall
2016-05-06 Dmitry V. LevinFix corner cases of ICMP_FILTER decoding
2016-05-05 Dmitry V. LevinMpersify VIDIOC_* ioctl parser
2016-04-29 Dmitry V. LevinFix decoding of move_pages syscall
2016-04-29 Dmitry V. Levintests: check decoding of mbind syscall
2016-04-28 Dmitry V. Levintests: check decoding of migrate_pages syscall
2016-04-28 Dmitry V. Levintests: check decoding of set_mempolicy syscall
2016-04-28 Dmitry V. Levintests: check decoding of get_mempolicy syscall
2016-04-27 Dmitry V. Levintests: add printxval function to libtests
2016-04-27 Dmitry V. Levintests: check decoding of remap_file_pages syscall
2016-04-27 Fei Jietests: add pause.test
2016-04-27 Fei Jietests: add kill.test
2016-04-27 Fei Jietests: add mlock.test
2016-04-27 Dmitry V. Levintests: extend test coverage of umovestr short read...
2016-04-27 Dmitry V. Levintests: check decoding of out-of-range syscalls
2016-04-26 Dmitry V. Levintests: check decoding of renameat2 syscall
2016-04-26 Dmitry V. Levintests: check decoding of utimes syscall
2016-04-26 Dmitry V. Levintests: check decoding of futimesat syscall
2016-04-26 Fei Jietests: add sched_yield.test
2016-04-26 Fei Jietests: add sync.test
next