llvm-project/compiler-rt/test/asan/TestCases/Windows
Timur Iskhodzhanov c80bd6974e Add a test for PR21528 to make sure ASan C++ symbolization doesn't regress
llvm-svn: 221814
2014-11-12 20:37:57 +00:00
..
aligned_mallocs.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
allocators_sanity.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
beginthreadex.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
bitfield.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
bitfield_uaf.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
calloc_left_oob.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
calloc_right_oob.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
calloc_uaf.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
crt_initializers.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
demangled_names.cc Add a test for PR21528 to make sure ASan C++ symbolization doesn't regress 2014-11-12 20:37:57 +00:00
dll_aligned_mallocs.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
dll_allocators_sanity.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
dll_and_lib.cc [ASan/Win] Mark tests that require -MT asan_dll_thunk as such 2014-08-14 13:02:51 +00:00
dll_cerr.cc [ASan Win] Manually call __asan_init early in the DLL initialization process to avoid a null function call in cout/cerr constructors 2014-06-02 14:40:07 +00:00
dll_host.cc [ASan/Win] Rename asan_dll_thunk.cc to asan_win_dll_thunk.cc 2014-08-26 10:21:37 +00:00
dll_intercept_memchr.cc [ASan Win] Fix memset interception in DLLs 2014-06-02 13:23:42 +00:00
dll_intercept_memcpy.cc [ASan Win] Fix a couple of warnings in tests and enable -WX 2014-05-30 11:58:32 +00:00
dll_intercept_memcpy_indirect.cc [ASan Win] Fix a couple of warnings in tests and enable -WX 2014-05-30 11:58:32 +00:00
dll_intercept_memset.cc [ASan Win] Fix a couple of warnings in tests and enable -WX 2014-05-30 11:58:32 +00:00
dll_intercept_strlen.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
dll_large_function.cc [ASan/Win] Mark tests that require -MT asan_dll_thunk as such 2014-08-14 13:02:51 +00:00
dll_malloc_left_oob.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
dll_malloc_uaf.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
dll_noreturn.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
dll_null_deref.cc [ASan/Win] Fix PR20918 -- SEH handler doesn't work with the MD runtime 2014-09-12 14:01:30 +00:00
dll_operator_array_new_left_oob.cc [ASan/Win] Slightly update&relax test expectations to work with both -MT and -MD (in progress, PR20214) CRTs 2014-08-14 13:11:39 +00:00
dll_operator_array_new_with_dtor_left_oob.cc [ASan/Win] Slightly update&relax test expectations to work with both -MT and -MD (in progress, PR20214) CRTs 2014-08-14 13:11:39 +00:00
dll_poison_unpoison.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
dll_seh.cc [ASan/Win] Handle SEH exceptions even with -GS 2014-08-05 13:26:26 +00:00
dll_stack_use_after_return.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
dll_thread_stack_array_left_oob.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
double_free.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
double_operator_delete.cc [ASan/Win] Slightly update&relax test expectations to work with both -MT and -MD (in progress, PR20214) CRTs 2014-08-14 13:11:39 +00:00
global_const_string.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
global_const_string_oob.cc [ASan/Win] Unbreak the build after r211216 2014-07-07 16:22:04 +00:00
hello_world.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
intercept_memcpy.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
intercept_strdup.cc [ASan/Win] Slightly update&relax test expectations to work with both -MT and -MD (in progress, PR20214) CRTs 2014-08-14 13:11:39 +00:00
intercept_strlen.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
lit.local.cfg
longjmp.cc [ASan/Win] Add handling of C++ exceptions to the RTL 2014-07-22 12:37:51 +00:00
malloc_left_oob.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
malloc_right_oob.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
malloc_uaf.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
null_deref.cc [ASan] Fix a couple of nits in NULL deref tests 2014-07-14 14:26:35 +00:00
null_deref_multiple_dlls.cc [ASan/Win] Fix PR20918 -- SEH handler doesn't work with the MD runtime 2014-09-12 14:01:30 +00:00
operator_array_new_left_oob.cc [ASan/Win] Slightly update&relax test expectations to work with both -MT and -MD (in progress, PR20214) CRTs 2014-08-14 13:11:39 +00:00
operator_array_new_right_oob.cc [ASan/Win] Slightly update&relax test expectations to work with both -MT and -MD (in progress, PR20214) CRTs 2014-08-14 13:11:39 +00:00
operator_array_new_uaf.cc [ASan/Win] Slightly update&relax test expectations to work with both -MT and -MD (in progress, PR20214) CRTs 2014-08-14 13:11:39 +00:00
operator_array_new_with_dtor_left_oob.cc [ASan/Win] Slightly update&relax test expectations to work with both -MT and -MD (in progress, PR20214) CRTs 2014-08-14 13:11:39 +00:00
operator_delete_wrong_argument.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
operator_new_left_oob.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
operator_new_right_oob.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
operator_new_uaf.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
realloc_left_oob.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
realloc_right_oob.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
realloc_uaf.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
report_after_syminitialize.cc [ASan/Win] Print out a big warning and continue without checking for success if SymInitialize() fails 2014-08-08 13:25:55 +00:00
seh.cc [ASan/Win] Handle SEH exceptions even with -GS 2014-08-05 13:26:26 +00:00
stack_array_left_oob.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
stack_array_right_oob.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
stack_array_sanity.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
stack_use_after_return.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
thread_simple.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
thread_stack_array_left_oob.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
thread_stack_array_right_oob.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
thread_stack_reuse.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
thread_stress.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
throw_catch.cc [ASan/Win tests] Don't generate debug info where it is not needed 2014-07-22 15:53:10 +00:00
use_after_realloc.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
use_after_return_linkage.cc [ASan/Win] Add a test case for r216663 [-Zl vs LIBCMT vs asan_win_uar_thunk] 2014-08-28 13:20:23 +00:00
windows_h.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
wrong_downcast_on_heap.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00
wrong_downcast_on_stack.cc [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl. 2014-05-28 08:38:13 +00:00