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

Unified Diff: tools/valgrind/memcheck/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/gtest_exclude/ui_unittests.gtest-memcheck.txt ('k') | tools/valgrind/tsan/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 189475)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -2476,8 +2476,16 @@
fun:_Znw*
fun:_ZN7content11ChildThread4InitEv
fun:_ZN7content11ChildThreadC2ERKSs
- fun:_ZN7content16RenderThreadImplC2ERKSs
+ ...
+ fun:_ZN7content21WebRTCAudioDeviceTest5SetUpEv
+}
+{
+ bug_65940_e
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN7content16RenderThreadImpl4InitEv
fun:_ZN7content16RenderThreadImplC1ERKSs
+ ...
fun:_ZN7content21WebRTCAudioDeviceTest5SetUpEv
}
{
@@ -6867,3 +6875,9 @@
fun:_Znw*
fun:_ZN18WebDatabaseService12LoadDatabaseERKN4base8CallbackIFvN3sql10InitStatusEEEE
}
+{
+ bug_222532
+ Memcheck:Unaddressable
+ ...
+ fun:_ZN7content12_GLOBAL__N_127CaptureTestSourceController10OnShutdownEv
+}
« no previous file with comments | « tools/valgrind/gtest_exclude/ui_unittests.gtest-memcheck.txt ('k') | tools/valgrind/tsan/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698