]> granicus.if.org Git - strace/commit
tests: enhance test coverage of printpath and umovestr
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 1 Aug 2017 20:59:48 +0000 (20:59 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 1 Aug 2017 20:59:48 +0000 (20:59 +0000)
commit336691583ec7858f3bf3c101336f13cfec580cb9
treec41398368cf1c0e492310cd48272eb267f266ec6
parent7a9eea94ee1f18fa81ad4875b5b462c96b615251
tests: enhance test coverage of printpath and umovestr

* tests/init.sh (TIMEOUT_DURATION): Raise from 300 to 600.
* tests/printpath-umovestr.c: New file.
* tests/printpath-umovestr-peekdata.c: Likewise.
* tests/printpath-umovestr-undumpable.c: Likewise.
* tests/printpath-umovestr-legacy.test: New test.
* tests/Makefile.am (MISC_TESTS): Add printpath-umovestr-legacy.test.
* tests/gen_tests.in (printpath-umovestr, printpath-umovestr-peekdata,
printpath-umovestr-undumpable): New entries.
* tests/pure_executables.list: Add printpath-umovestr,
printpath-umovestr-peekdata, and printpath-umovestr-undumpable.
* tests/.gitignore: Likewise.
tests/.gitignore
tests/Makefile.am
tests/gen_tests.in
tests/init.sh
tests/printpath-umovestr-legacy.test [new file with mode: 0755]
tests/printpath-umovestr-peekdata.c [new file with mode: 0644]
tests/printpath-umovestr-undumpable.c [new file with mode: 0644]
tests/printpath-umovestr.c [new file with mode: 0644]
tests/pure_executables.list