Fix build break
[chromium-blink-merge.git] / tools / valgrind / tsan_v2 / suppressions.txt
blobd5a5edfd097054184c73bb5ea4f596be8efdae1b
1 # False positives in libflashplayer.so and libglib.so. Since we don't
2 # instrument them, we cannot reason about the synchronization in them.
3 race:libflashplayer.so
4 race:libglib*.so
6 # Intentional race in ToolsSanityTest.DataRace in base_unittests.
7 race:base/tools_sanity_unittest.cc
9 # Data race on WatchdogCounter [test-only]
10 race:base/threading/watchdog_unittest.cc
12 # Races in libevent, http://crbug.com/23244
13 race:libevent.c
15 # http://crbug.com/84094
16 race:sqlite3StatusSet
17 race:pcache1EnforceMaxPage
18 race:pcache1AllocPage
20 # http://crbug.com/102327.
21 # Test-only race, won't fix.
22 race:tracked_objects::ThreadData::ShutdownSingleThreadedCleanup
24 # http://crbug.com/115540
25 race:base::Thread::ThreadMain
26 race:content::BrowserThread::GetCurrentThreadIdentifier
28 # http://crbug.com/120808
29 race:base/threading/watchdog.cc
31 # http://crbug.com/157586
32 race:third_party/libvpx/source/libvpx/vp8/decoder/threading.c
34 # http://crbug.com/158718
35 race:third_party/ffmpeg/libavcodec/pthread.c
36 race:third_party/ffmpeg/libavcodec/vp8.c
37 race:third_party/ffmpeg/libavutil/mem.c
38 race:*HashFrameForTesting
39 race:third_party/ffmpeg/libavcodec/h264pred.c
40 race:media::ReleaseData
42 # http://crbug.com/158922
43 race:third_party/libvpx/source/libvpx/vp8/encoder/*
45 # See http://crbug.com/181502
46 race:_M_rep
48 # http://crbug.com/189177
49 race:thread_manager
51 # http://crbug.com/223352
52 race:uprv_malloc_46
53 race:uprv_realloc_46
55 # http://crbug.com/223955
56 race:PassRefPtr
58 # http://crbug.com/224617
59 race:base::debug::TraceEventTestFixture_TraceSampling_Test::TestBody