History log of /external/strace/tests/getrandom.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f008b01b691ca7ede0cf3f3bf2ef5bf2d77dcea6 28-Aug-2015 Dmitry V. Levin <ldv@altlinux.org> tests: convert getrandom.test from match_awk to match_diff

* tests/getrandom.c (main): Print expected output.
* tests/getrandom.test: Use match_diff instead of match_awk.
* tests/getrandom.awk: Remove.
* tests/Makefile.am (EXTRA_DIST): Remove getrandom.awk.
/external/strace/tests/getrandom.c
fef09070d6f7788ac02aaca82ec4af6367787628 04-Feb-2015 Dmitry V. Levin <ldv@altlinux.org> Implement getrandom syscall decoding

* getrandom.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* linux/dummy.h (sys_getrandom): Remove.
* linux/syscall.h (sys_getrandom): New prototype.
* xlat/getrandom_flags.in: New file.
* tests/getrandom.c: New file.
* tests/getrandom.awk: New file.
* tests/getrandom.test: New test.
* tests/Makefile.am (check_PROGRAMS): Add getrandom.
(TESTS): Add getrandom.test.
(EXTRA_DIST): Add getrandom.awk.
* tests/.gitignore: Add getrandom.
/external/strace/tests/getrandom.c