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

Side by Side Diff: tools/valgrind/tsan_v2/suppressions.txt

Issue 12769019: Suppress a race in uprv_malloc_46 reported by TSan v2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 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 # Intentional race in ToolsSanityTest.DataRace in base_unittests. 1 # Intentional race in ToolsSanityTest.DataRace in base_unittests.
2 race:base/tools_sanity_unittest.cc 2 race:base/tools_sanity_unittest.cc
3 3
4 # Data race on WatchdogCounter [test-only] 4 # Data race on WatchdogCounter [test-only]
5 race:base/threading/watchdog_unittest.cc 5 race:base/threading/watchdog_unittest.cc
6 6
7 # Races in libevent, http://crbug.com/23244 7 # Races in libevent, http://crbug.com/23244
8 race:libevent.c 8 race:libevent.c
9 9
10 # http://crbug.com/120808 10 # http://crbug.com/120808
(...skipping 11 matching lines...) Expand all
22 race:media::ReleaseData 22 race:media::ReleaseData
23 23
24 # http://crbug.com/158922 24 # http://crbug.com/158922
25 race:third_party/libvpx/source/libvpx/vp8/encoder/* 25 race:third_party/libvpx/source/libvpx/vp8/encoder/*
26 26
27 # See http://crbug.com/181502 27 # See http://crbug.com/181502
28 race:_M_rep 28 race:_M_rep
29 29
30 # http://crbug.com/189177 30 # http://crbug.com/189177
31 race:thread_manager 31 race:thread_manager
32
33 # http://crbug.com/223352
34 race:uprv_malloc_46
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