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

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

Issue 14322012: Suppress races on _M_refcount between _M_dispose() and _M_is_leaked(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 8 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 # False positives in libflashplayer.so and libglib.so. Since we don't 1 # False positives in libflashplayer.so and libglib.so. Since we don't
2 # instrument them, we cannot reason about the synchronization in them. 2 # instrument them, we cannot reason about the synchronization in them.
3 race:libflashplayer.so 3 race:libflashplayer.so
4 race:libglib*.so 4 race:libglib*.so
5 5
6 # Intentional race in ToolsSanityTest.DataRace in base_unittests. 6 # Intentional race in ToolsSanityTest.DataRace in base_unittests.
7 race:base/tools_sanity_unittest.cc 7 race:base/tools_sanity_unittest.cc
8 8
9 # Data race on WatchdogCounter [test-only] 9 # Data race on WatchdogCounter [test-only]
10 race:base/threading/watchdog_unittest.cc 10 race:base/threading/watchdog_unittest.cc
(...skipping 26 matching lines...) Expand all
37 race:third_party/ffmpeg/libavutil/mem.c 37 race:third_party/ffmpeg/libavutil/mem.c
38 race:*HashFrameForTesting 38 race:*HashFrameForTesting
39 race:third_party/ffmpeg/libavcodec/h264pred.c 39 race:third_party/ffmpeg/libavcodec/h264pred.c
40 race:media::ReleaseData 40 race:media::ReleaseData
41 41
42 # http://crbug.com/158922 42 # http://crbug.com/158922
43 race:third_party/libvpx/source/libvpx/vp8/encoder/* 43 race:third_party/libvpx/source/libvpx/vp8/encoder/*
44 44
45 # See http://crbug.com/181502 45 # See http://crbug.com/181502
46 race:_M_rep 46 race:_M_rep
47 race:_M_is_leaked
47 48
48 # http://crbug.com/189177 49 # http://crbug.com/189177
49 race:thread_manager 50 race:thread_manager
50 51
51 # http://crbug.com/223352 52 # http://crbug.com/223352
52 race:uprv_malloc_46 53 race:uprv_malloc_46
53 race:uprv_realloc_46 54 race:uprv_realloc_46
54 55
55 # http://crbug.com/223955 56 # http://crbug.com/223955
56 race:PassRefPtr 57 race:PassRefPtr
57 58
58 # http://crbug.com/224617 59 # http://crbug.com/224617
59 race:base::debug::TraceEventTestFixture_TraceSampling_Test::TestBody 60 race:base::debug::TraceEventTestFixture_TraceSampling_Test::TestBody
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