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

Side by Side Diff: tools/valgrind/tsan/suppressions_win32.txt

Issue 11962013: Suppress uninitialized memory errors in Quic (issue 170327) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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 | « tools/valgrind/memcheck/suppressions.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 ############################ 1 ############################
2 # Reports on the guts of Windows 2 # Reports on the guts of Windows
3 { 3 {
4 UuidCreate 4 UuidCreate
5 ThreadSanitizer:Race 5 ThreadSanitizer:Race
6 ... 6 ...
7 fun:UuidCreate 7 fun:UuidCreate
8 } 8 }
9 9
10 { 10 {
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 bug_157076_b 201 bug_157076_b
202 ThreadSanitizer:Race 202 ThreadSanitizer:Race
203 fun:memset 203 fun:memset
204 fun:_free_dbg_nolock 204 fun:_free_dbg_nolock
205 fun:_free_dbg 205 fun:_free_dbg
206 fun:_aligned_free_dbg 206 fun:_aligned_free_dbg
207 fun:_aligned_free 207 fun:_aligned_free
208 fun:media::ReleaseData 208 fun:media::ReleaseData
209 fun:base::internal::RunnableAdapter::Run 209 fun:base::internal::RunnableAdapter::Run
210 } 210 }
211
212 {
213 bug_170334
214 ThreadSanitizer:Race
215 ...
216 fun:net::NetworkChangeNotifierWinTest::~NetworkChangeNotifierWinTest
217 }
OLDNEW
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698