summaryrefslogtreecommitdiff
path: root/test/scudo
AgeCommit message (Expand)Author
2018-07-10[scudo] Use mkdir -p when creating directories for a testFilipe Cabecinhas
2018-07-10[compiler-rt] Get rid of "%T" expansionsFilipe Cabecinhas
2018-06-29[scudo] Add some runtime tests for the minimal runtimeKostya Kortchinsky
2018-06-28Support for multiarch runtimes layoutPetr Hosek
2018-06-15[scudo] Add verbose failures in place of CHECK(0)Kostya Kortchinsky
2018-06-12[scudo] Add C++17 aligned new/delete operators supportKostya Kortchinsky
2018-04-25[scudo] Adding an interface function to print allocator statsKostya Kortchinsky
2018-03-07[scudo] Make logging more consistentKostya Kortchinsky
2018-02-26[scudo] Make some tests less Linux-yKostya Kortchinsky
2018-01-18[scudo] Use -fsanitize=scudo rather than --whole-archive in testsKostya Kortchinsky
2018-01-04[scudo] Attempt to re-enable the valloc test on armhfKostya Kortchinsky
2018-01-01[scudo] Touch memory to count as RSSJonas Hahnfeld
2017-12-14[scudo] Disabling the interface test on armhfKostya Kortchinsky
2017-12-13[scudo] Adding a public Scudo interfaceKostya Kortchinsky
2017-12-01[ubsan] Re-commit: lit changes for lld testing, future lto testing.Roman Lebedev
2017-12-01Revert "[ubsan] lit changes for lld testing, future lto testing."Roman Lebedev
2017-12-01[ubsan] lit changes for lld testing, future lto testing.Roman Lebedev
2017-11-15[scudo] Soft and hard RSS limit checksKostya Kortchinsky
2017-11-01[scudo] Fix standlone build -lrt requirementKostya Kortchinsky
2017-11-01[scudo] Implement stricter separation of C vs C++Kostya Kortchinsky
2017-10-25[sanitizer] Random shuffling of chunks for the 32-bit Primary AllocatorKostya Kortchinsky
2017-10-23[scudo] Add a shared runtimeKostya Kortchinsky
2017-09-27[scudo] Temporary disabling the valloc test on armhfKostya Kortchinsky
2017-09-18[scudo] Additional modifications for Android tests supportKostya Kortchinsky
2017-09-18[scudo] Android build supportKostya Kortchinsky
2017-09-14[scudo] Fix bad request handling when allocator has not been initializedKostya Kortchinsky
2017-09-11[scudo] Fix improper TSD init after TLS destructors are calledKostya Kortchinsky
2017-08-28Reland r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-27Revert r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-27[cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-16[scudo] Application & platform compatibility changesKostya Kortchinsky
2017-07-25[scudo] Check for pvalloc overflowKostya Kortchinsky
2017-07-24[scudo] Fix QuarantineChunksUpToSize failing test on AArch64Kostya Kortchinsky
2017-07-24[scudo] Quarantine overhaulKostya Kortchinsky
2017-07-14[Sanitizers] Scudo allocator set errno on failure.Alex Shlyapnikov
2017-06-29[scudo] Change aligned alloc functions to be more compliant & perf changesKostya Kortchinsky
2017-06-28[Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov
2017-06-19[scudo] Enabling MIPS support for ScudoSagar Thakur
2017-04-24Revert [scudo] Enabling MIPS support for ScudoSagar Thakur
2017-04-24[scudo] Enabling MIPS support for ScudoSagar Thakur
2017-03-23[scudo] Add test exercising pthreadsKostya Kortchinsky
2017-02-06[scudo] Fix standalone compiler-rt test breakageKostya Kortchinsky
2017-02-03[scudo] Fix buildbot test error on ARMKostya Kortchinsky
2017-02-03[scudo] 32-bit quarantine sizes adjustments and bug fixesKostya Kortchinsky
2017-01-25[scudo] Enabling AArch64 support for ScudoKostya Kortchinsky
2017-01-20[scudo] Replacing std::atomic with Sanitizer's atomicsKostya Kortchinsky
2016-12-23[scudo] Use the macro get_test_cc_for_arch for the testsKostya Kortchinsky
2016-12-20[scudo] ARM32 supportKostya Kortchinsky
2016-12-14[scudo] Relax the memalign testKostya Kortchinsky
2016-11-30[scudo] 32-bit and hardware agnostic supportKostya Kortchinsky