Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix memory leaks in address sanitizer darwin tests | Francis Ricci | 2017-04-12 | 1 | -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 Potapenko | 2013-09-24 | 1 | -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.cc | Alexander Potapenko | 2013-01-21 | 1 | -0/+237 |
llvm-svn: 173048 |