summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/lsan/TestCases/ignore_object.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow for setting of global platform-specific lsan options in the test suiteFrancis Ricci2017-04-181-1/+1
| | | | | | | | | | Reviewers: kubamracek, alekseyshl Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D32131 llvm-svn: 300592
* [LSan] Fix tests with some libstdc++ implementations.Alexey Samsonov2015-11-191-0/+23
Summary: Newer libstdc++ has global pool, which is filled with objects allocated during libstdc++ initialization, and never released. Using use_globals=0 in the lit tests results in these objects being treated as leaks. Fix this by porting several tests to plain C, and introducing a simple sanity test case for __lsan::ScopedDisabler. Reviewers: kcc, ygribov Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D14798 llvm-svn: 253576
OpenPOWER on IntegriCloud