shaka-packager/tools/valgrind/gtest_exclude/base_unittests.gtest-tsan.txt

11 lines
359 B
Plaintext

# Don't run this test under TSan, it takes ~1-2 minutes to pass.
ProcessUtilTest.GetAppOutputRestrictedNoZombies
# Don't run Memcheck sanity tests under ThreadSanitizer since they can
# corrupt memory.
ToolsSanityTest.*Memory*
ToolsSanityTest.*Delete*
# TSan doesn't understand SharedMemory locks, see http://crbug.com/45083
StatsTableTest.*MultipleThreads