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

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

Issue 23868033: Suppress some ThreadSanitizer v2 errors in NSS. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 3 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 121
122 # http://crbug.com/273047 122 # http://crbug.com/273047
123 race:base::*::g_lazy_tls_ptr 123 race:base::*::g_lazy_tls_ptr
124 race:IPC::SyncChannel::ReceivedSyncMsgQueue::lazy_tls_ptr_ 124 race:IPC::SyncChannel::ReceivedSyncMsgQueue::lazy_tls_ptr_
125 125
126 # http://crbug.com/280466 126 # http://crbug.com/280466
127 race:content::WebRtcAudioCapturer::SetCapturerSource 127 race:content::WebRtcAudioCapturer::SetCapturerSource
128 128
129 # http://crbug.com/290964 129 # http://crbug.com/290964
130 race:PostponeInterruptsScope 130 race:PostponeInterruptsScope
131
132 # http://crbug.com/292999
133 race:LocksInitializedEarly
134 race:cacheLock
135 race:net/third_party/nss/ssl/sslsecur.c
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