summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/lit_tests/java_lock.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move TSan lit-tests under test/tsanAlexey Samsonov2014-02-141-35/+0
| | | | llvm-svn: 201414
* tsan: ignore interceptors coming from specified librariesDmitry Vyukov2013-10-031-1/+0
| | | | | | | | | | | | | LibIgnore allows to ignore all interceptors called from a particular set of dynamic libraries. LibIgnore remembers all "called_from_lib" suppressions from the provided SuppressionContext; finds code ranges for the libraries; and checks whether the provided PC value belongs to the code ranges. Also make malloc and friends interceptors use SCOPED_INTERCEPTOR_RAW instead of SCOPED_TSAN_INTERCEPTOR, because if they are called from an ignored lib, then must call our internal allocator instead of libc malloc. llvm-svn: 191897
* tsan: ignore all interceptors coming directly from JVMDmitry Vyukov2013-09-211-0/+1
| | | | llvm-svn: 191152
* tsan: reduce size of mutexsets from 64 to 16 mutexesDmitry Vyukov2013-03-201-0/+2
| | | | | | | overflow is handled anyway saves memory because each thread holds 1024 mutexsets llvm-svn: 177520
* tsan: work around FileCheck feature that it does not accept empty inputDmitry Vyukov2012-12-241-0/+1
| | | | llvm-svn: 171034
* tsan: move common part of java tests into a separate headerDmitry Vyukov2012-12-211-15/+1
| | | | llvm-svn: 170892
* tsan: update mutex lock table for javaDmitry Vyukov2012-12-211-0/+46
llvm-svn: 170885
OpenPOWER on IntegriCloud