]> granicus.if.org Git - strace/history - tests
process.c: move sched_* parsers to a separate file
[strace] / tests /
2014-12-06 Dmitry V. LevinImplement full decoding of 64-bit capabilities
2014-11-27 Masatake YAMATOPrint protocol name of socket descriptors with -yy...
2014-11-21 Dmitry V. LevinConsistently use C99 designated initializers in the...
2014-11-11 Masatake YAMATOtests: add a test for decoding and dumping of recvmmsg...
2014-09-23 Dmitry V. Levintests: cleanup checks for basic programs
2014-09-23 Dmitry V. Levintests: add a test for -yy option
2014-09-22 Dmitry V. Levinfsmagic: sort array by value and use bsearch for faster...
2014-09-11 Dmitry V. Levingetdents, getdents64: fix potential out-of-bounds read...
2014-08-12 Dmitry V. Levintests: skip detach-stopped.test when PTRACE_SEIZE doesn...
2014-08-11 Mike Frysingertests: fix uio building w/out preadv/pwritev
2014-08-11 Mike Frysingertests: ignore *.tmp files
2014-08-11 Mike Frysingertests: fix shell errors in detach tests
2014-08-11 Mike Frysingerset_ptracer_any: add a little documentation
2014-08-09 Mike Frysingersigaction test: support arches w/out SA_RESTORER and...
2014-08-06 Dmitry V. LevinDecode file descriptors returned by accept and accept4...
2014-06-18 Dmitry V. Levintests: robustify -k test
2014-06-13 Dmitry V. Levintests: enhance -k test
2014-06-05 Dmitry V. Levinunwind: fix build on 32-bit architectures
2014-06-05 Dmitry V. Levintests: robustify -w option test
2014-05-30 Masatake YAMATOunwind: tests: add a test for -k option
2014-05-30 Dmitry V. Levintests: fix SCM_RIGHTS test for big-endian systems
2014-05-30 Dmitry V. LevinDecode file descriptors passed via SCM_RIGHTS control...
2014-05-30 Dmitry V. Levintests: add a test for -c and -w options
2014-04-16 Dmitry V. Levintests: add a test for pread/pwrite and preadv/pwritev...
2014-02-27 Dmitry V. LevinRewrite signal mask decoding without sigset_t
2014-02-08 Dmitry V. Levintests: tighten sigaction check
2014-02-02 Philippe OmbredanneAdd decoding of sockets descriptor 'paths' for network...
2014-02-02 Dmitry V. Levintests: rename all tests so that their names end in...
2014-01-08 Dmitry V. Levintests: add a test for rt_sigaction output
2013-06-19 Dmitry V. Levintests: disable /proc based checks when /proc is not...
2013-06-19 Denys Vlasenkotests/detach-{running,sleeping,stopped}: check post...
2013-06-19 Dmitry V. Levintests: ensure that strace can detach from running processes
2013-06-19 Dmitry V. Levintests: ensure that strace does not leave sleeping proce...
2013-06-18 Dmitry V. Levintests: fix parallel-tests support in detach-* tests
2013-06-18 Dmitry V. Levintests: parametrize "sleep 1"
2013-06-18 Dmitry V. Levintests: ensure that strace can detach from sleeping...
2013-06-18 Dmitry V. Levintests: enhance timeout checks
2013-06-18 Dmitry V. Levintests: prepare for parallel-tests support
2013-05-08 Dmitry V. Levintests/net: fix portability issues
2013-05-08 Dmitry V. Levintests: add a test for basic network syscalls
2013-05-08 Dmitry V. Levintests: do not skip tests when timeout utility is not...
2013-05-06 Dmitry V. Levintests/stat: enhance regexps
2013-05-06 Chris Metcalftests/stat: support fstatat syscall for stat()
2013-05-02 Mike Frysingertests: stat: fix clean up of sample file
2013-05-02 Mike FrysingerIgnore more files
2013-05-02 Dmitry V. Levintests: add basic test for ftruncate, lseek and stat...
2013-03-18 Maxin B. Johntests: relax check_prog to allow timeout command provid...
2013-03-01 Dmitry V. LevinFix trace=set regression introduced by commit v4.7...
2012-05-01 Dmitry V. Levintests: raise strace check timeout to 60 seconds
2012-03-15 Dmitry V. Levintests: robustify again buggy shells
2011-06-21 Dmitry V. Levintests: finish ptrace_setoptions_* merge
2011-06-21 Denys VlasenkoFix tests/ptrace_setoptions_* to match last fix in...
2011-06-09 Dmitry V. LevinAdd test for PTRACE_O_TRACESYSGOOD
2011-06-09 Dmitry V. Levintests: update test for linux kernel version
2011-06-09 Dmitry V. LevinUpdate ptrace_setoptions test
2011-03-03 Dmitry V. Levintests: avoid SIGPIPE
2011-03-01 Mike Frysingertests: do not make missing /usr/bin/time a failure
2011-02-27 Dmitry V. LevinImplement two basic "strace -f" tests