[ASan/Win tests] Add tests for stack array manipulation, as well as a use-after-retur...
commit1080b3918d9b535cf405a7af145441d0b65463e8
authorTimur Iskhodzhanov <timurrrr@google.com>
Thu, 15 May 2014 12:09:45 +0000 (15 12:09 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Thu, 15 May 2014 12:09:45 +0000 (15 12:09 +0000)
tree39aa98ef0915456254c0c8af39b0f72aeabac033
parent5be0da5f59b23debf55b7c8edd7640e27d3bc69c
[ASan/Win tests] Add tests for stack array manipulation, as well as a use-after-return test

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@208873 91177308-0d34-0410-b5e6-96231b3b80d8
test/asan/TestCases/Windows/stack_array_left_oob.cc [new file with mode: 0644]
test/asan/TestCases/Windows/stack_array_right_oob.cc [new file with mode: 0644]
test/asan/TestCases/Windows/stack_array_sanity.cc [new file with mode: 0644]
test/asan/TestCases/Windows/stack_use_after_return.cc [new file with mode: 0644]