[ASan/Win tests] Add more DLL tests
commitefbdbc89e6324468f944e8338001bd719d4295c5
authorTimur Iskhodzhanov <timurrrr@google.com>
Thu, 15 May 2014 15:13:06 +0000 (15 15:13 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Thu, 15 May 2014 15:13:06 +0000 (15 15:13 +0000)
treee471522374cfaa4d5b93eca7b1e7ee9073cafc1f
parenteafa65ae70968b7e3c655da79c47321346bb7c42
[ASan/Win tests] Add more DLL tests

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@208893 91177308-0d34-0410-b5e6-96231b3b80d8
test/asan/TestCases/Windows/dll_malloc_left_oob.cc
test/asan/TestCases/Windows/dll_malloc_uaf.cc
test/asan/TestCases/Windows/dll_noreturn.cc [new file with mode: 0644]
test/asan/TestCases/Windows/dll_poison_unpoison.cc [new file with mode: 0644]
test/asan/TestCases/Windows/dll_stack_use_after_return.cc [new file with mode: 0644]
test/asan/TestCases/Windows/dll_thread_stack_array_left_oob.cc [new file with mode: 0644]