Test checks for use of stat,lstat,stat64,lstat64 syscalls. But on AArch64 it is using statfs64 and newfstatat calls so test fails. log and log-help attached Commands used: strace -o log ls --color=always >/dev/null strace -o log-help ls --help >/dev/null