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

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

Issue 9702111: Widen some Memcheck & TSan suppressions to account for the recent code changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | 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 127138)
+++ tools/valgrind/tsan/suppressions.txt (working copy)
@@ -554,7 +554,14 @@
fun:frame_thread_free
...
fun:avcodec_close
+}
+{
+ bug_93932_h
+ ThreadSanitizer:Race
...
+ fun:render_slice
+ fun:vp3_decode_frame
+ fun:frame_worker_thread
}
{
bug_100020
@@ -769,10 +776,11 @@
{
bug_112200
ThreadSanitizer:Race
- fun:park_frame_worker_threads
+ ...
fun:ff_thread_flush
fun:avcodec_flush_buffers
fun:avcodec_flush_buffers
+ ...
fun:media::FFmpegVideoDecoder::Flush
fun:base::internal::RunnableAdapter::Run
}
« 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