diff options
author | Gordon Sim <gsim@apache.org> | 2008-03-04 21:00:00 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-03-04 21:00:00 +0000 |
commit | 6cca77ab3a06e94899659c7201e71145ea445363 (patch) | |
tree | d7f17cbc13b23cece333f9ed20160c9b0e266430 /cpp/src | |
parent | d47950ff7a88e4684d1e07e334e705776ed569a7 (diff) | |
download | qpid-python-6cca77ab3a06e94899659c7201e71145ea445363.tar.gz |
Revert additions to valgrind suppressions checked in by mistake.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@633637 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/tests/.valgrind.supp | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/cpp/src/tests/.valgrind.supp b/cpp/src/tests/.valgrind.supp index 7de7e1887b..e0abf0dd43 100644 --- a/cpp/src/tests/.valgrind.supp +++ b/cpp/src/tests/.valgrind.supp @@ -30,64 +30,3 @@ 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_ -} |