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

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

Issue 2786003: Add variants for two existing suppressions. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 6 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 | « 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/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index d401fb012f98cee6425a5b07bdc2ab144c21cde0..75a922c03a7a47590e4647f93556a28c7ff07185 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -866,6 +866,17 @@
...
fun:_ZN3net16HostResolverImpl3Job5StartEv
}
+
+{
+ # ditto, but for IPv6 support (?)
+ bug_16089e
+ Memcheck:Leak
+ fun:*
+ ...
+ fun:_ZN4base22LinuxDynamicThreadPool8PostTaskEP4Task
+ ...
+ fun:_ZN3net16HostResolverImpl16ProbeIPv6SupportEv
+}
{
# very common in ui tests
bug_16091
@@ -1088,6 +1099,17 @@
fun:_ZN4base13WaitableEvent4WaitEv
fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
}
+
+{
+ # slight variant of the above
+ bug_19371a
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:_ZN4base13WaitableEvent7EnqueueEPNS0_6WaiterE
+ fun:_ZN4base13WaitableEvent9TimedWaitERKNS_9TimeDeltaE
+ fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
+}
{
bug_19377
Memcheck:Leak
« 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