llvm-project/compiler-rt/lib/tsan/tests/rtl
Bill Seurer 6a47ba2ee0 [powerpc] deactivate flakey tests on powerpc64le
These test cases occassionally fail when run on powerpc64le:

ignore_lib1.cc
ignore_lib5.cc
TestCases/Posix/current_allocated_bytes.cc
rtl/TsanRtlTest/Posix.ThreadLocalAccesses
TestCases/Posix/coverage-fork-direct.cc

The failures cause false problem reports to be sent to developers whose
code had nothing to do with the failures.  Reactivate them when the real
problems are fixed.

This could also be related to the same problems as with the tests
ThreadedOneSizeMallocStressTest, ThreadedMallocStressTest, ManyThreadsTest,
and several others that do not run reliably on powerpc.

llvm-svn: 301798
2017-05-01 13:56:04 +00:00
..
CMakeLists.txt [tsan] Rename tsan_test_util_linux.cc to tsan_test_util_posix.cc 2015-11-11 15:42:00 +00:00
tsan_bench.cc
tsan_mop.cc
tsan_mutex.cc
tsan_posix.cc [powerpc] deactivate flakey tests on powerpc64le 2017-05-01 13:56:04 +00:00
tsan_posix_util.h [tsan] Call pthread interceptors directly in TSan RTL unit tests 2016-11-15 21:00:55 +00:00
tsan_string.cc
tsan_test.cc [sanitizer] On OS X, verify that interceptors work and abort if not, take 2 2016-03-17 08:37:25 +00:00
tsan_test_util.h [tsan] Fix a typo in tsan_test_util.h 2015-11-13 20:42:57 +00:00
tsan_test_util_posix.cc [tsan] Fix string to bool conversion warnings in tsan tests 2016-12-27 02:05:24 +00:00
tsan_thread.cc