[ASan tests] Add ASan Windows threading tests
commit5ce594f1c282a080530c005f633a04d1617197fd
authorTimur Iskhodzhanov <timurrrr@google.com>
Thu, 15 May 2014 09:12:55 +0000 (15 09:12 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Thu, 15 May 2014 09:12:55 +0000 (15 09:12 +0000)
tree0dc0ec8ca60367dc061503e70227015e90106a8e
parent46690b23b85fec683a0c3e847914bf2752402da6
[ASan tests] Add ASan Windows threading tests

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@208854 91177308-0d34-0410-b5e6-96231b3b80d8
test/asan/TestCases/Windows/beginthreadex.cc [new file with mode: 0644]
test/asan/TestCases/Windows/thread_simple.cc [new file with mode: 0644]
test/asan/TestCases/Windows/thread_stack_array_left_oob.cc
test/asan/TestCases/Windows/thread_stack_array_right_oob.cc [copied from test/asan/TestCases/Windows/thread_stack_array_left_oob.cc with 67% similarity]
test/asan/TestCases/Windows/thread_stack_reuse.cc [new file with mode: 0644]
test/asan/TestCases/Windows/thread_stress.cc [new file with mode: 0644]
test/asan/TestCases/Windows/windows_h.cc [new file with mode: 0644]