You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2016/04/27 15:11:51 UTC

svn commit: r1741254 - /qpid/trunk/qpid/cpp/src/tests/.valgrind.supp

Author: jross
Date: Wed Apr 27 13:11:51 2016
New Revision: 1741254

URL: http://svn.apache.org/viewvc?rev=1741254&view=rev
Log:
QPID-7207: Make the suppressions general wrt starting as a thread or the main process

Modified:
    qpid/trunk/qpid/cpp/src/tests/.valgrind.supp

Modified: qpid/trunk/qpid/cpp/src/tests/.valgrind.supp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/.valgrind.supp?rev=1741254&r1=1741253&r2=1741254&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/.valgrind.supp (original)
+++ qpid/trunk/qpid/cpp/src/tests/.valgrind.supp Wed Apr 27 13:11:51 2016
@@ -210,8 +210,6 @@
    ...
    fun:accept
    ...
-   fun:start_thread
-   fun:clone
 }
 
 {
@@ -221,8 +219,6 @@
    fun:_Znwm
    fun:_ZN4qpid6broker5Queue18scheduleAutoDeleteEb
    ...
-   fun:start_thread
-   fun:clone
 }
 
 {
@@ -236,8 +232,6 @@
    ...
    fun:accept
    ...
-   fun:start_thread
-   fun:clone
 }
 
 {
@@ -248,5 +242,4 @@
    fun:_ZN4qpid11linearstore7journal20EmptyFilePoolManager15insertPartitionEtRKNSt7*basic_stringIcSt11char_traitsIcESaIcEEE
    fun:_ZN4qpid11linearstore7journal20EmptyFilePoolManager17findEfpPartitionsEv
    ...
-   fun:(below main)
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org