hanchenye-llvm-project/compiler-rt/test/tsan
Dmitry Vyukov 47ad1ef2db tsan: handle signals in pause call
llvm-svn: 314384
2017-09-28 07:32:00 +00:00
..
Darwin Deflake the "xpc-race.mm" test. 2017-09-22 18:49:56 +00:00
Linux [tsan] Disable user_malloc test which fails glibc 2.24 2017-09-12 20:03:39 +00:00
Unit [tsan] Enable ignore_noninstrumented_modules=1 on Darwin by default 2017-01-24 21:37:50 +00:00
libcxx [tsan] Enable the tsan/libcxx/ testcase(s) on Darwin 2016-10-31 20:50:15 +00:00
CMakeLists.txt Add explicit CMake targets for ASan/TSan iOS Simulator testing and update the instructions how to run them. 2017-07-12 21:02:48 +00:00
aligned_vs_unaligned_race.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
allocator_returns_null.cc [Sanitizers] TSan allocator set errno on failure. 2017-07-24 21:22:59 +00:00
annotate_happens_before.cc
atexit.cc
atexit2.cc
atomic_free.cc [tsan] Fix typo in test. 2016-11-11 23:25:09 +00:00
atomic_free2.cc
atomic_free3.cc
atomic_hle.cc tsan: support __ATOMIC_HLE_ACQUIRE/RELEASE flags 2017-03-21 14:28:55 +00:00
atomic_norace.cc
atomic_race.cc
atomic_stack.cc
atomic_store.cc tsan: more precise handling of atomic stores 2016-11-08 05:34:50 +00:00
barrier.cc
bench.h
bench_acquire_only.cc
bench_acquire_release.cc
bench_local_mutex.cc
bench_mutex.cc
bench_release_only.cc
bench_rwmutex.cc
bench_shadow_flush.cc
bench_single_writer.cc
bench_ten_mutexes.cc
benign_race.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
blacklist.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
blacklist2.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
cond.c
cond_cancel.c [power] Fix test case target checks 2015-12-10 17:09:53 +00:00
cond_destruction.cc
cond_race.cc
cond_version.c
custom_mutex.h tsan: fix reading of mutex flags 2017-06-13 09:37:51 +00:00
custom_mutex0.cc tsan: fix reading of mutex flags 2017-06-13 09:37:51 +00:00
custom_mutex1.cc tsan: fix reading of mutex flags 2017-06-13 09:37:51 +00:00
custom_mutex2.cc tsan: fix reading of mutex flags 2017-06-13 09:37:51 +00:00
custom_mutex3.cc tsan: fix reading of mutex flags 2017-06-13 09:37:51 +00:00
deadlock_detector_stress_test.cc
debug_alloc_stack.cc [sanitizer] Introduce tid_t as a typedef for OS-provided thread IDs 2017-04-17 18:17:38 +00:00
debug_locate.cc Fix-up for r290119 - don't check global size, it might not be available when using atos 2016-12-19 18:06:49 +00:00
debugging.cc [tsan] Add missing include for uint64_t in test. 2017-04-17 19:55:12 +00:00
deep_stack1.cc Fixup whitespace. 2017-07-10 15:19:14 +00:00
default_options.cc
deflake.bash
dl_iterate_phdr.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
dlclose.cc
dtls.c tsan: clean up dynamic TLS memory between reuse 2016-06-02 19:18:22 +00:00
exceptions.cc [tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during unwinding), compiler-rt part 2016-11-14 21:41:33 +00:00
fd_close_norace.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
fd_close_norace2.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
fd_dup_norace.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
fd_dup_norace2.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
fd_dup_race.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
fd_location.cc
fd_pipe_norace.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
fd_pipe_race.cc
fd_socket_connect_norace.cc [tsan] Fall-back to IPv6 if IPv4 is not available. 2017-04-10 21:03:21 +00:00
fd_socket_norace.cc [tsan] Fall-back to IPv6 if IPv4 is not available. 2017-04-10 21:03:21 +00:00
fd_socketpair_norace.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
fd_stdout_race.cc
fd_tid_recycled.cc
fork_atexit.cc [tsan] Update fork_atexit.cc to consistently print to stderr (and not stdout) 2016-09-17 14:39:53 +00:00
fork_deadlock.cc [tsan] Remove long sleeps from fork tests 2016-04-07 12:10:28 +00:00
fork_multithreaded.cc [tsan] Remove long sleeps from fork tests 2016-04-07 12:10:28 +00:00
fork_multithreaded3.cc [tsan] Fix fork() and fork-based tests for OS X 2016-03-24 11:54:33 +00:00
free_race.c
free_race.c.supp
free_race2.c
getline_nohang.cc
global_race.cc Tread TSan LLVM flags to driver: unit tests. 2016-11-11 23:17:49 +00:00
global_race2.cc
global_race3.cc
halt_on_error.cc
heap_race.cc
ignore_free.cc
ignore_lib0.cc [tsan] Add support for running TSan tests on iOS simulator and devices 2017-07-10 15:00:55 +00:00
ignore_lib0.cc.supp
ignore_lib1.cc [powerpc] deactivate flakey tests on powerpc64le 2017-05-01 13:56:04 +00:00
ignore_lib1.cc.supp
ignore_lib2.cc
ignore_lib2.cc.supp
ignore_lib3.cc
ignore_lib3.cc.supp
ignore_lib4.cc [TSan][MIPS] Implements setjmp assembly for MIPS64 2016-08-16 05:06:56 +00:00
ignore_lib5.cc [powerpc] deactivate flakey tests on powerpc64le 2017-05-01 13:56:04 +00:00
ignore_lib5.cc.supp tsan: switch libignore from /proc/self/maps to dl_iterate_phdr 2016-11-22 09:49:11 +00:00
ignore_lib_lib.h
ignore_malloc.cc
ignore_race.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
ignore_sync.cc
ignored-interceptors-mmap.cc [tsan] Ensure mmap respects ignore_interceptors_accesses 2016-05-17 22:24:55 +00:00
inlined_memcpy_race.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
inlined_memcpy_race2.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
interface_atomic_test.c [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
java.h tsan: allow Java VM iterate over allocated objects 2016-12-14 18:20:18 +00:00
java_alloc.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
java_finalizer.cc
java_find.cc tsan: add test for __tsan_java_find 2017-07-12 12:23:31 +00:00
java_heap_init.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
java_lock.cc
java_lock_move.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
java_lock_rec.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
java_lock_rec_race.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
java_move_overlap.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
java_move_overlap_race.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
java_race.cc
java_race_move.cc
java_race_pc.cc [powerpc] pacify lint for java_race_pc.cc 2016-03-04 06:02:52 +00:00
java_rwlock.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
java_symbolization.cc
java_volatile.cc
large_malloc_meta.cc
lit.cfg [tsan] Add support for running TSan tests on iOS simulator and devices 2017-07-10 15:00:55 +00:00
lit.site.cfg.in [tsan] Add support for running TSan tests on iOS simulator and devices 2017-07-10 15:00:55 +00:00
load_shared_lib.cc
longjmp.cc [TSan][MIPS] Implements setjmp assembly for MIPS64 2016-08-16 05:06:56 +00:00
longjmp2.cc [TSan][MIPS] Implements setjmp assembly for MIPS64 2016-08-16 05:06:56 +00:00
longjmp3.cc [TSan][MIPS] Implements setjmp assembly for MIPS64 2016-08-16 05:06:56 +00:00
longjmp4.cc [TSan][MIPS] Implements setjmp assembly for MIPS64 2016-08-16 05:06:56 +00:00
lots_of_threads.c tsan: fix another crash due to processors 2016-05-10 11:19:50 +00:00
malloc_overflow.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
malloc_stack.cc
map32bit.cc [mips][tsan] XFAIL on every MIPS platform an x86_64-specific test. 2016-08-30 13:01:04 +00:00
memcmp_race.cc
memcpy_race.cc
mmap_large.cc [PPC64, TSAN] LLVM basic enablement of thread sanitizer for PPC64 (BE and LE) 2015-12-08 21:54:39 +00:00
mmap_stress.cc tsan: disable flaky mmap_stress test 2016-02-03 15:10:00 +00:00
mop1.c
mop_with_offset.cc
mop_with_offset2.cc
must_deadlock.cc
mutex_annotations.cc tsan: rely on AnnotateRWLockCreateStatic to detect linker-initialized mutexes 2016-06-03 11:48:27 +00:00
mutex_bad_read_lock.cc
mutex_bad_read_unlock.cc
mutex_bad_unlock.cc
mutex_cycle2.c
mutex_cycle_long.c [tsan] Don't abort when a deadlock detector finds a mutex cycle longer than 10 2016-05-21 08:31:13 +00:00
mutex_destroy_locked.cc
mutex_double_lock.cc
mutex_lock_destroyed.cc [tsan] Detect uses of uninitialized, destroyed and invalid mutexes 2016-03-16 15:39:20 +00:00
mutexset1.cc
mutexset2.cc
mutexset3.cc
mutexset4.cc
mutexset5.cc
mutexset6.cc
mutexset7.cc
mutexset8.cc
pie_test.cc tsan: support pie binaries on newer kernels 2016-09-22 13:42:02 +00:00
printf-1.c [TSan] PR26609: Fix two test cases. 2016-02-17 20:40:10 +00:00
pthread_atfork_deadlock.c
pthread_key.cc tsan: fix a crash 2016-05-06 19:35:22 +00:00
race_on_barrier.c
race_on_barrier2.c
race_on_heap.cc
race_on_mutex.c [TSAN] Fix build bot failure for powerpc64le 2016-03-18 07:55:44 +00:00
race_on_mutex2.c
race_on_puts.cc
race_on_read.cc
race_on_speculative_load.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
race_on_write.cc
race_stress.cc
race_top_suppression.cc
race_top_suppression1.cc
race_with_finished_thread.cc
real_deadlock_detector_stress_test.cc
restore_stack.cc
setuid.c [powerpc] mark setuid.c and setuid2.c as unsupported 2016-03-07 01:30:02 +00:00
setuid2.c [powerpc] mark setuid.c and setuid2.c as unsupported 2016-03-07 01:30:02 +00:00
signal_block.cc tsan: don't deliver signals when they are blocked 2016-07-27 14:34:21 +00:00
signal_cond.cc [tsan] Update signal_cond.cc to write to stderr intead of stdout 2016-09-17 14:33:36 +00:00
signal_errno.cc [power] Fix test case target checks 2015-12-10 17:09:53 +00:00
signal_longjmp.cc [TSan][MIPS] Implements setjmp assembly for MIPS64 2016-08-16 05:06:56 +00:00
signal_malloc.cc
signal_pause.cc tsan: handle signals in pause call 2017-09-28 07:32:00 +00:00
signal_recursive.cc
signal_reset.cc
signal_sync.cc
signal_sync2.cc tsan: fix signal handling in ignored libraries 2016-02-23 17:16:26 +00:00
signal_thread.cc
signal_write.cc
sigsuspend.cc
simple_race.c
simple_race.cc
simple_stack.c Temporarily relax test expectations to fix failures on ppc64. 2016-11-14 20:46:52 +00:00
simple_stack2.cc [sanitizer] Use architecture/slice information when symbolizing fat Mach-O files on Darwin 2017-01-06 21:45:05 +00:00
sleep_sync.cc
sleep_sync2.cc
stack_race.cc
stack_race2.cc
stack_sync_reuse.cc
static_init1.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
static_init2.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
static_init3.cc
static_init4.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
static_init5.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
static_init6.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
strerror_r.cc Mark the tsan strerror_r test as unsupported on Darwin 2017-06-07 21:10:35 +00:00
sunrpc.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
suppress_same_address.cc
suppress_same_stacks.cc
suppressions_global.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
suppressions_global.cc.supp
suppressions_race.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
suppressions_race.cc.supp
suppressions_race2.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
suppressions_race2.cc.supp
test.h [tsan] Include __tsan_external_* API from a header file instead of declaring them manually. NFC. 2017-04-24 16:48:30 +00:00
thread_detach.c [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
thread_detach2.c [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
thread_end_with_ignore.cc
thread_end_with_ignore2.cc
thread_end_with_ignore3.cc
thread_leak.c [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
thread_leak2.c [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
thread_leak3.c
thread_leak4.c [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
thread_leak5.c
thread_name.cc Add NetBSD support in test/tsan/thread_name*.cc 2017-08-30 19:40:47 +00:00
thread_name2.cc Add NetBSD support in test/tsan/thread_name*.cc 2017-08-30 19:40:47 +00:00
tiny_race.c
tls_race.cc
tls_race2.cc
tsan-vs-gvn.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
unaligned_norace.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
unaligned_race.cc [tsan] Include __tsan_external_* API from a header file instead of declaring them manually. NFC. 2017-04-24 16:48:30 +00:00
vfork.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
virtual_inheritance_compile_bug.cc [TSAN] Make tsan tests more portable (take 3) 2016-04-15 12:34:00 +00:00
vptr_benign_race.cc
vptr_harmful_race.cc
vptr_harmful_race2.cc
vptr_harmful_race3.cc
vptr_harmful_race4.cc
write_in_reader_lock.cc