Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [sanitizer] De-flake one test. | Evgeniy Stepanov | 2014-07-15 | 1 | -2/+1 | |
| | | | | llvm-svn: 213054 | |||||
* | [sanitizer] Intercept getpass. | Evgeniy Stepanov | 2014-07-14 | 1 | -0/+33 | |
| | | | | llvm-svn: 212937 | |||||
* | [sanitizer] support c11 aligned_alloc, Linux only for now | Kostya Serebryany | 2014-07-04 | 1 | -0/+8 | |
| | | | | llvm-svn: 212322 | |||||
* | Un-xfail passing ARM Android tests | Greg Fitzgerald | 2014-06-06 | 1 | -1/+1 | |
| | | | | llvm-svn: 210360 | |||||
* | XFAIL ptrace test on arm | Greg Fitzgerald | 2014-05-20 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | The patch adds better target_triple and target_arch defaults for lit tests, which allows us to XFAIL tests based on architecture. Was: target_triple = LLVM_DEFAULT_TARGET_TRIPLE target_arch = HOST_ARCH Now: target_triple = COMPILER_RT_TEST_TARGET_TRIPLE , otherwise LLVM_DEFAULT_TARGET_TRIPLE target_arch = first item in COMPILER_RT_TEST_TARGET_TRIPLE Differential Revision: http://reviews.llvm.org/D3855 llvm-svn: 209256 | |||||
* | [sanitizer] Fix crash in getgrnam_r and similar interceptors. | Evgeniy Stepanov | 2014-05-14 | 1 | -0/+19 | |
| | | | | | | | When no matching record is found, getgrnam_r return 0 but sets result to NULL. Should fix PR19734. llvm-svn: 208773 | |||||
* | [sanitizer] Move open_memstream test under Linux. | Evgeniy Stepanov | 2014-05-14 | 1 | -0/+57 | |
| | | | | llvm-svn: 208755 | |||||
* | Mark ptrace test as Linux-specific | Alexey Samsonov | 2014-05-13 | 2 | -0/+52 | |
llvm-svn: 208643 |