summaryrefslogtreecommitdiff
path: root/test/scudo
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Remove .cc from all lit config filesNico Weber2019-08-051-1/+1
* [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner2019-06-275-7/+7
* [GWP-ASan] Integration with Scudo [5].Mitch Phillips2019-06-171-0/+4
* [sanitizer] Remove "-android" from test_arch.Evgeniy Stepanov2019-02-251-9/+1
* [scudo] Initial standalone skeleton check-inKostya Kortchinsky2019-02-043-0/+29
* [scudo] Delay allocations in the RSS check testKostya Kortchinsky2019-01-251-1/+2
* [scudo] Tuning changes based on feedback from current useKostya Kortchinsky2019-01-241-12/+12
* [scudo] Fix race condition in deallocation path when Quarantine is bypassedKostya Kortchinsky2018-08-141-0/+69
* [scudo] Use mkdir -p when creating directories for a testFilipe Cabecinhas2018-07-101-1/+1
* [compiler-rt] Get rid of "%T" expansionsFilipe Cabecinhas2018-07-101-8/+8
* [scudo] Add some runtime tests for the minimal runtimeKostya Kortchinsky2018-06-294-4/+43
* Support for multiarch runtimes layoutPetr Hosek2018-06-281-1/+1
* [scudo] Add verbose failures in place of CHECK(0)Kostya Kortchinsky2018-06-154-10/+16
* [scudo] Add C++17 aligned new/delete operators supportKostya Kortchinsky2018-06-121-0/+84
* [scudo] Adding an interface function to print allocator statsKostya Kortchinsky2018-04-251-0/+21
* [scudo] Make logging more consistentKostya Kortchinsky2018-03-072-2/+2
* [scudo] Make some tests less Linux-yKostya Kortchinsky2018-02-265-44/+43
* [scudo] Use -fsanitize=scudo rather than --whole-archive in testsKostya Kortchinsky2018-01-181-8/+5
* [scudo] Attempt to re-enable the valloc test on armhfKostya Kortchinsky2018-01-041-1/+1
* [scudo] Touch memory to count as RSSJonas Hahnfeld2018-01-011-5/+10
* [scudo] Disabling the interface test on armhfKostya Kortchinsky2017-12-141-0/+1
* [scudo] Adding a public Scudo interfaceKostya Kortchinsky2017-12-131-3/+42
* [ubsan] Re-commit: lit changes for lld testing, future lto testing.Roman Lebedev2017-12-011-1/+1
* Revert "[ubsan] lit changes for lld testing, future lto testing."Roman Lebedev2017-12-011-1/+1
* [ubsan] lit changes for lld testing, future lto testing.Roman Lebedev2017-12-011-1/+1
* [scudo] Soft and hard RSS limit checksKostya Kortchinsky2017-11-151-0/+56
* [scudo] Fix standlone build -lrt requirementKostya Kortchinsky2017-11-011-1/+2
* [scudo] Implement stricter separation of C vs C++Kostya Kortchinsky2017-11-0120-26/+30
* [sanitizer] Random shuffling of chunks for the 32-bit Primary AllocatorKostya Kortchinsky2017-10-251-2/+0
* [scudo] Add a shared runtimeKostya Kortchinsky2017-10-232-6/+27
* [scudo] Temporary disabling the valloc test on armhfKostya Kortchinsky2017-09-271-1/+1
* [scudo] Additional modifications for Android tests supportKostya Kortchinsky2017-09-183-2/+5
* [scudo] Android build supportKostya Kortchinsky2017-09-1813-46/+72
* [scudo] Fix bad request handling when allocator has not been initializedKostya Kortchinsky2017-09-142-4/+6
* [scudo] Fix improper TSD init after TLS destructors are calledKostya Kortchinsky2017-09-111-0/+42
* Reland r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny2017-08-281-1/+1
* Revert r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny2017-08-271-1/+1
* [cmake] Remove i686 target that is duplicate to i386Michal Gorny2017-08-271-1/+1
* [scudo] Application & platform compatibility changesKostya Kortchinsky2017-08-163-48/+79
* [scudo] Check for pvalloc overflowKostya Kortchinsky2017-07-252-7/+70
* [scudo] Fix QuarantineChunksUpToSize failing test on AArch64Kostya Kortchinsky2017-07-241-0/+6
* [scudo] Quarantine overhaulKostya Kortchinsky2017-07-242-9/+70
* [Sanitizers] Scudo allocator set errno on failure.Alex Shlyapnikov2017-07-141-4/+4
* [scudo] Change aligned alloc functions to be more compliant & perf changesKostya Kortchinsky2017-06-291-5/+19
* [Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov2017-06-281-13/+32
* [scudo] Enabling MIPS support for ScudoSagar Thakur2017-06-191-1/+1
* Revert [scudo] Enabling MIPS support for ScudoSagar Thakur2017-04-241-1/+1
* [scudo] Enabling MIPS support for ScudoSagar Thakur2017-04-241-1/+1
* [scudo] Add test exercising pthreadsKostya Kortchinsky2017-03-231-0/+65
* [scudo] Fix standalone compiler-rt test breakageKostya Kortchinsky2017-02-061-0/+2