]> granicus.if.org Git - strace/history - tests/Makefile.am
tests: enhance test coverage of printpath and umovestr
[strace] / tests / Makefile.am
2017-08-01 Dmitry V. Levintests: enhance test coverage of printpath and umovestr
2017-08-01 Dmitry V. Levintests: add test_printpath function to libtests
2017-08-01 Dmitry V. Levintests: add test_process_vm_readv and test_ptrace_peekda...
2017-07-20 Dmitry V. Levintests: add check-valgrind-local make rule
2017-07-20 Dmitry V. LevinAdd ksysent.h and scno.h to BUILT_SOURCES
2017-07-20 Dmitry V. Levintests: fix valgrind suppression file path
2017-07-12 JingPiao Chentests: introduce TEST_NETLINK and TEST_NETLINK_ macros
2017-07-09 JingPiao Chentests: check decoding of packet_diag_msg attributes
2017-07-02 Dmitry V. LevinFix error diagnostics in case of zero argc
2017-06-30 Dmitry V. Levintests: enhance nlattr_inet_diag_msg test
2017-06-05 JingPiao Chentests: check decoding of NETLINK_SOCK_DIAG message...
2017-06-05 JingPiao Chentests: add create_nl_socket function to libtests
2017-05-28 Dmitry V. Levintests: rename sigaction.test to rt_sigaction.test
2017-05-27 Dmitry V. Levintests: check termination signal forwarding
2017-05-27 Dmitry V. Levintests: check how signals are unblocked in interactive...
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2017-04-25 Eugene Syromyatnikovtests: add -etrace=?... test
2017-04-21 Dmitry V. Levintests: tabulate fstat.test
2017-04-21 Eugene SyromyatnikovImplement -e trace=%stat option
2017-04-21 Eugene SyromyatnikovImplement -e trace=%lstat option
2017-04-21 Eugene SyromyatnikovImplement -e trace=%fstat option
2017-04-21 Eugene SyromyatnikovImplement -e trace=%%stat option
2017-04-21 Eugene SyromyatnikovImplement -e trace=%%statfs option
2017-04-21 Eugene SyromyatnikovImplement -e trace=%fstatfs option
2017-04-21 Dmitry V. Levintests: tabulate sched.test
2017-04-21 Dmitry V. Levintests: tabulate regex.test
2017-04-21 Dmitry V. Levintests: tabulate clock.test
2017-04-21 Eugene Syromyatnikovtests: tabulate trace_statfs.test
2017-04-19 Dmitry V. Levintests: tabulate pread64-pwrite64.test
2017-04-19 Dmitry V. Levintests: tabulate read-write.test
2017-04-19 Dmitry V. Levintests: add skip_if_unavailable function to libtests
2017-04-19 Dmitry V. Levintests: tabulate netlink_protocol.test
2017-04-19 Dmitry V. Levintests: tabulate statfs.test
2017-04-17 Dmitry V. Levintests: generate pure_executables part of check_PROGRAMS...
2017-04-17 Dmitry V. Levintests: make EXTRA_DIST sorted
2017-04-17 Dmitry V. Levintests: check decoding of alpha specific osf_utimes...
2017-04-17 Dmitry V. Levintests: parametrize utimes.c
2017-04-16 Dmitry V. Levintests: rewrite utimensat.test without relying on libc...
2017-04-14 Dmitry V. Levintests: tabulate shmxt.test
2017-04-14 JingPiao ChenImplement -e trace=/regex option
2017-04-13 Nikolay MarchukImplement decoding of NS_* ioctl commands
2017-04-11 Dmitry V. Levintrace_syscall_exiting: do not call get_regs for filtere...
2017-04-11 Dmitry V. Levintests: check decoding of gettid syscall
2017-04-07 Dmitry V. Levintests: remove statfs.expected
2017-04-07 Sandhya Bankartests: add tests for getpid and getppid syscalls
2017-04-07 Abhishek TiwariImplement -e trace=%statfs option
2017-04-06 Rishi BhattImplement -e trace=%clock option
2017-04-06 Dmitry V. Levintests: tabulate xattr.test
2017-04-05 Dmitry V. Levintests: generalize scripts that check non-abbreviated...
2017-04-05 Dmitry V. Levintests: tabulate stereotypical test scripts
2017-04-03 Dmitry V. Levintests: add a list of executables without side effects
2017-04-03 Dmitry V. Levintests: run every test except ksysent.test in its own...
2017-03-18 Victor KrapivenskyImplement decoding of statx syscall
2017-03-16 Dmitry V. Levintests: check decoding of int 0x80 on x86_64, x32, and x86
2017-03-13 Dmitry V. Levintests: check decoding of rt_sigreturn syscall
2017-03-05 Eugene SyromyatnikovImplement -e trace=%sched option for tracing sched_...
2017-02-26 Dmitry V. Levintests: move print_time function to libtests
2017-02-21 Dmitry V. Levintests: rewrite ppoll syscall decoding check from match_...
2017-02-20 Dmitry V. Levintests: move get_sigset_size function to libtests
2017-02-11 Dmitry V. Levintests: rewrite pipe2 syscall decoding check from match_...
2017-02-10 Dmitry V. Levintests: rewrite mq.test from match_grep to match_diff
2017-02-09 Dmitry V. Levintests: check signal injection along with fault injection
2017-02-08 Dmitry V. Levintests: check signal injection
2017-02-08 Dmitry V. LevinImplement -e inject= option
2017-02-08 Dmitry V. Levintests: prepare for introduction of -e inject= option
2017-02-07 Dmitry V. Levintests: make Makefile.am lists sorted in C locale
2017-01-28 Elvira Khabirovatests: check success injection
2017-01-20 JingPiao ChenImplement decoding of ustat syscall
2017-01-10 Dmitry V. Levintests: check decoding of scsi ioctl commands
2017-01-10 Dmitry V. Levintests: check decoding of ioctl SG_IO v3 commands
2017-01-10 Dmitry V. Levintests: check decoding of ioctl SG_IO v4 commands
2017-01-04 Eugene Syromyatnikovtests: check non-verbose decoding of LOOP_* ioctls
2017-01-04 JingPiao Chentests: check decoding of LOOP_* ioctls
2017-01-04 Eugene Syromyatnikovtests: check ioctl(SIOCGIFCONF) decoding
2017-01-01 Dmitry V. LevinGenerate scno.h without invoking a generated executable...
2016-12-30 Dmitry V. Levintests: do not use BUILT_SOURCES
2016-12-30 Dmitry V. LevinFix cross build
2016-12-28 Eugene Syromyatnikovtests: check decoding of prctl PR_GET_TID_ADDRESS operation
2016-12-26 Dmitry V. Levinumoven: detect invalid addresses
2016-12-26 Dmitry V. Levinumovestr: detect invalid addresses
2016-12-26 Eugene Syromyatnikovtests: check decoding of a subset of prctl operations
2016-12-25 Dmitry V. Levinprintstr_ex: fix decoding of non-NUL-terminated strings...
2016-12-22 Gabriel Laskartests: test for correct ellipsis with -s in xattr
2016-12-20 Dmitry V. Levintests: generate scno.h from syscallent.h for use by...
2016-12-17 Eugene Syromyatnikovtests: check decoding of prctl operations without arguments
2016-12-17 Eugene Syromyatnikovtests: check decoding of prctl PR_[GS]ET_SECUREBITS...
2016-12-17 Eugene Syromyatnikovtests: check decoding of prctl PR_[GS]ET_DUMPABLE opera...
2016-12-07 Dmitry V. Levintests: skip fault injection tests on unsupported platforms
2016-12-06 Dmitry V. Levintests: add valgrind support to "make check"
2016-12-06 Dmitry V. Levintests: robustify attach-f-p.test against race conditions
2016-11-30 JingPiao Chentests: add prctl-pdeathsig.test and prctl-tsc.test
2016-11-30 Dmitry V. LevinCheck dumping of io syscalls when descriptor arguments...
2016-11-28 Dmitry V. Levintests: check -C option
2016-11-28 Dmitry V. Levintests: check basic options syntax
2016-11-28 Dmitry V. Levintests: check decoding of threads when a non-leader...
2016-11-27 Dmitry V. Levintests: check decoding of fault injected exit_group...
2016-11-20 Dmitry V. Levintests: check decoding of prctl PR_GET_NAME/PR_SET_NAME...
2016-11-18 Dmitry V. Levintests: check decoding of ERESTARTSYS error code
2016-11-18 Dmitry V. Levintests: check -e signal=set syntax
2016-11-16 Dmitry V. Levintests: check syscall fault injection
next