summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/Linux/user_malloc.cc
Commit message (Collapse)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in test/tsan to .cppFangrui Song2019-08-021-35/+0
| | | | | | Like r367463, but for test/tsan. llvm-svn: 367656
* [tsan] Fix and re-enable user_malloc.cc testVitaly Buka2019-05-011-9/+9
| | | | | | | | | | | | | | Summary: no_sanitize_thread is not enough as it still puts some tsan instrumentation Reviewers: eugenis Subscribers: kubamracek, #sanitizers, llvm-commits Tags: #sanitizers, #llvm Differential Revision: https://reviews.llvm.org/D61393 llvm-svn: 359731
* [tsan] Disable user_malloc test which fails glibc 2.24Vitaly Buka2017-09-121-0/+7
| | | | llvm-svn: 313069
* [powerpc] deactivate user_malloc.cc tsan test on powerpc64leBill Seurer2017-02-021-0/+1
| | | | | | | | This test fails consistently on Ubuntu 16.xx powerpc64 LE systems. The cause is being investigated and in the meantime disable it so the buildbots can run cleanly. llvm-svn: 293939
* [TSAN] Make tsan tests more portable (take 3)Renato Golin2016-04-151-1/+1
| | | | | | | | Some tests didn't merge stderr with stdout. Patch by Maxim Kuvyrkov. llvm-svn: 266426
* Revert "Make tsan tests more portable (take 2)"Renato Golin2016-04-141-1/+1
| | | | | | This reverts commit r266294, as it broke some buildbots again. :/ llvm-svn: 266300
* Make tsan tests more portable (take 2)Renato Golin2016-04-141-1/+1
| | | | | | | | | Using stderr more uniformily, avoiding potential races when scanning stdout and stderr output. Patch by Maxim Kuvyrkov. llvm-svn: 266294
* Revert "[RT] Make tsan tests more portable"Renato Golin2016-03-021-1/+1
| | | | | | This reverts commit r262476, as it broken the AArch64 VMA42 buildbot. llvm-svn: 262479
* [RT] Make tsan tests more portableRenato Golin2016-03-021-1/+1
| | | | | | | | by avoiding potential races when scanning stdout and stderr output. Patch by Maxim Kuvyrkov. llvm-svn: 262476
* [Tsan] Fix comments in the user_fopen.cc and user_malloc.cc testsViktor Kutuzov2014-10-101-1/+1
| | | | | | Related revision: http://reviews.llvm.org/D5670 llvm-svn: 219481
* [Tsan] Make the user_fopen.cc and user_malloc.cc tests Linux-specificViktor Kutuzov2014-10-101-0/+27
Differential Revision: http://reviews.llvm.org/D5670 llvm-svn: 219478
OpenPOWER on IntegriCloud