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

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

Issue 13030008: Update suppressions for M27 FFmpeg roll. (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 ############################ 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 } 198 }
199 199
200 { 200 {
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
209 fun:base::internal::RunnableAdapter::Run
210 } 208 }
211 209
212 { 210 {
211 bug_157076_c
212 ThreadSanitizer:Race
213 fun:memset
214 fun:_heap_alloc_dbg_impl
215 fun:_nh_malloc_dbg_impl
216 fun:_nh_malloc_dbg
217 fun:_malloc_dbg
218 fun:_aligned_offset_malloc_dbg
219 fun:_aligned_malloc
220 fun:base::AlignedAlloc
221 }
222
223 {
213 bug_170334 224 bug_170334
214 ThreadSanitizer:Race 225 ThreadSanitizer:Race
215 ... 226 ...
216 fun:net::NetworkChangeNotifierWinTest::~NetworkChangeNotifierWinTest 227 fun:net::NetworkChangeNotifierWinTest::~NetworkChangeNotifierWinTest
217 } 228 }
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