summaryrefslogtreecommitdiff
path: root/test/tsan/setuid2.c
AgeCommit message (Collapse)Author
2016-03-07[powerpc] mark setuid.c and setuid2.c as unsupportedBill Seurer
setuid(0) hangs on powerpc64 big endian. When this is fixed remove the unsupported flag. https://llvm.org/bugs/show_bug.cgi?id=25799 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@262814 91177308-0d34-0410-b5e6-96231b3b80d8
2015-11-20[tsan] Make tests that use CLOCK_MONOTONIC portableKuba Brecka
Several tests rely on CLOCK_MONOTONIC, which doesn't exist on OS X. This patch fixes these tests by either disabling them (in case of cond_version.c which doesn't make sense on OS X), or by porting the test to also work on OS X. Differential Revision: http://reviews.llvm.org/D14861 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@253658 91177308-0d34-0410-b5e6-96231b3b80d8
2015-11-19[tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONSKuba Brecka
We already have %env_asan_opts for ASan, let's implement the same for TSan. Differential Revision: http://reviews.llvm.org/D14698 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@253579 91177308-0d34-0410-b5e6-96231b3b80d8
2015-04-29tsan: add another test for setuidDmitry Vyukov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@236130 91177308-0d34-0410-b5e6-96231b3b80d8