hanchenye-llvm-project/compiler-rt/test/scudo
Evgeniy Stepanov f3b8c8509b [sanitizer] Remove "-android" from test_arch.
Summary:
ASan and Scudo tests are adding "-android" to test arch.
There are no tests that depend on it as far as I can see.
If necessary, do this instead:
  REQUIRES: aarch64-target-arch && android

Reviewers: pcc, vitalybuka

Subscribers: srhines, kubamracek, mgorny, javed.absar, kristof.beyls, cryptoad, #sanitizers, llvm-commits

Tags: #sanitizers, #llvm

Differential Revision: https://reviews.llvm.org/D58532

llvm-svn: 354829
2019-02-25 22:32:30 +00:00
..
standalone [scudo] Initial standalone skeleton check-in 2019-02-04 16:25:40 +00:00
CMakeLists.txt [sanitizer] Remove "-android" from test_arch. 2019-02-25 22:32:30 +00:00
aligned-new.cpp [scudo] Add verbose failures in place of CHECK(0) 2018-06-15 16:45:19 +00:00
alignment.c
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
fsanitize.c [scudo] Add some runtime tests for the minimal runtime 2018-06-29 14:56:25 +00:00
interface.cpp
lit.cfg [scudo] Add some runtime tests for the minimal runtime 2018-06-29 14:56:25 +00:00
lit.site.cfg.in
malloc.cpp
memalign.c [scudo] Add verbose failures in place of CHECK(0) 2018-06-15 16:45:19 +00:00
mismatch.cpp
options.cpp
overflow.c
preinit.c
preload.cpp [scudo] Add some runtime tests for the minimal runtime 2018-06-29 14:56:25 +00:00
quarantine.c
random_shuffle.cpp [scudo] Use mkdir -p when creating directories for a test 2018-07-10 13:59:59 +00:00
realloc.cpp
rss.c [scudo] Delay allocations in the RSS check test 2019-01-25 17:23:29 +00:00
secondary.c
sized-delete.cpp
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
tsd_destruction.c
valloc.c [scudo] Add verbose failures in place of CHECK(0) 2018-06-15 16:45:19 +00:00