Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move ASan lit-tests under test/asan | Alexey Samsonov | 2014-02-14 | 1 | -24/+0 |
| | | | | llvm-svn: 201413 | ||||
* | Enable pipefail for ASan tests | Alexey Samsonov | 2013-08-07 | 1 | -2/+2 |
| | | | | llvm-svn: 187877 | ||||
* | [ASan] Remove leading underscores from function names in output tests | Alexey Samsonov | 2013-07-01 | 1 | -1/+1 |
| | | | | llvm-svn: 185315 | ||||
* | [ASan] Remove %symbolize from lit tests: we now use external symbolizer ↵ | Alexey Samsonov | 2013-06-28 | 1 | -2/+2 |
| | | | | | | instead of python script llvm-svn: 185163 | ||||
* | [sanitizer] Symbolic ioctl names. | Evgeniy Stepanov | 2013-06-18 | 1 | -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 semicolons | Alexey Samsonov | 2013-06-10 | 1 | -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 Samsonov | 2013-06-10 | 1 | -4/+4 |
| | | | | | | and 64-bit modes llvm-svn: 183638 | ||||
* | [sanitizer] ioctl interceptor. | Evgeniy Stepanov | 2013-06-07 | 1 | -0/+24 |
ASan: disabled by default MSan: enabled by default TSan: disabled llvm-svn: 183517 |