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

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

Issue 11412269: Add more tsan suppression for ffmpeg related failures. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 } 228 }
229 229
230 { 230 {
231 bug_157076_b 231 bug_157076_b
232 ThreadSanitizer:Race 232 ThreadSanitizer:Race
233 fun:memset 233 fun:memset
234 fun:_free_dbg_nolock 234 fun:_free_dbg_nolock
235 fun:_free_dbg 235 fun:_free_dbg
236 fun:_aligned_free_dbg 236 fun:_aligned_free_dbg
237 fun:_aligned_free 237 fun:_aligned_free
238 fun:media::VideoFrame::~VideoFrame 238 fun:media::ReleaseData
239 fun:media::VideoFrame::`scalar deleting destructor'
240 fun:base::RefCountedThreadSafe::DeleteInternal
241 fun:base::RefCountedThreadSafe::Release
242 fun:base::RefCountedThreadSafe::Release
243 fun:scoped_refptr::operator=
244 fun:media::VideoRendererBase::AttemptFlush_Locked
245 fun:media::VideoRendererBase::OnDecoderFlushDone
246 fun:base::internal::RunnableAdapter::Run 239 fun:base::internal::RunnableAdapter::Run
247 } 240 }
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