summaryrefslogtreecommitdiffstats
path: root/chromium/tools/valgrind/gtest_exclude/base_unittests.gtest-tsan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/tools/valgrind/gtest_exclude/base_unittests.gtest-tsan.txt')
-rw-r--r--chromium/tools/valgrind/gtest_exclude/base_unittests.gtest-tsan.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/chromium/tools/valgrind/gtest_exclude/base_unittests.gtest-tsan.txt b/chromium/tools/valgrind/gtest_exclude/base_unittests.gtest-tsan.txt
deleted file mode 100644
index 1f81beacd4a..00000000000
--- a/chromium/tools/valgrind/gtest_exclude/base_unittests.gtest-tsan.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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