summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/lit_tests/TestCases/ioctl.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move ASan lit-tests under test/asanAlexey Samsonov2014-02-141-24/+0
| | | | llvm-svn: 201413
* Enable pipefail for ASan testsAlexey Samsonov2013-08-071-2/+2
| | | | llvm-svn: 187877
* [ASan] Remove leading underscores from function names in output testsAlexey Samsonov2013-07-011-1/+1
| | | | llvm-svn: 185315
* [ASan] Remove %symbolize from lit tests: we now use external symbolizer ↵Alexey Samsonov2013-06-281-2/+2
| | | | | | instead of python script llvm-svn: 185163
* [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
* [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
* [sanitizer] ioctl interceptor.Evgeniy Stepanov2013-06-071-0/+24
ASan: disabled by default MSan: enabled by default TSan: disabled llvm-svn: 183517
OpenPOWER on IntegriCloud