tests: tabulate xattr.test

* tests/gen_tests.in (xattr): New entry.
* tests/xattr.test: Remove.
* tests/Makefile.am (DECODER_TESTS): Remove xattr.test.
This commit is contained in:
Дмитрий Левин 2017-04-06 22:22:50 +00:00
parent c352954786
commit c2014bccec
3 changed files with 1 additions and 13 deletions

View File

@ -550,7 +550,6 @@ DECODER_TESTS = \
unix-pair-send-recv.test \
unix-pair-sendto-recvfrom.test \
utimensat.test \
xattr.test \
# end of DECODER_TESTS
MISC_TESTS = \

View File

@ -314,6 +314,7 @@ wait4-v -v -e signal=none -e trace=wait4
waitid -esignal=none
waitid-v -v -e signal=none -e trace=waitid
waitpid -a28
xattr -a22 -e trace=getxattr,fgetxattr,lgetxattr,setxattr,fsetxattr,lsetxattr,listxattr,flistxattr,llistxattr,removexattr,fremovexattr,lremovexattr
xattr-strings -a22 -s 4 -e trace=fsetxattr
xet_robust_list -a24 -e trace=get_robust_list,set_robust_list
xetitimer -a29 -e trace=setitimer,getitimer

View File

@ -1,12 +0,0 @@
#!/bin/sh
# Check *xattr syscalls decoding.
. "${srcdir=.}/init.sh"
syscalls=
for n in getxattr setxattr listxattr removexattr; do
syscalls="$syscalls,${n},f${n},l${n}"
done
run_strace_match_diff -a22 -e trace=$syscalls