]> granicus.if.org Git - strace/history - tests
avr32: export avr32_sp_ptr
[strace] / tests /
2017-03-05 Eugene SyromyatnikovImplement -e trace=%sched option for tracing sched_...
2017-03-04 Eugene SyromyatnikovAdd "%" prefix for syscall classes in qualify
2017-02-28 Dmitry V. Levintests: simplify print_time_t
2017-02-26 Dmitry V. Levintests: transform print_time_t into print_time_t_nsec
2017-02-26 Dmitry V. Levintests: use print_time_t in utime.test
2017-02-26 Dmitry V. Levintests: move print_time function to libtests
2017-02-26 Dmitry V. Levintests: macroize printing of atime, mtime, and ctime...
2017-02-25 Dmitry V. Levinx32: fix decoding of flags argument of preadv2 and...
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-19 Dmitry V. Levinsched: enhance decoding of sched_setattr syscall
2017-02-18 Dmitry V. Levintests: check decoding of sched_[gs]etattr corner cases
2017-02-18 Dmitry V. LevinMove definition of struct sched_attr to a separate...
2017-02-18 Dmitry V. Levintests: rewrite sched_xetattr.test from match_grep to...
2017-02-17 Dmitry V. Levinbpf: update BPF_PROG_ATTACH decoding
2017-02-16 Dmitry V. Levintests: rewrite adjtimex.test from match_grep to match_diff
2017-02-16 Dmitry V. Levintests: replace casts of 0xffffffff00000000ULL with...
2017-02-16 Dmitry V. Levintests: fill higher bits of integer arguments of fcntl...
2017-02-16 Dmitry V. Levintests: use sprintrc in tests of fcntl and fcntl64 syscalls
2017-02-13 Dmitry V. Levintests: skip scno tampering tests on compat mips abi
2017-02-12 Dmitry V. LevinFix -Werror=duplicate-decl-specifier compilation issues
2017-02-12 Dmitry V. Levintests: rewrite pipe syscall decoding check from match_g...
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-09 Dmitry V. Levintests: simplify qual_inject-signal.test
2017-02-09 Dmitry V. LevinMake symbolic errno values match case-insensitive
2017-02-09 Dmitry V. Levintests: check case-insensitive symbolic signal match
2017-02-08 Dmitry V. Levintests: update ipc_sem.test for new glibc
2017-02-08 Dmitry V. Levintests: fix typo in bpf.test
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-02-07 Dmitry V. Levintests: use ARG_STR in msg_control.test
2017-01-31 Dmitry V. Levintests: check decoding of bpf corner cases
2017-01-29 Dmitry V. Levintests: rewrite bpf.test from match_grep to match_diff
2017-01-29 Quentin MonnetUpdate bpf syscall decoding
2017-01-28 Elvira Khabirovatests: check success injection
2017-01-20 JingPiao ChenImplement decoding of ustat syscall
2017-01-13 Dmitry V. Levintests: drop non-USE_ASM_STAT case support
2017-01-13 Dmitry V. Levintests: call newfstatat and fstatat64 syscalls directly
2017-01-13 Dmitry V. Levintests: remove redundant SAMPLE_SIZE definitions
2017-01-13 Dmitry V. Levintests: change SAMPLE_SIZE type to libc_off_t
2017-01-13 Dmitry V. Levintests: treat struct stat mismatch as an error
2017-01-12 Dmitry V. Levintests: rewrite diagnostics about struct stat mismatch
2017-01-12 Dmitry V. Levintests: fix typo in tests/xstatx.c
2017-01-12 JingPiao Chentests: fix typo in mlock.c
2017-01-11 Dmitry V. LevinRemove redundant commas at the end of structure initial...
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-07 Dmitry V. Levinaio: print hexadecimal integer using %#x
2017-01-06 Eugene Syromyatnikovgetrandom: print string as hex-escaped
2017-01-05 Dmitry V. Levintests: skip fault injection tests on hppa if the kernel...
2017-01-05 Dmitry V. Levintests: skip readahead.test on MIPS n64 when built with...
2017-01-05 Dmitry V. Levintests: replace init_magic with fill_memory
2017-01-05 Dmitry V. Levintests: rewrite ioctl_v4l2 test without reliance on...
2017-01-04 Dmitry V. Levintests: remove redundant casts in fill_memory{,_ex}...
2017-01-04 Dmitry V. Levintests: change the type of fill_memory{,_ex} first argum...
2017-01-04 Eugene Syromyatnikovtests: check non-verbose decoding of LOOP_* ioctls
2017-01-04 Eugene Syromyatnikovtests: add more checks of LOOP_* ioctls decoding
2017-01-04 JingPiao Chentests: check decoding of LOOP_* ioctls
2017-01-04 Eugene Syromyatnikovtests: add more checks of unknown ioctl command formatting
2017-01-04 Eugene Syromyatnikovioctl: do not print explicit 0x prefix and do not speci...
2017-01-04 Eugene Syromyatnikovtests: check ioctl(SIOCGIFCONF) decoding
2017-01-04 Dmitry V. LevinAdd scno.h and syscallent.i to .gitignore files
2017-01-04 JingPiao Chentests/.gitignore: add generated files that should be...
2017-01-01 Dmitry V. LevinGenerate scno.h without invoking a generated executable...
2017-01-01 Dmitry V. LevinUpdate all publicly shown copyright year number ranges
2016-12-30 Dmitry V. Levintests: do not use BUILT_SOURCES
2016-12-30 Dmitry V. LevinFix cross build
2016-12-30 Dmitry V. Levintests: do not use defs.h and syscall.h
2016-12-28 Dmitry V. Levintests: enhance invalid address decoding check in seccom...
2016-12-28 Eugene Syromyatnikovtests: check decoding of prctl PR_GET_TID_ADDRESS operation
2016-12-28 Dmitry V. LevinUpdate the publicly shown copyright information
2016-12-28 Dmitry V. Levintests: robustify prctl-arg2-intptr.test
2016-12-27 Dmitry V. LevinIntroduce NSIG_BYTES
2016-12-27 Dmitry V. LevinMove NSIG ifdefery to a separate header file
2016-12-26 Eugene SyromyatnikovPrint indirect pointers as pointers
2016-12-26 Eugene Syromyatnikovipc_sem: print 4th argument of semctl syscall as an...
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-25 Dmitry V. LevinFix decoding of sethostname syscall
2016-12-25 Dmitry V. Levintests: add F8ILL_KULONG_* and f8ill_ptr_to_kulong to...
2016-12-22 Dmitry V. Levintests: fix xattr.test for the case when listxattr retur...
2016-12-22 Gabriel Laskartests: test for correct ellipsis with -s in xattr
2016-12-22 Eugene Syromyatnikovtests: use scno.h in finit_module, kcmp, renameat2...
2016-12-21 Dmitry V. Levintests: check decoding of unreadable ip_mreq and ipv6_mr...
2016-12-21 Dmitry V. Levintests: rewrite ip_mreq.c using arrays and iterators
2016-12-21 Dmitry V. Levintests: rewrite ip_mreq.c using tail_alloc
2016-12-21 Dmitry V. Levintests: rewrite ip_mreq.c without asserts
2016-12-20 Dmitry V. Levintests: use scno.h in tests of relatively new syscalls
2016-12-20 Dmitry V. Levintests: generate scno.h from syscallent.h for use by...
2016-12-20 Dmitry V. Levintests: fix potential errno clobbering in membarrier...
2016-12-20 Dmitry V. Levinx32: implement automatic argument truncation for compat...
2016-12-19 Eugene Syromyatnikovtests: fix preadv2-pwritev2 test on x32
2016-12-17 Eugene Syromyatnikovtests: check decoding of prctl operations without arguments
next