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

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

Issue 12618011: Valgrind: Widen a suppression and suppress a new error. (Closed) Base URL: svn://chrome-svn/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 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 189475)
+++ tools/valgrind/tsan/suppressions.txt (working copy)
@@ -1061,3 +1061,20 @@
...
fun:base::debug::TraceSamplingThread::ThreadMain
}
+{
+ bug_222601a
+ ThreadSanitizer:Race
+ fun:XFixesFindDisplay
+ fun:XFixesQueryExtension
+ fun:media::::ScreenCapturerLinux::Init
+}
+{
+ bug_222601b
+ ThreadSanitizer:Race
+ fun:XextFindDisplay
+ ...
+ fun:XShmQueryVersion
+ fun:media::XServerPixelBuffer::InitShm
+ fun:media::XServerPixelBuffer::Init
+ fun:media::::ScreenCapturerLinux::Init
+}
« 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