[ASan/Win tests] Add tests for downcast-related overflows, as well as CRT initiazliers
commit0241a7c5bae364ded44f4f33803d199eade8dd4e
authorTimur Iskhodzhanov <timurrrr@google.com>
Thu, 15 May 2014 11:14:00 +0000 (15 11:14 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Thu, 15 May 2014 11:14:00 +0000 (15 11:14 +0000)
treec38f4b31c9fcdb18e0a1836616964064df6672e4
parentd4f5c5a234747c1801fed48aa1f8b242ab7e306a
[ASan/Win tests] Add tests for downcast-related overflows, as well as CRT initiazliers

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@208865 91177308-0d34-0410-b5e6-96231b3b80d8
test/asan/TestCases/Windows/crt_initializers.cc [new file with mode: 0644]
test/asan/TestCases/Windows/hello_world.cc [new file with mode: 0644]
test/asan/TestCases/Windows/wrong_downcast_on_heap.cc [new file with mode: 0644]
test/asan/TestCases/Windows/wrong_downcast_on_stack.cc [new file with mode: 0644]