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:
parent
c352954786
commit
c2014bccec
@ -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 = \
|
||||
|
@ -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
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user