llvm-project/compiler-rt/test/scudo
Mitch Phillips ed4618edb3 [Scudo] [GWP-ASan] Add GWP-ASan to Scudo Standalone.
Summary:
Adds GWP-ASan to Scudo standalone. Default parameters are pulled across from the
GWP-ASan build. No backtrace support as of yet.

Reviewers: cryptoad, eugenis, pcc

Reviewed By: cryptoad

Subscribers: merge_guards_bot, mgorny, #sanitizers, llvm-commits, cferris, vlad.tsyrklevich, pcc

Tags: #sanitizers, #llvm

Differential Revision: https://reviews.llvm.org/D71229
2019-12-13 09:09:41 -08:00
..
standalone [Scudo] [GWP-ASan] Add GWP-ASan to Scudo Standalone. 2019-12-13 09:09:41 -08:00
CMakeLists.txt [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
aligned-new.cpp [scudo] Add verbose failures in place of CHECK(0) 2018-06-15 16:45:19 +00:00
alignment.c [scudo] Make logging more consistent 2018-03-07 16:22:16 +00:00
dealloc-race.c [scudo] Fix race condition in deallocation path when Quarantine is bypassed 2018-08-14 18:34:52 +00:00
double-free.cpp [scudo] Make some tests less Linux-y 2018-02-26 17:14:44 +00:00
fsanitize.c [scudo] Add some runtime tests for the minimal runtime 2018-06-29 14:56:25 +00:00
interface.cpp [scudo] Touch memory to count as RSS 2018-01-01 18:19:06 +00:00
lit.cfg.py compiler-rt: Remove .cc from all lit config files 2019-08-05 19:25:35 +00:00
lit.site.cfg.py.in [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
malloc.cpp [scudo] Implement stricter separation of C vs C++ 2017-11-01 15:28:20 +00:00
memalign.c [scudo] Add verbose failures in place of CHECK(0) 2018-06-15 16:45:19 +00:00
mismatch.cpp [scudo] Make some tests less Linux-y 2018-02-26 17:14:44 +00:00
options.cpp [scudo] Implement stricter separation of C vs C++ 2017-11-01 15:28:20 +00:00
overflow.c [scudo] Implement stricter separation of C vs C++ 2017-11-01 15:28:20 +00:00
preinit.c [scudo] Implement stricter separation of C vs C++ 2017-11-01 15:28:20 +00:00
preload.cpp [scudo] Add some runtime tests for the minimal runtime 2018-06-29 14:56:25 +00:00
quarantine.c [scudo] Implement stricter separation of C vs C++ 2017-11-01 15:28:20 +00:00
random_shuffle.cpp [scudo] Use mkdir -p when creating directories for a test 2018-07-10 13:59:59 +00:00
realloc.cpp [scudo] Make some tests less Linux-y 2018-02-26 17:14:44 +00:00
rss.c [scudo] Delay allocations in the RSS check test 2019-01-25 17:23:29 +00:00
secondary.c [scudo] Implement stricter separation of C vs C++ 2017-11-01 15:28:20 +00:00
sized-delete.cpp [scudo] Make logging more consistent 2018-03-07 16:22:16 +00:00
sizes.cpp [scudo] Add verbose failures in place of CHECK(0) 2018-06-15 16:45:19 +00:00
stats.c [scudo] Adding an interface function to print allocator stats 2018-04-25 18:52:29 +00:00
symbols.test [scudo] Add some runtime tests for the minimal runtime 2018-06-29 14:56:25 +00:00
threads.c [scudo] Implement stricter separation of C vs C++ 2017-11-01 15:28:20 +00:00
tsd_destruction.c [scudo] Implement stricter separation of C vs C++ 2017-11-01 15:28:20 +00:00
valloc.c [scudo] Add verbose failures in place of CHECK(0) 2018-06-15 16:45:19 +00:00