summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/sanitizer_common/TestCases/Linux
Commit message (Collapse)AuthorAgeFilesLines
...
* [sanitizer] De-flake one test.Evgeniy Stepanov2014-07-151-2/+1
| | | | llvm-svn: 213054
* [sanitizer] Intercept getpass.Evgeniy Stepanov2014-07-141-0/+33
| | | | llvm-svn: 212937
* [sanitizer] support c11 aligned_alloc, Linux only for nowKostya Serebryany2014-07-041-0/+8
| | | | llvm-svn: 212322
* Un-xfail passing ARM Android testsGreg Fitzgerald2014-06-061-1/+1
| | | | llvm-svn: 210360
* XFAIL ptrace test on armGreg Fitzgerald2014-05-201-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 Stepanov2014-05-141-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 Stepanov2014-05-141-0/+57
| | | | llvm-svn: 208755
* Mark ptrace test as Linux-specificAlexey Samsonov2014-05-132-0/+52
llvm-svn: 208643
OpenPOWER on IntegriCloud