]> granicus.if.org Git - strace/commit
tests: extend test coverage of mmap syscall
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 22 Apr 2016 20:37:19 +0000 (20:37 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 22 Apr 2016 23:28:23 +0000 (23:28 +0000)
commit3797d10e827c1ac4da5d0c42c1f7751e29675d34
treecd0837b4da8be320bbad32c5e21f34511b0e2c37
parent0e6cb1740af22e3c2eeed37a59d0ecde48965778
tests: extend test coverage of mmap syscall

Check decoding of "old mmap" edition of mmap syscall
on those architectures that define it.

* tests/old_mmap.c: New file.
* tests/old_mmap.test: New test.
* tests/.gitignore: Add old_mmap.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(DECODER_TESTS): Add old_mmap.test.
tests/.gitignore
tests/Makefile.am
tests/old_mmap.c [new file with mode: 0644]
tests/old_mmap.test [new file with mode: 0755]