llvm-project/compiler-rt/test/asan/TestCases/Windows
Alexey Samsonov 8e5e8fb2f3 [SanitizerCoverage] Upgrade lit tests to new -fsanitize-coverage= flags.
llvm-svn: 236796
2015-05-07 23:20:47 +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
bind_io_completion_callback.cc [ASan/Win] Fix a CHECK failure when an exception is thrown from a callback passed to BindIoCompletionCallback 2015-03-17 16:50:59 +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
coverage-basic.cc [SanitizerCoverage] Upgrade lit tests to new -fsanitize-coverage= flags. 2015-05-07 23:20:47 +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
default_options.cc [ASan/Win] Add support for sanitizer allocator hooks, __asan_default_options and __asan_on_error 2015-02-24 17:07:22 +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] Thread sanitizer common interface through asan_win_dll_thunk.cc 2015-02-19 15:25:26 +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 Update ASan/Win test expectations broken by r223508 2014-12-10 17:56:29 +00:00
dll_intercept_memcpy_indirect.cc Update ASan/Win test expectations broken by r223508 2014-12-10 17:56:29 +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] Update test expectations after r230724 2015-02-27 14:29:53 +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_report_globals_symbolization_at_startup.cc [ASan/Win] Work around PR22545: call LLVM global_dtors in the MD atexit() 2015-03-02 19:41:09 +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] Update test expectations after r230724 2015-02-27 14:29:53 +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
free_hook_realloc.cc [ASan/Win] Add support for sanitizer allocator hooks, __asan_default_options and __asan_on_error 2015-02-24 17:07:22 +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 Update ASan/Win test expectations broken by r223508 2014-12-10 17:56:29 +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
iostream_sbo.cc [ASan/Win] Add a test case for PR22431 2015-02-09 12:47:51 +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
on_error_callback.cc [ASan/Win] Add support for sanitizer allocator hooks, __asan_default_options and __asan_on_error 2015-02-24 17:07:22 +00:00
oom.cc [ASan/Win] Add an OOM test 2015-02-16 15:24:20 +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
queue_user_work_item.cc [ASan/Win] Fix a CHECK failure when an exception is thrown from a callback passed to QueueUserWorkItem 2015-03-11 17:47:10 +00:00
queue_user_work_item_report.cc [ASan/Win] Fix a CHECK failure when an exception is thrown from a callback passed to BindIoCompletionCallback 2015-03-17 16:50:59 +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
report_globals_reload_dll.cc [ASan/Win] Work around PR22545: call LLVM global_dtors in the MD atexit() 2015-03-02 19:41:09 +00:00
report_globals_vs_freelibrary.cc [ASan/Win] Work around PR22545: call LLVM global_dtors in the MD atexit() 2015-03-02 19:41:09 +00:00
seh.cc [ASan/Win] Handle SEH exceptions even with -GS 2014-08-05 13:26:26 +00:00
shadow_mapping_failure.cc [ASan/Win] Move the shadow to 0x30000000 2015-01-22 12:24:21 +00:00
stack_array_left_oob.cc [ASan/Win] Update test expectations after r230724 2015-02-27 14:29:53 +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
symbols_path.cc [ASan/Win] Add the executable's directory to the symbol search path 2015-02-10 16:17:01 +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] Update test expectations after r230724 2015-02-27 14:29:53 +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
thread_suspended.cc [ASan/Win] Bandaid fix for PR22025 -- deadlocks when creating suspended threads 2014-12-24 16:14:16 +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