forked from OSchip/llvm-project
802afb4c0a
Summary: The NetBSD's 8(beta) versions of kernel functions to retrieve program name (vnode to path translator) and process memory map have internal limit of processing filenames with maximum of 31 characters. Filenames like Asan-x86_64-with-calls-Noinst-Test break this limit and affect tests. Rename "-with-calls" to "-calls". 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> Reviewers: joerg, vitalybuka, filcab, fjricci, kcc Reviewed By: vitalybuka Subscribers: kubamracek, mgorny, llvm-commits, #sanitizers Tags: #sanitizers Differential Revision: https://reviews.llvm.org/D37149 llvm-svn: 311966 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
asan_asm_test.cc | ||
asan_benchmarks_test.cc | ||
asan_exceptions_test.cc | ||
asan_fake_stack_test.cc | ||
asan_globals_test.cc | ||
asan_interface_test.cc | ||
asan_internal_interface_test.cc | ||
asan_mac_test.cc | ||
asan_mac_test.h | ||
asan_mac_test_helpers.mm | ||
asan_mem_test.cc | ||
asan_noinst_test.cc | ||
asan_oob_test.cc | ||
asan_racy_double_free_test.cc | ||
asan_str_test.cc | ||
asan_test.cc | ||
asan_test.ignore | ||
asan_test_config.h | ||
asan_test_main.cc | ||
asan_test_utils.h |