aarch64: Added Vector Length Set test helper script
commit38560563587ad8eafa700c56800ff844f18fbad1
authorNaohiro Tamura <naohirot@fujitsu.com>
Thu, 20 May 2021 07:34:37 +0000 (20 07:34 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Wed, 26 May 2021 11:01:06 +0000 (26 12:01 +0100)
tree26d1eb88dd9095537e55c3fa4646d9aa013224fc
parentbd4317fbd60a0fa416761aaafb4e32ca1ad22d38
aarch64: Added Vector Length Set test helper script

This patch is a test helper script to change Vector Length for child
process. This script can be used as test-wrapper for 'make check'.

Usage examples:

~/build$ make check subdirs=string \
test-wrapper='~/glibc/sysdeps/unix/sysv/linux/aarch64/vltest.py 16'

~/build$ ~/glibc/sysdeps/unix/sysv/linux/aarch64/vltest.py 16 \
make test t=string/test-memcpy

~/build$ ~/glibc/sysdeps/unix/sysv/linux/aarch64/vltest.py 32 \
./debugglibc.sh string/test-memmove

~/build$ ~/glibc/sysdeps/unix/sysv/linux/aarch64/vltest.py 64 \
./testrun.sh string/test-memset
INSTALL
manual/install.texi
sysdeps/unix/sysv/linux/aarch64/vltest.py [new file with mode: 0755]