Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
d461151f2384834d9c6cc98dc7285f363a6186ed
/
tests
/
.gitignore
d461151
Fix printing of negative offsets in preadv and pwritev syscalls
by Dmitry V. Levin
· 9 years ago
f09a474
tests: add open.test
by Dmitry V. Levin
· 9 years ago
6598026
tests: add openat.test
by Katerina Koukiou
· 9 years ago
896479d
tests: add renameat.test
by Fei Jie
· 9 years ago
e2975b6
tests: add faccessat.test
by Fei Jie
· 9 years ago
8346e63
tests: add creat.test
by Fei Jie
· 9 years ago
0ebe67b
tests: add mknod.test
by Fei Jie
· 9 years ago
9a88371
tests: add syslog.test
by Fei Jie
· 9 years ago
39ab120
tests: add getcwd.test
by JayRJoshi
· 9 years ago
032a9a4
tests: add xetpriority.test
by Fei Jie
· 9 years ago
b824f98
tests: add flock.test
by Fei Jie
· 9 years ago
c3fb92c
tests: add sched_xetscheduler.test
by Fei Jie
· 9 years ago
b389028
tests: add count-f.test
by Dmitry V. Levin
· 9 years ago
ea5c7b5
tests: add sched_xetparam.test
by Fei Jie
· 9 years ago
1eed594
tests: add sched_get_priority_mxx.test
by Fei Jie
· 9 years ago
ab917ae
tests: add dup.test, dup2.test, and dup3.test
by Fei Jie
· 9 years ago
61ac8ee
tests: add fchmod.test
by Fabien Siron
· 9 years ago
275d135
tests: add acct.test
by Fei Jie
· 9 years ago
1b5d1cb
tests: add chmod.test
by Anchit Jain
· 9 years ago
eee3476
tests: add umask.test
by Fei Jie
· 9 years ago
a4128a7
tests: add rename.test
by Fei Jie
· 9 years ago
68a58a3
tests: add uname.test
by Fei Jie
· 9 years ago
9649ac1
tests: add rt_sigsuspend.test
by Dmitry V. Levin
· 9 years ago
11d623f
Print pid_t arguments of rt_sigqueueinfo and rt_tgsigqueueinfo as int
by Dmitry V. Levin
· 9 years ago
5204dbd
tests: add getrusage.test
by Fei Jie
· 9 years ago
49faae9
Print rt_sigtimedwait return value as a signal name
by Dmitry V. Levin
· 9 years ago
f09b7c4
tests: add rt_sigprocmask.test
by Dmitry V. Levin
· 9 years ago
1165620
Fix corner cases of rt_sigpending syscall decoder
by Dmitry V. Levin
· 9 years ago
446e5b1
tests: add poll.test
by Dmitry V. Levin
· 9 years ago
669f8cf
tests: add xetpgid.test
by Dmitry V. Levin
· 9 years ago
7c05954
tests: add alarm.test
by Dmitry V. Levin
· 9 years ago
13870c5
Implement dumping of vmsplice syscall
by Dmitry V. Levin
· 9 years ago
6c93254
tests: add tee.test
by Dmitry V. Levin
· 9 years ago
16a52b4
Fix printing of negative offsets in splice syscall
by Dmitry V. Levin
· 9 years ago
c1f99f5
Implement copy_file_range syscall decoding
by Dmitry V. Levin
· 9 years ago
6204654
tests: check that -f -p attaches to threads properly
by Dmitry V. Levin
· 9 years ago
23168c1
tests: extend coverage of execve and execveat syscalls
by Dmitry V. Levin
· 9 years ago
751fcb8
tests: replace net-fd.test with net-y-unix.test
by Dmitry V. Levin
· 9 years ago
9d15ec7
tests: replace net-yy.test with net-yy-inet.test
by Dmitry V. Levin
· 9 years ago
6124cd9
tests: replace unix-yy.test with net-yy-unix.test
by Dmitry V. Levin
· 9 years ago
dfea1da
Fixed decoding of mincore syscall's last argument
by Dmitry V. Levin
· 9 years ago
fa8c286
Implement simultaneous use of -p option and tracing of a command
by Dmitry V. Levin
· 9 years ago
a8eb52f
tests: use local nanosleep based sleep utility replacement
by Dmitry V. Levin
· 9 years ago
93c9d1c
Fix dumping of recvmsg syscall in case of short read
by Dmitry V. Levin
· 9 years ago
05a0af6
Fix decoding and dumping of readv syscall in case of short read
by Dmitry V. Levin
· 9 years ago
2720a61
alpha: enhance decoding of getxpid, getxuid, and getxgid syscalls
by Dmitry V. Levin
· 9 years ago
6bf08e3
Fix and enhance decoding of sched_[gs]etaffinity syscalls
by Dmitry V. Levin
· 9 years ago
87e6b23
tests: introduce libtests
by Dmitry V. Levin
· 9 years ago
78db0f2
tests: add fork-f.test and vfork-f.test
by Dmitry V. Levin
· 9 years ago
f7423af
tests: add personality.test
by Dmitry V. Levin
· 9 years ago
2c2f663
tests/.gitignore: add ksysent.h
by Dmitry V. Levin
· 9 years ago
bab4ef4
tests: add ksysent.test
by Dmitry V. Levin
· 9 years ago
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
08a1783
tests: add umount.test and umount2.test
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
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
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
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
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
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
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
13c2173
Fix multiple personalities support in parser of io_submit syscall
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
30ac062
signalfd4: fix flags decoding
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
d9fb450
Cleanup poll/ppoll decoders
by Dmitry V. Levin
· 9 years ago
ea7ef93
tests: add oldselect.test
by Dmitry V. Levin
· 9 years ago
Next »