llvm-project/compiler-rt/test/asan/TestCases/Windows
Timur Iskhodzhanov 9011eb81cf [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744)
llvm-svn: 209622
2014-05-26 11:54:20 +00:00
..
aligned_mallocs.cc [ASan/Win tests] Add tests for aligned mallocs, bitfields and global strings 2014-05-15 10:58:35 +00:00
allocators_sanity.cc [ASan/Win tests] Add tests for malloc/calloc/realloc 2014-05-15 13:50:12 +00:00
beginthreadex.cc [ASan tests] Add ASan Windows threading tests 2014-05-15 09:12:55 +00:00
bitfield.cc [ASan/Win tests] Add tests for aligned mallocs, bitfields and global strings 2014-05-15 10:58:35 +00:00
bitfield_uaf.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
calloc_left_oob.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
calloc_right_oob.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
calloc_uaf.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
crt_initializers.cc [ASan/Win tests] Add tests for downcast-related overflows, as well as CRT initiazliers 2014-05-15 11:14:00 +00:00
dll_aligned_mallocs.cc [ASan/Win tests] Add more DLL tests: malloc & friends 2014-05-15 14:42:41 +00:00
dll_allocators_sanity.cc [ASan/Win tests] Add more DLL tests: malloc & friends 2014-05-15 14:42:41 +00:00
dll_host.cc Quick-fix a copy-and-paste mistake in one of the ASan test 2014-05-22 15:14:05 +00:00
dll_intercept_memcpy.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
dll_intercept_strlen.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
dll_malloc_left_oob.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
dll_malloc_uaf.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
dll_noreturn.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
dll_operator_array_new_left_oob.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
dll_operator_array_new_with_dtor_left_oob.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
dll_poison_unpoison.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
dll_stack_use_after_return.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
dll_thread_stack_array_left_oob.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
double_free.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
double_operator_delete.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
global_const_string.cc [ASan/Win tests] Add tests for aligned mallocs, bitfields and global strings 2014-05-15 10:58:35 +00:00
global_const_string_oob.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
hello_world.cc [ASan/Win tests] Add tests for downcast-related overflows, as well as CRT initiazliers 2014-05-15 11:14:00 +00:00
intercept_memcpy.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
intercept_strdup.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
intercept_strlen.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
lit.local.cfg
malloc_left_oob.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
malloc_right_oob.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
malloc_uaf.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
operator_array_new_left_oob.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
operator_array_new_right_oob.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
operator_array_new_uaf.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
operator_array_new_with_dtor_left_oob.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
operator_delete_wrong_argument.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
operator_new_left_oob.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
operator_new_right_oob.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
operator_new_uaf.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
realloc_left_oob.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
realloc_right_oob.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
realloc_uaf.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
stack_array_left_oob.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
stack_array_right_oob.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
stack_array_sanity.cc [ASan/Win tests] Add tests for stack array manipulation, as well as a use-after-return test 2014-05-15 12:09:45 +00:00
stack_use_after_return.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
thread_simple.cc [ASan tests] Add ASan Windows threading tests 2014-05-15 09:12:55 +00:00
thread_stack_array_left_oob.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
thread_stack_array_right_oob.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
thread_stack_reuse.cc [ASan tests] Add ASan Windows threading tests 2014-05-15 09:12:55 +00:00
thread_stress.cc [ASan tests] Add ASan Windows threading tests 2014-05-15 09:12:55 +00:00
use_after_realloc.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
windows_h.cc [ASan tests] Add ASan Windows threading tests 2014-05-15 09:12:55 +00:00
wrong_downcast_on_heap.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00
wrong_downcast_on_stack.cc [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) 2014-05-26 11:54:20 +00:00