]> granicus.if.org Git - strace/history - tests/Makefile.am
Handle xlat verbosity in evdev bitset printing
[strace] / tests / Makefile.am
2019-09-24 Eugene SyromyatnikovHandle xlat verbosity in evdev bitset printing
2019-09-24 Eugene Syromyatnikovtests: add xlat verbosity support to printxval
2019-09-24 Eugene Syromyatnikovtests: move ioctl_evdev-v binary to pure_executables...
2019-09-24 Eugene Syromyatnikovtests: implement ioctl_evdev-success-v.test via ioctl_e...
2019-09-23 Eugene Syromyatnikovclone: implement clone3 syscall decoding
2019-09-15 Dmitry V. LevinImplement memory caching for umove* functions
2019-08-31 Dmitry V. Levintests: convert ksysent.test into a generated test
2019-08-05 Eugene Syromyatnikovtests: add syslog-success test
2019-07-15 Dmitry V. Levintests: serialize bpf-obj_get_info_by_fd based executables
2019-07-10 Paul Chaignontests: check status qualifier
2019-07-10 Dmitry V. LevinFix misleading stray PTRACE_EVENT_EXEC diagnostics
2019-07-09 Eugene Syromyatnikovinotify: decode file descriptor returned by inotify_init
2019-06-20 Dmitry V. Levintests: check decoding of clone flags
2019-03-18 Dmitry V. Levinstrace-log-merge: enhance pid formatting
2019-03-18 Dmitry V. Levinstrace-log-merge: fix error diagnostics
2019-03-18 Dmitry V. LevinUpdate copyright headers
2019-03-06 Eugene SyromyatnikovImplement queueing of threads before dispatching them
2019-03-06 Dmitry V. Levintests: check tracing of looping threads
2019-03-06 Dmitry V. Levintests: check tracing of orphaned process group
2019-03-06 Dmitry V. Levintests: move PTRACE_SEIZE check to a separate file
2019-02-11 Eugene Syromyatnikovtests: add kill_child test
2019-01-08 Shankara PailoorHonor xlat styles when decoding sockaddr_in, sockaddr_i...
2019-01-02 Dmitry V. LevinBring lists back to the sorted order
2018-12-17 Shankara Pailoortests: check that printsignal handles xlat styles properly
2018-12-13 Dmitry V. LevinIntroduce PTRACE_GET_SYSCALL_INFO support
2018-12-10 Dmitry V. Levintests: change the license to GPL-2.0-or-later
2018-11-24 Dmitry V. LevinEnhance error diagnostics when the first exec fails
2018-08-19 Zhibin Litests: check decoding of successful evdev ioctl
2018-08-01 Zhibin Litests: check decoding of getsockopt(PACKET_STATISTICS)
2018-07-20 Dmitry V. Levintests: bring lists back to the sorted order
2018-07-20 Zhibin Litests: check decoding of successful quotactl
2018-07-07 Masatake YAMATOtests: check decoding of vcpu auxstr
2018-06-13 Eugene Syromyatnikovtests: add basic checks for personality designation...
2018-06-13 Eugene Syromyatnikovtests: add basic checks for inject=SET:syscall= express...
2018-06-06 Eugene Syromyatnikovtests: move common ifinfomsg boilerplate into a separat...
2018-06-04 Eugene Syromyatnikovtests: check BPF_OBJ_GET_INFO_BY_FD decoding
2018-06-01 Dmitry V. Levintests: rename struct_flock.c to fcntl-common.c
2018-05-28 Eugene Syromyatnikovtests: add union bpf_attr.query.prog_ids field decoding...
2018-05-28 Eugene Syromyatnikovtests: check decoding of successful PERF_EVENT_IOC_...
2018-05-25 Eugene Syromyatnikovprctl: add PR_GET_SPECULATION_CTRL/PR_SET_SPECULATION_C...
2018-05-07 Eugene Syromyatnikovtests: print expected output by ipc_msgbuf test itself
2018-04-28 Eugene Syromyatnikovtests: add mmap/mmap64 variants different xlat verbosit...
2018-04-20 Eugene Syromyatnikovtests: add btrfs tests with verbose xlat decoding
2018-04-08 Dmitry V. Levinunwind: prepare configure subsystem for alternative...
2018-04-07 Dmitry V. Levintests: robustify strace -k tests
2018-04-04 Eugene Syromyatnikovstrace: handle possible NULL from localtime() call
2018-04-04 Dmitry V. Levintests: forward SIZEOF_KERNEL_LONG_T and SIZEOF_LONG...
2018-03-27 Eugene Syromyatnikovtests: check decoding of kern_features syscall
2018-03-23 Eugene Syromyatnikovtests: check injection of return values into a "never...
2018-03-22 Elvira Khabirovatests: check delay injection
2018-03-14 Dmitry V. Levinbuild: do not hardcode -lrt
2018-03-14 Dmitry V. Levintests: do not link with -lrt unnecessarily
2018-03-01 Eugene Syromyatnikovtests: check file name printing in strace -y mode
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-02-13 Dmitry V. LevinExport SIZEOF_LONG and SIZEOF_KERNEL_LONG_T to tests
2018-02-13 Eugene Syromyatnikovtests: add compatibility layer for accept call
2018-01-25 Eugene Syromyatnikovtests: make ioctl.test more flexible, use it for the...
2018-01-23 Dmitry V. Levintests: check path tracing of old select syscall
2018-01-23 Dmitry V. Levintests: check path tracing of select/_newselect syscalls
2018-01-17 Dmitry V. Levintests: check path tracing of poll syscall
2018-01-17 Dmitry V. Levintests: improve descriptor set syntax testing
2018-01-16 Eugene SyromyatnikovAdd support for specifying compiler options for mpers...
2018-01-16 Dmitry V. Levintests: improve syscall set syntax testing
2018-01-11 Eugene SyromyatnikovProvide strace's native arch to the test framework
2018-01-11 Eugene Syromyatnikovtests: check decoding of [gs]et_thread_area syscalls...
2018-01-10 Eugene Syromyatnikovtests: move struct user_desc printing function into...
2017-12-29 Dmitry V. Levintests: check strace -k symbol names demangling
2017-12-29 Dmitry V. Levintests: parametrize strace-k.test
2017-12-20 Eugene Syromyatnikovtests: check (some) debugging output generated during...
2017-12-04 Masatake YAMATOtests: check decoding of KVM ioctl commands
2017-12-03 Dmitry V. Levintests: robustify attach-p-cmd.test against buggy kernels
2017-11-04 Dmitry V. Levintests: check signal mask transparency
2017-11-03 Dmitry V. Levintests: check signal disposition transparency
2017-08-23 Dmitry V. Levintests: really skip mips o32 scno tampering tests on...
2017-08-15 Dmitry V. Levintests: add ifindex_lo function and IFINDEX_LO_STR macro...
2017-08-07 Nikolay Marchuktests: move check_* functions from options-syntax.test...
2017-08-06 Dmitry V. LevinEnhance fflush error diagnostics
2017-08-06 Dmitry V. Levintests: check handling of CLONE_PARENT'ed and CLONE_PTRA...
2017-08-02 Dmitry V. Levintests: enhance test coverage of printstrn and umoven
2017-08-02 Dmitry V. Levintests: add test_printstrn function to libtests
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
next