.. |
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
|
[Windows] Add 10s timeout to some WaitForSingleObject calls
|
2016-02-19 17:30:38 +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
|
[Windows] Relax test case patterns to allow parameter lists
|
2015-08-10 22:43:04 +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
|
[ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable.
|
2015-08-25 18:27:53 +00:00 |
crash_read_write.cc
|
[Windows] Fill in read/write information in SignalContext
|
2016-02-11 16:44:35 +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
|
[Windows] Relax test case patterns to allow parameter lists
|
2015-08-10 22:43:04 +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_control_c.cc
|
[asan] Disable ctrl+c test until I figure out how to make it portable
|
2015-07-22 22:25: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
|
[Windows] Relax test case patterns to allow parameter lists
|
2015-08-10 22:43:04 +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
|
[Windows] Relax test case patterns to allow parameter lists
|
2015-08-10 22:43:04 +00:00 |
dll_report_globals_symbolization_at_startup.cc
|
[ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable.
|
2015-08-25 18:27:53 +00:00 |
dll_seh.cc
|
[Windows] Simplify more tests now that Clang supports EH
|
2016-02-19 17:36:54 +00:00 |
dll_stack_use_after_return.cc
|
[ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable.
|
2015-08-25 18:27:53 +00:00 |
dll_thread_stack_array_left_oob.cc
|
[Windows] Relax test case patterns to allow parameter lists
|
2015-08-10 22:43:04 +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 |
fuse-lld.cc
|
[windows] Use lld-link instead of lld-link2, the latter no longer exists
|
2015-08-11 17:36:09 +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
|
[windows] Remove CHECK for strdup symbol that comes from the CRT
|
2015-08-11 16:56:26 +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
|
[Windows] Use llvm-symbolizer before using dbghelp
|
2015-08-11 15:51:40 +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
|
[Windows] Relax test case patterns to allow parameter lists
|
2015-08-10 22:43:04 +00:00 |
operator_new_left_oob.cc
|
[Windows] Relax test case patterns to allow parameter lists
|
2015-08-10 22:43:04 +00:00 |
operator_new_right_oob.cc
|
[Windows] Relax test case patterns to allow parameter lists
|
2015-08-10 22:43:04 +00:00 |
operator_new_uaf.cc
|
[Windows] Relax test case patterns to allow parameter lists
|
2015-08-10 22:43:04 +00:00 |
queue_user_work_item.cc
|
[Windows] Add 10s timeout to some WaitForSingleObject calls
|
2016-02-19 17:30:38 +00:00 |
queue_user_work_item_report.cc
|
[Windows] Add 10s timeout to some WaitForSingleObject calls
|
2016-02-19 17:30:38 +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
|
[Windows] Fill in read/write information in SignalContext
|
2016-02-11 16:44:35 +00:00 |
report_globals_reload_dll.cc
|
[ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable.
|
2015-08-25 18:27:53 +00:00 |
report_globals_vs_freelibrary.cc
|
[ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable.
|
2015-08-25 18:27:53 +00:00 |
seh.cc
|
[asan] Test clang's SEH implementation as well as MSVC's
|
2015-07-22 20:54:24 +00:00 |
shadow_mapping_failure.cc
|
[asan] Remove CHECK line for kernel32.dll
|
2015-07-22 22:39:36 +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] More ASAN_OPTIONS churn: use %env_asan_opts where applicable.
|
2015-08-25 18:27:53 +00:00 |
symbols_path.cc
|
[Windows] Relax test case patterns to allow parameter lists
|
2015-08-10 22:43:04 +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
|
[Windows] Relax test case patterns to allow parameter lists
|
2015-08-10 22:43:04 +00:00 |
thread_stack_array_right_oob.cc
|
[Windows] Relax test case patterns to allow parameter lists
|
2015-08-10 22:43:04 +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 |
unsymbolized.cc
|
[asan] Print VAs instead of RVAs for module offsets on Windows
|
2015-08-03 19:51:18 +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 |