summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Windows/intercept_strdup.cc
Commit message (Expand)AuthorAgeFilesLines
* It really helps to not randomly delete one of the closing brackets. =/Chandler Carruth2016-06-041-1/+1
* Ok, now I know why I kept getting confused and not making progressChandler Carruth2016-06-041-2/+8
* Update this test yet again, this time based on a nice consecutive pairChandler Carruth2016-06-041-3/+2
* I didn't actually get this right, but now I have frame #0 and frame #2.Chandler Carruth2016-06-041-2/+3
* Amazingly, my guess was correct for the top two frames here. HopefullyChandler Carruth2016-06-041-8/+0
* Temporary hack to this test to try and get the sanitizer-windows bot toChandler Carruth2016-06-041-2/+10
* [asan] Relax strdup test check linesReid Kleckner2016-03-221-2/+2
* [asan] Intercept strdup on WindowsReid Kleckner2016-03-221-4/+2
* [windows] Remove CHECK for strdup symbol that comes from the CRTReid Kleckner2015-08-111-2/+3
* [ASan/Win] Slightly update&relax test expectations to work with both -MT and ...Timur Iskhodzhanov2014-08-141-1/+1
* [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Wind...Timur Iskhodzhanov2014-05-281-1/+1
* [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's c...Timur Iskhodzhanov2014-05-261-2/+1
* [ASan/Win tests] Add memcpy/strdup/strlen interception testsTimur Iskhodzhanov2014-05-151-0/+28