summaryrefslogtreecommitdiff
path: root/cpp/src/tests
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-03-03 19:19:00 +0000
committerGordon Sim <gsim@apache.org>2008-03-03 19:19:00 +0000
commit1f0b710ec149075c369624fa140a2af550ec0a5f (patch)
treeac1d73e9e82d11ccaf8e6061431ecc311564ab9a /cpp/src/tests
parenta711889b0b3c16d7bffe008ece53cd41d5069909 (diff)
downloadqpid-python-1f0b710ec149075c369624fa140a2af550ec0a5f.tar.gz
Updated tracking of outgoing command id and send command-point control on session attachment.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@633241 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-rw-r--r--cpp/src/tests/.valgrind.supp61
1 files changed, 61 insertions, 0 deletions
diff --git a/cpp/src/tests/.valgrind.supp b/cpp/src/tests/.valgrind.supp
index e0abf0dd43..7de7e1887b 100644
--- a/cpp/src/tests/.valgrind.supp
+++ b/cpp/src/tests/.valgrind.supp
@@ -30,3 +30,64 @@
fun:epoll_ctl
}
+{
+ Reported only on Fedora 5
+ Memcheck:Leak
+ fun:calloc
+ fun:_dl_allocate_tls
+ fun:pthread_create@@GLIBC_2.1
+ fun:pthread_create@GLIBC_2.0
+ fun:_ZN4qpid3sys6ThreadC1EPNS0_8RunnableE
+ fun:_ZN4qpid6client9Connector4initEv
+ fun:_ZN4qpid6client14ConnectionImpl4openERKSsiS3_S3_S3_
+}
+{
+ Reported against Fedora 5
+ Memcheck:Leak
+ fun:calloc
+ fun:_dl_allocate_tls
+ fun:pthread_create@@GLIBC_2.1
+ fun:pthread_create@GLIBC_2.0
+ fun:_ZN4qpid6client9Connector4initEv
+}
+
+{
+ Reported against perf_test on Fedora 5
+ Memcheck:Leak
+ fun:calloc
+ fun:_dl_allocate_tls
+ fun:pthread_create@@GLIBC_2.1
+ fun:_ZN4qpid3sys6ThreadC1ERNS0_8RunnableE
+ fun:main
+}
+{
+ Reported against Fedora 5
+ Memcheck:Leak
+ fun:calloc
+ fun:_dl_allocate_tls
+ fun:pthread_create@@GLIBC_2.1
+ fun:pthread_create@GLIBC_2.0
+ fun:_ZN4qpid3sys6ThreadC1EPNS0_8RunnableE
+ fun:_ZN4qpid6broker5Timer5startEv
+ fun:_ZN4qpid6broker5TimerC1Ev
+}
+{
+ Reported against Fedora 5
+ Memcheck:Leak
+ fun:calloc
+ fun:_dl_allocate_tls
+ fun:pthread_create@@GLIBC_2.1
+ fun:pthread_create@GLIBC_2.0
+ fun:_ZN4qpid6broker5Timer5startEv
+ fun:_ZN4qpid6broker5TimerC1Ev
+}
+{
+ Fedora 5 issue again
+ Memcheck:Leak
+ fun:calloc
+ fun:_dl_allocate_tls
+ fun:pthread_create@@GLIBC_2.1
+ fun:pthread_create@GLIBC_2.0
+ fun:_ZN4qpid6client9Connector4initEv
+ fun:_ZN4qpid6client14ConnectionImpl4openERKSsiS3_S3_S3_
+}