Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Side by Side Diff: tools/valgrind/gtest_exclude/base_unittests.gtest-tsan.txt

Issue 416573002: [MemSheriff] Exclude test with tsan warning (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Don't run this test under TSan, it takes ~1-2 minutes to pass. 1 # Don't run this test under TSan, it takes ~1-2 minutes to pass.
2 ProcessUtilTest.GetAppOutputRestrictedNoZombies 2 ProcessUtilTest.GetAppOutputRestrictedNoZombies
3 3
4 # Don't run Memcheck sanity tests under ThreadSanitizer since they can 4 # Don't run Memcheck sanity tests under ThreadSanitizer since they can
5 # corrupt memory. 5 # corrupt memory.
6 ToolsSanityTest.*Memory* 6 ToolsSanityTest.*Memory*
7 ToolsSanityTest.*Delete* 7 ToolsSanityTest.*Delete*
8 8
9 # TSan doesn't understand SharedMemory locks, see http://crbug.com/45083 9 # TSan doesn't understand SharedMemory locks, see http://crbug.com/45083
10 StatsTableTest.*MultipleThreads 10 StatsTableTest.*MultipleThreads
11
12 # http://crbug.com/396661
13 TraceEventTestFixture.ThreadOnceBlocking
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698