Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
69b7307225874edc9902ad2409bc435158112ffb
/
tests
69b7307
Fix select and _newselect syscall entries
by Dmitry V. Levin
· 9 years ago
718990f
tests: sort the list of tests
by Dmitry V. Levin
· 9 years ago
77c0cde
build: add -D_FILE_OFFSET_BITS=64 to _CPPFLAGS instead of _CFLAGS
by Dmitry V. Levin
· 9 years ago
860b3a6
build: set arch specific -m switches in tests-m*32/Makefile.am files properly
by Dmitry V. Levin
· 9 years ago
08a1783
tests: add umount.test and umount2.test
by Dmitry V. Levin
· 9 years ago
4bbed30
times.test: workaround buggy libc
by Dmitry V. Levin
· 9 years ago
fc0a22d
times.test: reduce cpu time consumption, increase struct tms diversity
by Dmitry V. Levin
· 9 years ago
4f10926
unix-yy.test: fix portability issue
by Dmitry V. Levin
· 9 years ago
02d92d0
inet-cmsg.test: skip the test when the network is not functional
by Dmitry V. Levin
· 9 years ago
2154702
fcntl: skip F_GETLK64, F_SETLK64, and F_SETLKW64 in fcntl syscall parser
by Dmitry V. Levin
· 9 years ago
144a9db
tests: replace old stat tests with stat.test and stat64.test
by Dmitry V. Levin
· 9 years ago
38e3768
tests: add lstat.test and lstat64.test
by Dmitry V. Levin
· 9 years ago
c863827
tests: add fstat.test and fstat64.test
by Dmitry V. Levin
· 9 years ago
cc2baf3
tests: prepare for detailed testing of stat family syscalls
by Dmitry V. Levin
· 9 years ago
5421855
tests: skip restart_syscall.test on x32
by Dmitry V. Levin
· 9 years ago
530d462
fstatat64.test: lift /proc requirement
by Dmitry V. Levin
· 9 years ago
b0e6115
tests: add fstatat64.test and newfstatat.test
by Dmitry V. Levin
· 9 years ago
9db0797
tests: add lseek.test and llseek.test
by Dmitry V. Levin
· 9 years ago
431d63c
tests: add ftruncate64.test and truncate64.test
by Dmitry V. Levin
· 9 years ago
c1bb87a
tests: add ftruncate.test and truncate.test
by Dmitry V. Levin
· 9 years ago
e8199b2
tests: remove temporary files left after two tests
by Dmitry V. Levin
· 9 years ago
2400e9e
tests: skip stat32-v.test on x32
by Dmitry V. Levin
· 9 years ago
0ca438d
tests: fix ipc_msgbuf.test on x32
by Dmitry V. Levin
· 9 years ago
bdb07e3
x32: fix struct dirent decoding
by Dmitry V. Levin
· 9 years ago
3272d29
Rearrange flags descriptions in the usage text
by Elvira Khabirova
· 9 years ago
4f7db9a
tests: run in "set -x" mode if VERBOSE variable is non-null
by Dmitry V. Levin
· 9 years ago
9c40599
tests: fix match_diff usage
by Dmitry V. Levin
· 9 years ago
4c65ff0
tests/file_handle: fix expected output
by Dmitry V. Levin
· 9 years ago
cc1e149
tests: add struct_flock.test
by Dmitry V. Levin
· 9 years ago
4b3a170
Implement name_to_handle_at and open_by_handle_at syscalls decoding
by Dmitry V. Levin
· 9 years ago
1f111cf
Implement IPPROTO_IP control messages decoding
by Dmitry V. Levin
· 9 years ago
7528a0b
tests: rewrite getdents test in C for better coverage
by Dmitry V. Levin
· 9 years ago
4f46158
tests: add readdir.test
by Dmitry V. Levin
· 9 years ago
a2df1c1
getdents: fix typos in array output
by Gabriel Laskar
· 9 years ago
0d0a50a
Implement mlock2 syscall decoding
by Dmitry V. Levin
· 9 years ago
2aec1e6
Implement membarrier syscall decoding
by Dmitry V. Levin
· 9 years ago
a6ebdb1
Implement userfaultfd syscall decoding
by Dmitry V. Levin
· 9 years ago
0f8af61
tests/ioctl: workaround glibc ioctl wrapper on powerpc
by Dmitry V. Levin
· 9 years ago
f4d6a0d
tests: fix false uio.test failures
by Dmitry V. Levin
· 9 years ago
9c4fc34
ioctl: fix ioctl command number decoding in case of conflicts
by Gabriel Laskar
· 9 years ago
fb2a543
tests: convert ioctl.test from match_grep to match_diff
by Dmitry V. Levin
· 9 years ago
3b73194
tests/init.sh: enhance match_grep error diagnostics
by Dmitry V. Levin
· 9 years ago
a69854a
tests/init.sh: fix comment
by Dmitry V. Levin
· 9 years ago
39e3be6
tests: add one more case to select.test
by Dmitry V. Levin
· 9 years ago
10a4075
tests: uncouple pselect6 from select.test
by Dmitry V. Levin
· 9 years ago
100bf7c
tests: robustify select test
by Dmitry V. Levin
· 9 years ago
81ea4bf
tests: add one more case to pselect6.test
by Dmitry V. Levin
· 9 years ago
5d98310
tests: robustify pselect6 test
by Dmitry V. Levin
· 9 years ago
6c528f5
tests: add another case to pselect6 test
by Dmitry V. Levin
· 9 years ago
f57edf4
Fix decoding of gettimeofday and settimeofday
by Dmitry V. Levin
· 9 years ago
c648b4a
Fix decoding of clock_nanosleep
by Dmitry V. Levin
· 9 years ago
593602c
tests: add nanosleep.test
by Dmitry V. Levin
· 9 years ago
640623c
tests: rewrite restart_syscall in C
by Dmitry V. Levin
· 9 years ago
9d4c892
tests: add clock_xettime.test
by Dmitry V. Levin
· 9 years ago
12431f7
tests: add xetitimer.test
by Dmitry V. Levin
· 9 years ago
79cafcd
tests: add timerfd_xettime.test
by Dmitry V. Levin
· 9 years ago
1314098
tests: add timer_xettime.test
by Dmitry V. Levin
· 9 years ago
0dbb7ac
Add struct timex.tai support
by Dmitry V. Levin
· 9 years ago
dad1eef
Convert parser of struct timex to new mpers infrastructure
by Dmitry V. Levin
· 9 years ago
b8f0c92
Enhance parser of struct sigevent
by Dmitry V. Levin
· 9 years ago
77a1b6b
tests: add pselect6.test
by Dmitry V. Levin
· 9 years ago
9d77b56
tests: add times-fail.test
by Elvira Khabirova
· 9 years ago
7a03605
tests: add times.test
by Eugene Syromyatnikov
· 9 years ago
22d997e
tests: add sysinfo.test
by Elvira Khabirova
· 9 years ago
d0a6187
Enhance msgctl syscall decoding
by Elvira Khabirova
· 9 years ago
0a6af9b
Enhance shmctl syscall decoding
by Elvira Khabirova
· 9 years ago
b7699b5
tests: add ipc_msgbuf.test
by Elvira Khabirova
· 9 years ago
422f793
tests: add mq.test
by Elvira Khabirova
· 9 years ago
cde9ef7
tests: add wait.test
by Dmitry V. Levin
· 9 years ago
3b7674c
tests: add rt_sigqueueinfo.test
by Elvira Khabirova
· 9 years ago
78e48eb
tests: add utimensat.test
by Dmitry V. Levin
· 9 years ago
c633188
tests: convert readlink.test and readlinkat.test from match_awk to match_diff
by Dmitry V. Levin
· 9 years ago
f008b01
tests: convert getrandom.test from match_awk to match_diff
by Dmitry V. Levin
· 9 years ago
4960b2f
tests: convert select.test from match_awk to match_diff
by Dmitry V. Levin
· 9 years ago
f14a8e1
tests: convert several tests from match_grep to match_diff
by Dmitry V. Levin
· 9 years ago
f6a36f0
tests: fix match_diff usage
by Dmitry V. Levin
· 9 years ago
cf3ecbd
build: fix -I options
by Dmitry V. Levin
· 9 years ago
f56046e
aio: rewrite from libaio.h to linux/aio_abi.h
by Dmitry V. Levin
· 9 years ago
13c2173
Fix multiple personalities support in parser of io_submit syscall
by Dmitry V. Levin
· 9 years ago
857adac
tests: fix build on systems that lack O_CLOEXEC definition
by Dmitry V. Levin
· 9 years ago
ff6b6f3
tests: fix build on systems that lack AT_FDCWD definition
by Dmitry V. Levin
· 9 years ago
4918285
tests: add sendfile.test and sendfile64.test
by Dmitry V. Levin
· 9 years ago
41b9fac
tests: add a test for get_robust_list and set_robust_list decoding
by Dmitry V. Levin
· 9 years ago
f9b455c
Fix time syscall decoding for some personalities
by Dmitry V. Levin
· 9 years ago
3af6aab
tests: add readlink.test and readlinkat.test
by Gleb Fotengauer-Malinovskiy
· 9 years ago
525eed3
Print nanoseconds along with seconds in stat family syscalls
by Dmitry V. Levin
· 9 years ago
30ac062
signalfd4: fix flags decoding
by Dmitry V. Levin
· 9 years ago
3d463be
socket: mark return code with RVAL_FD flag
by Dmitry V. Levin
· 9 years ago
bf62c1b
epoll_create1: fix flags decoding
by Dmitry V. Levin
· 9 years ago
c8cba99
eventfd2: fix flags decoding
by Dmitry V. Levin
· 9 years ago
0c0453a
tests/ppoll: replace SIGABRT with SIGHUP
by Dmitry V. Levin
· 9 years ago
d9fb450
Cleanup poll/ppoll decoders
by Dmitry V. Levin
· 9 years ago
ea7ef93
tests: add oldselect.test
by Dmitry V. Levin
· 9 years ago
4e3ded3
tests/bpf: fix build with incompatibly old linux/bpf.h and/or gcc
by Dmitry V. Levin
· 9 years ago
3456bcc
Implement sched_getattr and sched_setattr syscalls decoding
by Dmitry V. Levin
· 9 years ago
95b84ea
Implement memfd_create syscall decoding
by Dmitry V. Levin
· 9 years ago
afa10d8
tests/restart_syscall: skip if nanosleep looks uninterrupted
by Dmitry V. Levin
· 9 years ago
7c22101
Implement execveat syscall decoding
by Dmitry V. Levin
· 9 years ago
4ff687b
execve: fix support of personalities with different word size
by Dmitry V. Levin
· 9 years ago
ddb53dd
Implement bpf syscall decoding
by Dmitry V. Levin
· 9 years ago
Next »