summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests
AgeCommit message (Expand)Author
2016-12-02[sanitizer] Track architecture and UUID of modules in LoadedModuleKuba Mracek
2016-11-29Return memory to OS right after free (not in the async thread).Evgeniy Stepanov
2016-11-18rename InternalBinarySearch to InternalLowerBoundMike Aizatsky
2016-11-16fixing binary search for cases when element is not in arrayMike Aizatsky
2016-10-26[sanitizers] Set Darwin specific linker and compiler flags for all testsAnna Zaks
2016-09-15[asan] Reenable 64-bit allocator on android/aarch64.Evgeniy Stepanov
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2016-09-15[sanitizer] Test the allocator with the ASan win64 memory constantsReid Kleckner
2016-09-09[sanitizer] fix an allocator bug where the allocated memory may overlap with ...Kostya Serebryany
2016-08-31[sanitizer] extend SizeClassMap to take more template parameters, add VeryCom...Kostya Serebryany
2016-08-26[sanitizer] enable random shuffling the memory chunks inside the allocator, u...Kostya Serebryany
2016-08-25[sanitizer] change SizeClassAllocator64 to accept just one template parameter...Kostya Serebryany
2016-08-24[sanitizer] re-apply r279572 and r279595 reverted in r279643: change the 64-b...Kostya Serebryany
2016-08-24Revert r279572 "[sanitizer] change the 64-bit..." because of failures on ubsanVitaly Buka
2016-08-23[sanitizer] change the 64-bit allocator to use a single array for free-d chun...Kostya Serebryany
2016-08-23[sanitizer] adding a threaded performance stress test for malloc (useful for ...Kostya Serebryany
2016-08-09[sanitizer] use 32-bit offset instead of 64-bit pointers in the 64-bit alloca...Kostya Serebryany
2016-08-06[sanitizer] allocator: move TransferBatch into SizeClassAllocator64/SizeClass...Kostya Serebryany
2016-08-05Disable a few more flaky asan64 tests.Nico Weber
2016-08-05Disable a few win asan64 tests that don't reliably pass, https://reviews.llvm...Nico Weber
2016-08-04[compiler-rt] Fix memory allocator for dynamic address spaceEtienne Bergeron
2016-07-31XFAIL one sanitizer symbolizer test for FreeBSDDimitry Andric
2016-07-26[sanitizer] Try to fix LargeMmapAllocator test on WindowsReid Kleckner
2016-07-22Try to fix more Windows portability issues in sanitizer testsReid Kleckner
2016-07-22[sanitizer] allocator: introduce kUseSeparateSizeClassForBatch (false by defa...Kostya Serebryany
2016-07-21[sanitizer] allocator: remove kPopulateSize and only use SizeClassMap::MaxCac...Kostya Serebryany
2016-07-20[sanitizers] split sanitizer_allocator.h into a number of smaller .h files; NFCKostya Serebryany
2016-07-12[sanitizers] Allocate 12MB for stack instead of 134MBReid Kleckner
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-07-07[compiler-rt] Fix minimal stack reserved for unittest on MSVC buildEtienne Bergeron
2016-07-07[compiler-rt] Fix sanitizer memory allocator on win64.Etienne Bergeron
2016-07-07[compiler-rt] Fix AllocatorCacheDeallocNewThread unittestEtienne Bergeron
2016-06-30[compiler-rt] Re-active unittest previously broken on windows.Etienne Bergeron
2016-06-30[compiler-rt] Fix TLS resource leaking in unittestEtienne Bergeron
2016-06-30[compiler-rt] Fix broken (flaky) unittests based on FlagParser.Etienne Bergeron
2016-06-30[compiler-rt] Reset global variables in ThreadRegistryThreadedTestEtienne Bergeron
2016-06-29[compiler-rt] Fix Sanitizer-common Unittests on win64Etienne Bergeron
2016-06-29[compiler-rt] Fix passing debug information to unittest.Etienne Bergeron
2016-06-27[sanitizer] Stop unwinding the stack when a close-to-zero PC is foundKuba Brecka
2016-05-16[compiler-rt] Fix multi-configuration output pathsEtienne Bergeron
2016-04-23[sanitizer] add a function MmapNoAccess that mmaps a protected region *somewh...Kostya Serebryany
2016-04-22Revert "[sanitizer] Allow the sanitizer allocator to use a non-fixed address ...Renato Golin
2016-04-22[sanitizer] Allow the sanitizer allocator to use a non-fixed address range. A...Kostya Serebryany
2016-04-20[sanitizer] update the sanitizer_allocator_testlibKostya Serebryany
2016-04-16[sanitizers] Fixup to r266494; the Unit test should not run on WindowsAnna Zaks
2016-04-15[sanitizers] Teach the internal demangler about Swift namesAnna Zaks
2016-04-14[sanitizer] [SystemZ] Add virtual space size.Marcin Koscielnicki
2016-03-11[Compiler-rt] Fix ioctl codes for MIPS in sanitizer_ioctl_testMohit K. Bhakkad
2016-02-22[Sanitizer] Introduce ListOfModules object and use it to replace GetListOfMod...Alexey Samsonov
2016-02-15Fixed non-NULL terminating array bug in SanitizerCommon.StartSubprocessTest t...Zia Ansari