llvm-project/compiler-rt/lib/asan/tests
Kamil Rytarowski 802afb4c0a Shorten filenames of tests (-with-calls to -calls)
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
2017-08-29 01:03:13 +00:00
..
CMakeLists.txt Shorten filenames of tests (-with-calls to -calls) 2017-08-29 01:03:13 +00:00
asan_asm_test.cc [asan] Fix test broken by r290540 2016-12-27 19:40:23 +00:00
asan_benchmarks_test.cc
asan_exceptions_test.cc
asan_fake_stack_test.cc [ASan tests] Don't run FakeStack.CreateDestroy on Windows as it OOMs 2014-05-12 14:49:17 +00:00
asan_globals_test.cc
asan_interface_test.cc [asan] Move __asan_handle_no_return to public header 2017-08-28 00:45:12 +00:00
asan_internal_interface_test.cc [asan] Remove `using std::vector` and `using std::map` 2017-02-06 17:28:05 +00:00
asan_mac_test.cc [ASan] Fix the links to bugs and wikipages. 2015-12-04 17:37:40 +00:00
asan_mac_test.h
asan_mac_test_helpers.mm Fix memory leaks in address sanitizer darwin tests 2017-04-12 17:31:41 +00:00
asan_mem_test.cc [asan] Remove `using std::vector` and `using std::map` 2017-02-06 17:28:05 +00:00
asan_noinst_test.cc [asan] Enable back some ASan tests disabled on PowerPC. 2017-05-26 14:49:42 +00:00
asan_oob_test.cc [asan] fix a test following r209508 2014-05-23 11:52:38 +00:00
asan_racy_double_free_test.cc Reapply r201910. MSVC gets __func__ defined explicitly, even though it 2014-02-26 20:33:22 +00:00
asan_str_test.cc [asan] Add strndup/__strndup interceptors. 2017-06-01 09:37:22 +00:00
asan_test.cc Fix asan_test.cc build on NetBSD 2017-08-07 23:38:14 +00:00
asan_test.ignore
asan_test_config.h [asan] Remove `using std::vector` and `using std::map` 2017-02-06 17:28:05 +00:00
asan_test_main.cc Define a suppression for known leaks on pthread_exit call. 2017-04-20 20:54:19 +00:00
asan_test_utils.h NetBSD compatibility nit in asan_test_utils.h 2017-08-08 18:16:35 +00:00