tests: tabulate shmxt.test

* tests/gen_tests.in (shmxt): New entry.
* tests/shmxt.test: Remove.
* tests/Makefile.am (DECODER_TESTS): Remove shmxt.test.
This commit is contained in:
Дмитрий Левин 2017-04-14 15:35:21 +00:00
parent 3330d4ad28
commit 7989f61426
3 changed files with 1 additions and 13 deletions

View File

@ -543,7 +543,6 @@ DECODER_TESTS = \
sched.test \
scm_rights-fd.test \
seccomp-strict.test \
shmxt.test \
sigaction.test \
sigaltstack.test \
statfs.test \

View File

@ -269,6 +269,7 @@ setreuid32 -a17
setrlimit -a27
setuid -a10
setuid32 -a12
shmxt -a11 -e trace=/\\(osf_\\)\\?shmat,shmdt
shutdown -a24
siginfo -e trace=none
signal_receive -a16 -e trace=kill

View File

@ -1,12 +0,0 @@
#!/bin/sh
# Check shmat and shmdt syscalls decoding.
. "${srcdir=.}/init.sh"
case "$STRACE_ARCH" in
alpha) shmat=osf_shmat ;;
*) shmat=shmat ;;
esac
run_strace_match_diff -e trace=$shmat,shmdt -a11