summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/Windows
Commit message (Expand)AuthorAgeFilesLines
* [asan] Update Windows test expectations for LLVM's MS demanglerReid Kleckner2019-10-171-1/+1
* compiler-rt: Rename cc files below test/asan to cppNico Weber2019-08-05119-146/+146
* compiler-rt: Rename .cc file in lib/asan to .cppNico Weber2019-08-011-3/+3
* Change another test I missed in r365724Nico Weber2019-07-111-1/+1
* clang-cl: Remove -O0 optionNico Weber2019-07-1189-121/+121
* [sanitizers][windows] FIX: Rtl-Heap Interception and testsMatthew G McGovern2019-07-0914-14/+14
* [sanitizers][windows] Rtl-Heap Interception and testsMatthew G McGovern2019-07-0922-4/+746
* Revert "[sanitizers][windows] Rtl-Heap Interception and tests"JF Bastien2019-07-0822-746/+4
* [sanitizers][windows] Rtl-Heap Interception and testsMatthew G McGovern2019-07-0822-4/+746
* [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner2019-06-271-0/+0
* [AddressSanitizer] [Windows] Fix HeapReAlloc and _recalloc bugs in asan_mallo...Matthew G McGovern2019-04-292-0/+58
* [asan] Disable -Wfortify-source in intentional OOB testsReid Kleckner2019-03-182-4/+4
* Revert r346560 "[winasan] Unpoison the stack in NtTerminateThread"Reid Kleckner2018-11-291-1/+0
* Re-land r343606 "[winasan] Unpoison the stack in NtTerminateThread"Reid Kleckner2018-11-091-0/+1
* Revert r343606/r342652 "[winasan] Unpoison the stack in NtTerminateThread""Reid Kleckner2018-10-051-1/+0
* Reland r342652 "[winasan] Unpoison the stack in NtTerminateThread"David Major2018-10-021-0/+1
* Revert r342652 "[winasan] Unpoison the stack in NtTerminateThread"Hans Wennborg2018-09-281-1/+0
* Fix test after r342652David Major2018-09-201-0/+1
* [compiler-rt] Get rid of "%T" expansionsFilipe Cabecinhas2018-07-101-2/+2
* [asan] Add flushes to try to fix testReid Kleckner2018-06-201-1/+2
* [asan] Add Windows test for handle_segv and SetUnhandledExceptionFilterReid Kleckner2018-06-201-0/+35
* [asan] Align __asan_global_start so that it works with LLDReid Kleckner2018-04-261-0/+18
* [ASan] Report proper ASan error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-03-281-1/+1
* Enable PDB generation with lld in asan and cfi tests on Windows.Peter Collingbourne2017-11-171-5/+1
* [ubsan] Fix interface_symbols_windows testVitaly Buka2017-09-181-0/+1
* [SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzerMatt Morehouse2017-08-301-0/+1
* [asan] Update unittest for changes in logging r308637Vitaly Buka2017-07-201-3/+3
* [Sanitizers] Fix allocator OOM test on Windows.Alex Shlyapnikov2017-06-161-1/+1
* Revert my bad winasan coverage test fix and apply one that actually worksReid Kleckner2017-05-032-3/+3
* Speculative fix for WinASan after r301994Reid Kleckner2017-05-031-1/+1
* [asan] Fix Windows global dead stripping testsReid Kleckner2017-04-242-4/+4
* [cfi] Run tests with and without lld and thinlto.Evgeniy Stepanov2017-04-211-1/+1
* [asan] Support line numbers in StackVarDescrKuba Mracek2017-03-3014-14/+14
* Use lld-link /nopdb to suppress PDB generation when DWARF is requiredReid Kleckner2017-03-221-2/+2
* [compiler-rt][asan] Add support for desallocation of unhandled pointersEtienne Bergeron2017-02-211-0/+30
* [compiler-rt][asan|win] Force tls_init test to use dynamic runtimeEtienne Bergeron2017-02-141-1/+1
* [asan] Intercept SetUnhandledExceptionFilter.Marcos Pividori2017-02-021-0/+1
* [sanitizer] Add list of symbols exported in sanitizers' interface.Marcos Pividori2017-01-312-16/+65
* General definition for weak functionsMarcos Pividori2017-01-291-0/+1
* [asan] Un-XFAIL Windows global dead stripping test casesReid Kleckner2016-11-212-6/+0
* [asan] Create a .ASAN$G(A-Z) section for global registrationReid Kleckner2016-11-172-0/+57
* Remove pwd to fix WinASan botReid Kleckner2016-11-141-1/+0
* [asan/win] Delay load dbghelp.dll to delay ucrtbase.dll initializationReid Kleckner2016-11-141-0/+18
* Add a test that uses coverage and printf from a DLLReid Kleckner2016-11-111-0/+17
* [asan/win] Add init hooks to .CRT$XLABReid Kleckner2016-11-081-0/+51
* [asan] Add more dynamic CRT mode testsReid Kleckner2016-11-024-38/+5
* [compiler-rt][asan] Disable a broken test on windows 64-bitsEtienne Bergeron2016-09-301-0/+6
* [compiler-rt][asan] Fix incorrect regexp breaking an asan unittest on win64Etienne Bergeron2016-09-301-1/+1
* Fix two tests in Win64 ASanReid Kleckner2016-08-051-0/+1
* Fix dumping of process module list and test itReid Kleckner2016-08-051-0/+29
OpenPOWER on IntegriCloud