* tests/gen_tests.in (shmxt): New entry.
* tests/shmxt.test: Remove.
* tests/Makefile.am (DECODER_TESTS): Remove shmxt.test.
sched.test \
scm_rights-fd.test \
seccomp-strict.test \
- shmxt.test \
sigaction.test \
sigaltstack.test \
statfs.test \
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
+++ /dev/null
-#!/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