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

Unified Diff: tools/valgrind/tsan/suppressions.txt

Issue 8835007: Update TSan suppressions to account for the recent change: FFmpegVideoDecodeEngine -> FFmpegVideo... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/tsan/suppressions.txt
===================================================================
--- tools/valgrind/tsan/suppressions.txt (revision 113365)
+++ tools/valgrind/tsan/suppressions.txt (working copy)
@@ -519,7 +519,7 @@
...
fun:avcodec_close
...
- fun:media::FFmpegVideoDecodeEngine::Uninitialize
+ fun:media::FFmpegVideoDecoder::*
...
fun:media::FFmpegVideoDecode*Test::*
}
@@ -530,7 +530,7 @@
fun:ff_thread_decode_frame
fun:avcodec_decode_video2
...
- fun:media::FFmpegVideoDecodeEngine::Decode*
+ fun:media::FFmpegVideoDecoder::Decode*
}
{
bug_93932_c
@@ -539,7 +539,7 @@
fun:memcpy
fun:media::CopyPlane
...
- fun:media::FFmpegVideoDecodeEngine::Decode*
+ fun:media::FFmpegVideoDecoder::Decode*
}
{
bug_93932_d
@@ -549,30 +549,11 @@
{
bug_93932_e
ThreadSanitizer:Race
- ...
- fun:frame_thread_free
- fun:avcodec_close
- fun:media::FFmpegVideoDecodeEngine::~FFmpegVideoDecodeEngine
- fun:scoped_ptr::reset
- fun:media::FFmpegVideoDecodeEngineTest::~FFmpegVideoDecodeEngineTest
-}
-{
- bug_93932_f
- ThreadSanitizer:Race
- fun:submit_packet
- fun:ff_thread_decode_frame
- fun:avcodec_decode_video2
- fun:avcodec_decode_video2
- fun:media::FFmpegVideoDecodeEngine::Decode*
-}
-{
- bug_93932_g
- ThreadSanitizer:Race
fun:Replace_memcpy
fun:memcpy
fun:ff_thread_decode_frame
...
- fun:media::FFmpegVideoDecodeEngine::Decode*
+ fun:media::FFmpegVideoDecoder::Decode*
}
{
bug_95509
« 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