summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Windows
AgeCommit message (Expand)Author
2017-11-17Enable PDB generation with lld in asan and cfi tests on Windows.Peter Collingbourne
2017-09-18[ubsan] Fix interface_symbols_windows testVitaly Buka
2017-08-30[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzerMatt Morehouse
2017-07-20[asan] Update unittest for changes in logging r308637Vitaly Buka
2017-06-16[Sanitizers] Fix allocator OOM test on Windows.Alex Shlyapnikov
2017-05-03Revert my bad winasan coverage test fix and apply one that actually worksReid Kleckner
2017-05-03Speculative fix for WinASan after r301994Reid Kleckner
2017-04-24[asan] Fix Windows global dead stripping testsReid Kleckner
2017-04-21[cfi] Run tests with and without lld and thinlto.Evgeniy Stepanov
2017-03-30[asan] Support line numbers in StackVarDescrKuba Mracek
2017-03-22Use lld-link /nopdb to suppress PDB generation when DWARF is requiredReid Kleckner
2017-02-21[compiler-rt][asan] Add support for desallocation of unhandled pointersEtienne Bergeron
2017-02-14[compiler-rt][asan|win] Force tls_init test to use dynamic runtimeEtienne Bergeron
2017-02-02[asan] Intercept SetUnhandledExceptionFilter.Marcos Pividori
2017-01-31[sanitizer] Add list of symbols exported in sanitizers' interface.Marcos Pividori
2017-01-29General definition for weak functionsMarcos Pividori
2016-11-21[asan] Un-XFAIL Windows global dead stripping test casesReid Kleckner
2016-11-17[asan] Create a .ASAN$G(A-Z) section for global registrationReid Kleckner
2016-11-14Remove pwd to fix WinASan botReid Kleckner
2016-11-14[asan/win] Delay load dbghelp.dll to delay ucrtbase.dll initializationReid Kleckner
2016-11-11Add a test that uses coverage and printf from a DLLReid Kleckner
2016-11-08[asan/win] Add init hooks to .CRT$XLABReid Kleckner
2016-11-02[asan] Add more dynamic CRT mode testsReid Kleckner
2016-09-30[compiler-rt][asan] Disable a broken test on windows 64-bitsEtienne Bergeron
2016-09-30[compiler-rt][asan] Fix incorrect regexp breaking an asan unittest on win64Etienne Bergeron
2016-08-05Fix two tests in Win64 ASanReid Kleckner
2016-08-05Fix dumping of process module list and test itReid Kleckner
2016-08-02[asan] Intercept RtlRaiseException instead of kernel32!RaiseExceptionReid Kleckner
2016-08-02Remove stale CHECK lines that should have been included in r277478Reid Kleckner
2016-08-02[asan] Remove NtWaitForWorkViaWorkerFactory interceptorReid Kleckner
2016-07-21[asan] Fix Win64 test portability issuesReid Kleckner
2016-07-21Fix unsymbolize unittest. Adding win64 address.Etienne Bergeron
2016-07-21[compiler-rt] Fix interception of memcpy/memmove on win64Etienne Bergeron
2016-07-21[compiler-rt] Fix broken SymInitialize unittestEtienne Bergeron
2016-07-20fix flaky test on windows sanitizer botsEtienne Bergeron
2016-07-20Try to deflake Windows/dll_host.cc test by not using repeated echo appendingReid Kleckner
2016-07-20[compiler-rt/asan] Disable irrelevant unittest on win64Etienne Bergeron
2016-07-19[compiler-rt] Fix Asan imports/exports unittestEtienne Bergeron
2016-07-14[compiler-rt] Fix missing argument in asan unittestEtienne Bergeron
2016-06-04It really helps to not randomly delete one of the closing brackets. =/Chandler Carruth
2016-06-04Ok, now I know why I kept getting confused and not making progressChandler Carruth
2016-06-04Update this test yet again, this time based on a nice consecutive pairChandler Carruth
2016-06-04I didn't actually get this right, but now I have frame #0 and frame #2.Chandler Carruth
2016-06-04Amazingly, my guess was correct for the top two frames here. HopefullyChandler Carruth
2016-06-04Temporary hack to this test to try and get the sanitizer-windows bot toChandler Carruth
2016-03-22[asan] Relax strdup test check linesReid Kleckner
2016-03-22[asan] Intercept strdup on WindowsReid Kleckner
2016-03-22Fix coverage-related asan tests for VS 2015Reid Kleckner
2016-03-10[Windows] Fix UnmapOrDie and MmapAlignedOrDieReid Kleckner
2016-02-19[Windows] Simplify more tests now that Clang supports EHReid Kleckner