summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/lit_tests/TestCases
Commit message (Collapse)AuthorAgeFilesLines
...
* [asan] Update blacklists to use categories.Peter Collingbourne2013-07-091-3/+3
| | | | | | Differential Revision: http://llvm-reviews.chandlerc.com/D1094 llvm-svn: 185980
* [ASan] Properly disable strict init-order checking when pthread_create is calledAlexey Samsonov2013-07-012-0/+34
| | | | llvm-svn: 185342
* [ASan] Add sanity test for asan_symbolize.py scriptAlexey Samsonov2013-07-012-0/+44
| | | | llvm-svn: 185318
* [ASan] Remove leading underscores from function names in output testsAlexey Samsonov2013-07-0116-31/+31
| | | | llvm-svn: 185315
* [ASan] Remove %symbolize from lit tests: we now use external symbolizer ↵Alexey Samsonov2013-06-2844-128/+126
| | | | | | instead of python script llvm-svn: 185163
* [sanitizer] Intercept ptrace.Evgeniy Stepanov2013-06-281-0/+52
| | | | llvm-svn: 185142
* [ASan][OSX] Make sure the zones created by malloc_create_zone() are ↵Alexander Potapenko2013-06-281-0/+20
| | | | | | | | write-protected. Add a test. llvm-svn: 185140
* [ASan][OSX] Fix the incorrect malloc_create_zone() implementation that led ↵Alexander Potapenko2013-06-281-0/+51
| | | | | | | | | to out-of-bounds mprotect()s (https://code.google.com/p/address-sanitizer/issues/detail?id=203) Add a test. llvm-svn: 185138
* [sanitizer] Intercept readv, preadv, writev, pwritev.Evgeniy Stepanov2013-06-241-0/+32
| | | | llvm-svn: 184717
* Add cmake rules for building LSan common on Mac OSAlexey Samsonov2013-06-221-0/+0
| | | | llvm-svn: 184639
* [ASan] reimplement strdup() interceptor to get nicer stack traces for memory ↵Alexey Samsonov2013-06-211-0/+19
| | | | | | chunks allocated there llvm-svn: 184546
* [ASan] make test for LSan annotations Linux-only for nowAlexey Samsonov2013-06-211-0/+0
| | | | llvm-svn: 184541
* [ASan] Check that ASan user may include and use LSan headersAlexey Samsonov2013-06-211-0/+16
| | | | llvm-svn: 184540
* [sanitizer] Symbolic ioctl names.Evgeniy Stepanov2013-06-181-4/+1
| | | | | | | | | | Replace hardcoded ioctl request ids with symbolic names. Disable certain ioctls on platforms where such names are not found in the system headers. Fix a bug in ioctl_lookup. Reenable ioctl test on Mac. llvm-svn: 184183
* Properly install LSan interface header, rely on sanitizer header presence in ↵Alexey Samsonov2013-06-142-3/+3
| | | | | | lit tests llvm-svn: 183977
* [ASan] Fix unset-insert-libraries-on-exec.cc on 32-bit Darwin.Alexander Potapenko2013-06-102-6/+25
| | | | | | | The test used to execute a 64-bit /bin/bash binary and preload a 32-bit dynamic library into it. Now the arch-specific version of echo-env is executed instead. llvm-svn: 183662
* [ASan] mark ioctl test as xfailing on darwin. remove redundant semicolonsAlexey Samsonov2013-06-101-0/+3
| | | | llvm-svn: 183655
* [ASan] don't use -m{32,64} flag in test case, as it can be run in both 32- ↵Alexey Samsonov2013-06-101-4/+4
| | | | | | and 64-bit modes llvm-svn: 183638
* [ASan] fix test case to use absolute pathsAlexey Samsonov2013-06-071-2/+2
| | | | llvm-svn: 183527
* [sanitizer] ioctl interceptor.Evgeniy Stepanov2013-06-071-0/+24
| | | | | | | ASan: disabled by default MSan: enabled by default TSan: disabled llvm-svn: 183517
* [ASan] create separate configs for running ASan lit tests in both 32- and ↵Alexey Samsonov2013-06-0766-420/+235
| | | | | | 64-bit mode. Clean up RUN-lines in tests. llvm-svn: 183498
* [ASan] move all lit_tests under TestCasesAlexey Samsonov2013-06-0698-0/+2762
llvm-svn: 183395
OpenPOWER on IntegriCloud