summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Windows/dll_operator_array_new_with_dtor_left_oob.cc
AgeCommit message (Collapse)Author
2016-07-21[asan] Fix Win64 test portability issuesReid Kleckner
The OOM test should really only run on 32-bits, since it's hard to OOM on x64. The operator_array_new_with_dtor_left_oob tests need to account for the larger array cookie on x64 (8 bytes instead of 4). Use -std=c++14 in use-after-scope-capture.cc to avoid errors in the MSVC 2015 STL on Windows. The default there is C++14 anyway. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@276332 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-14[ASan/Win] Slightly update&relax test expectations to work with both -MT and ↵Timur Iskhodzhanov
-MD (in progress, PR20214) CRTs git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@215641 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-28[ASan/Win] Use clang rather than clang-cl by default for lit tests. Make ↵Timur Iskhodzhanov
Windows-only tests explicitly use clang-cl. Reviewed at http://reviews.llvm.org/D3893 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@209719 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-26[ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's ↵Timur Iskhodzhanov
clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@209622 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-22[ASan/Win] Add more tests for operator new[]Timur Iskhodzhanov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@209439 91177308-0d34-0410-b5e6-96231b3b80d8