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

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

Issue 13296008: More TSan v2 suppressions: (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
11 11
12 # Races in libevent, http://crbug.com/23244 12 # Races in libevent, http://crbug.com/23244
13 race:libevent.c 13 race:libevent.c
14 14
15 # http://crbug.com/84094 15 # http://crbug.com/84094
16 race:sqlite3StatusSet 16 race:sqlite3StatusSet
17 race:pcache1EnforceMaxPage 17 race:pcache1EnforceMaxPage
18 race:pcache1AllocPage 18 race:pcache1AllocPage
19 19
20 # http://crbug.com/102327.
21 # Test-only race, won't fix.
22 race:tracked_objects::ThreadData::ShutdownSingleThreadedCleanup
23
20 # http://crbug.com/115540 24 # http://crbug.com/115540
21 race:base::Thread::ThreadMain 25 race:base::Thread::ThreadMain
22 race:content::BrowserThread::GetCurrentThreadIdentifier 26 race:content::BrowserThread::GetCurrentThreadIdentifier
23 27
24 # http://crbug.com/120808 28 # http://crbug.com/120808
25 race:base/threading/watchdog.cc 29 race:base/threading/watchdog.cc
26 30
27 # http://crbug.com/157586 31 # http://crbug.com/157586
28 race:third_party/libvpx/source/libvpx/vp8/decoder/threading.c 32 race:third_party/libvpx/source/libvpx/vp8/decoder/threading.c
29 33
30 # http://crbug.com/158718 34 # http://crbug.com/158718
31 race:third_party/ffmpeg/libavcodec/pthread.c 35 race:third_party/ffmpeg/libavcodec/pthread.c
32 race:third_party/ffmpeg/libavcodec/vp8.c 36 race:third_party/ffmpeg/libavcodec/vp8.c
33 race:third_party/ffmpeg/libavutil/mem.c 37 race:third_party/ffmpeg/libavutil/mem.c
34 race:*HashFrameForTesting 38 race:*HashFrameForTesting
35 race:third_party/ffmpeg/libavcodec/h264pred.c 39 race:third_party/ffmpeg/libavcodec/h264pred.c
36 race:media::ReleaseData 40 race:media::ReleaseData
37 41
38 # http://crbug.com/158922 42 # http://crbug.com/158922
39 race:third_party/libvpx/source/libvpx/vp8/encoder/* 43 race:third_party/libvpx/source/libvpx/vp8/encoder/*
40 44
41 # See http://crbug.com/181502 45 # See http://crbug.com/181502
42 race:_M_rep 46 race:_M_rep
43 47
44 # http://crbug.com/189177 48 # http://crbug.com/189177
45 race:thread_manager 49 race:thread_manager
46 50
47 # http://crbug.com/223352 51 # http://crbug.com/223352
48 race:uprv_malloc_46 52 race:uprv_malloc_46
53 race:uprv_realloc_46
49 54
50 # http://crbug.com/223955 55 # http://crbug.com/223955
51 race:PassRefPtr 56 race:PassRefPtr
52 57
53 # http://crbug.com/224617 58 # http://crbug.com/224617
54 race:base::debug::TraceEventTestFixture_TraceSampling_Test::TestBody 59 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