]> granicus.if.org Git - strace/commit
tests: check path tracing of ppoll syscall
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 17 Jan 2018 21:31:07 +0000 (21:31 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 17 Jan 2018 21:31:07 +0000 (21:31 +0000)
commit119b6a1a1d94f52873e9b830ffb24cd003e4612d
tree689784491320cf63c20021992e304442485b04a4
parent96dbdc342d6fee432eefc6ffb2637d08d1719d0f
tests: check path tracing of ppoll syscall

* tests/ppoll.c (main) [PATH_TRACING_FD]: Skip if /proc/self/fd/
is not available.  Add a test call that use PATH_TRACING_FD.
(main): Conditionalize expected output for those calls
that do not use PATH_TRACING_FD with [!PATH_TRACING_FD].
* tests/ppoll-P.c: New file.
* tests/pure_executables.list: Add ppoll-P.
* tests/.gitignore: Likewise.
* tests/gen_tests.in (ppoll-P): New entry.
tests/.gitignore
tests/gen_tests.in
tests/ppoll-P.c [new file with mode: 0644]
tests/ppoll.c
tests/pure_executables.list