The NetBSD's 8(beta) versions of kernel functions to retrieve
program name (vnode to path translator) and process memory
map has internal limit of processing file names with maximum
of 31 characters.
Filenames like Asan-x86_64-with-calls-Noinst-Test break this
limit and affect tests. Rename "-with-calls" to "-wcalls".
This changes fixes all issues for the Address Sanitizer test
target (check-asan) on the current NetBSD support caused
by long filenames.
Sponsored by <The NetBSD Foundation>
just "-calls" ?