summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/Darwin/malloc_zone-protected.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change `asan/TestCases/Darwin/malloc_zone-protected.cpp` to call abort so ↵Dan Liew2019-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | that it **always crashes**. Summary: This is needed because on some platforms we can't install signal handlers and so the application just traps (i.e. crashes) rather than being intercepted by ASan's signal handler which in the default Darwin config doesn't exit with a crashing exit code. rdar://problem/57984547 Reviewers: yln, kubamracek, jfb Subscribers: #sanitizers, llvm-commits Tags: #sanitizers, #llvm Differential Revision: https://reviews.llvm.org/D71573
* compiler-rt: Rename cc files below test/asan to cppNico Weber2019-08-051-0/+20
See r367803 and similar other changes. llvm-svn: 367887
OpenPOWER on IntegriCloud