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

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

Issue 13060005: More TSan v2 suppressions: (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 14 matching lines...) Expand all
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 32
33 # http://crbug.com/223352 33 # http://crbug.com/223352
34 race:uprv_malloc_46 34 race:uprv_malloc_46
35
36 # http://crbug.com/84094
37 race:sqlite3StatusSet
38 race:pcache1EnforceMaxPage
39 race:pcache1AllocPage
40
41 # http://crbug.com/115540
42 race:base::Thread::ThreadMain
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