diff options
Diffstat (limited to 'tools/valgrind/gtest_exclude/base_unittests.gtest-tsan.txt')
-rw-r--r-- | tools/valgrind/gtest_exclude/base_unittests.gtest-tsan.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/base_unittests.gtest-tsan.txt b/tools/valgrind/gtest_exclude/base_unittests.gtest-tsan.txt new file mode 100644 index 0000000..1f81bea --- /dev/null +++ b/tools/valgrind/gtest_exclude/base_unittests.gtest-tsan.txt @@ -0,0 +1,10 @@ +# 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 |