This is a re-submission of http://reviews.llvm.org/D17757, which was reverted, with a typo fixed. The only change is "printf (stderr,...)" -> "fprintf (stderr,...)" in longjmp2.cc.
Diff Detail
Diff Detail
Paths
| Differential D17806
Make tsan tests more portable (take 2) ClosedPublic Authored by maxim-kuvyrkov on Mar 2 2016, 6:39 AM.
Details Summary This is a re-submission of http://reviews.llvm.org/D17757, which was reverted, with a typo fixed. The only change is "printf (stderr,...)" -> "fprintf (stderr,...)" in longjmp2.cc.
Diff Detail Event Timelinemaxim-kuvyrkov updated this object. This revision is now accepted and ready to land.Mar 22 2016, 11:09 AM
Revision Contents
Diff 49614 test/tsan/Linux/user_malloc.cc
test/tsan/aligned_vs_unaligned_race.cc
test/tsan/benign_race.cc
test/tsan/blacklist.cc
test/tsan/blacklist2.cc
test/tsan/dl_iterate_phdr.cc
test/tsan/fd_close_norace.cc
test/tsan/fd_close_norace2.cc
test/tsan/fd_dup_norace.cc
test/tsan/fd_dup_norace2.cc
test/tsan/fd_dup_race.cc
test/tsan/fd_pipe_norace.cc
test/tsan/fd_socket_connect_norace.cc
test/tsan/fd_socket_norace.cc
test/tsan/fd_socketpair_norace.cc
test/tsan/ignore_race.cc
test/tsan/inlined_memcpy_race.cc
test/tsan/inlined_memcpy_race2.cc
test/tsan/interface_atomic_test.c
test/tsan/java_alloc.cc
test/tsan/java_heap_init.cc
test/tsan/java_lock_move.cc
test/tsan/java_lock_rec.cc
test/tsan/java_lock_rec_race.cc
test/tsan/java_move_overlap.cc
test/tsan/java_move_overlap_race.cc
test/tsan/java_rwlock.cc
test/tsan/longjmp.cc
test/tsan/longjmp2.cc
test/tsan/longjmp3.cc
test/tsan/longjmp4.cc
test/tsan/malloc_overflow.cc
test/tsan/race_on_speculative_load.cc
test/tsan/static_init1.cc
test/tsan/static_init2.cc
test/tsan/static_init4.cc
test/tsan/static_init5.cc
test/tsan/static_init6.cc
test/tsan/sunrpc.cc
test/tsan/suppressions_global.cc
test/tsan/suppressions_race.cc
test/tsan/suppressions_race2.cc
test/tsan/thread_detach.c
test/tsan/thread_detach2.c
test/tsan/thread_leak.c
test/tsan/thread_leak2.c
test/tsan/thread_leak4.c
test/tsan/tsan-vs-gvn.cc
test/tsan/unaligned_norace.cc
test/tsan/vfork.cc
test/tsan/virtual_inheritance_compile_bug.cc
|