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

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

Issue 11227052: More changes for TSan v2 support: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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
« build/common.gypi ('K') | « tools/valgrind/tsan_v2/ignores.txt ('k') | 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
11 race:base/threading/watchdog.cc 11 race:base/threading/watchdog.cc
12 12
13 # http://crbug.com/158718
14 race:third_party/ffmpeg/libavcodec/pthread.c
15 race:third_party/ffmpeg/libavcodec/vp8.c
16 race:third_party/ffmpeg/libavutil/mem.c
17 race:media::VideoFrame::HashFrameForTesting
OLDNEW
« build/common.gypi ('K') | « tools/valgrind/tsan_v2/ignores.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698