[PATCH 3/4] tests: add access.test

Dmitry V. Levin ldv at altlinux.org
Thu Apr 21 23:39:29 UTC 2016


On Thu, Apr 21, 2016 at 03:53:51PM +0800, Fei Jie wrote:
> * tests/access.c: New file.
> * tests/access.test: New test.
> * tests/.gitignore: Add access.
> * tests/Makefile.am (check_PROGRAMS): Likewise.
> (DECODER_TESTS): Add access.test.

Applied, thanks.

> +	       errno == ENOSYS ? "ENOSYS" : "ENOENT");

This was changed by the follow-up commit.

> +# Filter out access() call made by strace.

It's not strace but dynamic linker and/or libc that might do access()
calls on their own.


-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20160422/89291600/attachment.bin>


More information about the Strace-devel mailing list