summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/tests/asan_mac_test_helpers.mm
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory leaks in address sanitizer darwin testsFrancis Ricci2017-04-121-0/+1
| | | | | | | | | | | | Summary: These leaks are detected by leak sanitizer for darwin. Reviewers: glider, kubamracek, kcc, alekseyshl Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D31978 llvm-svn: 300080
* [ASan] Fix GCD tests by spinning forever in the main thread.Alexander Potapenko2013-09-241-18/+21
| | | | | | Since the error is always reported by one of the GCD workers, this will help avoid premature program termination with exit code 0. llvm-svn: 191294
* [ASan] Move Mac-specific tests to asan_mac_test.ccAlexander Potapenko2013-01-211-0/+237
llvm-svn: 173048
OpenPOWER on IntegriCloud