aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test/scudo
AgeCommit message (Expand)AuthorFilesLines
2019-06-27[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner5-7/+7
2019-06-17[GWP-ASan] Integration with Scudo [5].Mitch Phillips1-0/+4
2019-02-25[sanitizer] Remove "-android" from test_arch.Evgeniy Stepanov1-9/+1
2019-02-04[scudo] Initial standalone skeleton check-inKostya Kortchinsky3-0/+29
2019-01-25[scudo] Delay allocations in the RSS check testKostya Kortchinsky1-1/+2
2019-01-24[scudo] Tuning changes based on feedback from current useKostya Kortchinsky1-12/+12
2018-08-14[scudo] Fix race condition in deallocation path when Quarantine is bypassedKostya Kortchinsky1-0/+69
2018-07-10[scudo] Use mkdir -p when creating directories for a testFilipe Cabecinhas1-1/+1
2018-07-10[compiler-rt] Get rid of "%T" expansionsFilipe Cabecinhas1-8/+8
2018-06-29[scudo] Add some runtime tests for the minimal runtimeKostya Kortchinsky4-4/+43
2018-06-28Support for multiarch runtimes layoutPetr Hosek1-1/+1
2018-06-15[scudo] Add verbose failures in place of CHECK(0)Kostya Kortchinsky4-10/+16
2018-06-12[scudo] Add C++17 aligned new/delete operators supportKostya Kortchinsky1-0/+84
2018-04-25[scudo] Adding an interface function to print allocator statsKostya Kortchinsky1-0/+21
2018-03-07[scudo] Make logging more consistentKostya Kortchinsky2-2/+2
2018-02-26[scudo] Make some tests less Linux-yKostya Kortchinsky5-44/+43
2018-01-18[scudo] Use -fsanitize=scudo rather than --whole-archive in testsKostya Kortchinsky1-8/+5
2018-01-04[scudo] Attempt to re-enable the valloc test on armhfKostya Kortchinsky1-1/+1
2018-01-01[scudo] Touch memory to count as RSSJonas Hahnfeld1-5/+10
2017-12-14[scudo] Disabling the interface test on armhfKostya Kortchinsky1-0/+1
2017-12-13[scudo] Adding a public Scudo interfaceKostya Kortchinsky1-3/+42
2017-12-01[ubsan] Re-commit: lit changes for lld testing, future lto testing.Roman Lebedev1-1/+1
2017-12-01Revert "[ubsan] lit changes for lld testing, future lto testing."Roman Lebedev1-1/+1
2017-12-01[ubsan] lit changes for lld testing, future lto testing.Roman Lebedev1-1/+1
2017-11-15[scudo] Soft and hard RSS limit checksKostya Kortchinsky1-0/+56
2017-11-01[scudo] Fix standlone build -lrt requirementKostya Kortchinsky1-1/+2
2017-11-01[scudo] Implement stricter separation of C vs C++Kostya Kortchinsky20-26/+30
2017-10-25[sanitizer] Random shuffling of chunks for the 32-bit Primary AllocatorKostya Kortchinsky1-2/+0
2017-10-23[scudo] Add a shared runtimeKostya Kortchinsky2-6/+27
2017-09-27[scudo] Temporary disabling the valloc test on armhfKostya Kortchinsky1-1/+1
2017-09-18[scudo] Additional modifications for Android tests supportKostya Kortchinsky3-2/+5
2017-09-18[scudo] Android build supportKostya Kortchinsky13-46/+72
2017-09-14[scudo] Fix bad request handling when allocator has not been initializedKostya Kortchinsky2-4/+6
2017-09-11[scudo] Fix improper TSD init after TLS destructors are calledKostya Kortchinsky1-0/+42
2017-08-28Reland r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny1-1/+1
2017-08-27Revert r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny1-1/+1
2017-08-27[cmake] Remove i686 target that is duplicate to i386Michal Gorny1-1/+1
2017-08-16[scudo] Application & platform compatibility changesKostya Kortchinsky3-48/+79
2017-07-25[scudo] Check for pvalloc overflowKostya Kortchinsky2-7/+70
2017-07-24[scudo] Fix QuarantineChunksUpToSize failing test on AArch64Kostya Kortchinsky1-0/+6
2017-07-24[scudo] Quarantine overhaulKostya Kortchinsky2-9/+70
2017-07-14[Sanitizers] Scudo allocator set errno on failure.Alex Shlyapnikov1-4/+4
2017-06-29[scudo] Change aligned alloc functions to be more compliant & perf changesKostya Kortchinsky1-5/+19
2017-06-28[Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov1-13/+32
2017-06-19[scudo] Enabling MIPS support for ScudoSagar Thakur1-1/+1
2017-04-24Revert [scudo] Enabling MIPS support for ScudoSagar Thakur1-1/+1
2017-04-24[scudo] Enabling MIPS support for ScudoSagar Thakur1-1/+1
2017-03-23[scudo] Add test exercising pthreadsKostya Kortchinsky1-0/+65
2017-02-06[scudo] Fix standalone compiler-rt test breakageKostya Kortchinsky1-0/+2
2017-02-03[scudo] Fix buildbot test error on ARMKostya Kortchinsky1-2/+2