Repository: lucy
Updated Branches:
  refs/heads/master a3a42c006 -> 6c25611a1


Update valgrind suppressions


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/5b1bedbe
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/5b1bedbe
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/5b1bedbe

Branch: refs/heads/master
Commit: 5b1bedbe71bfe456cecd5c415950594d68ed7ea8
Parents: a3a42c0
Author: Nick Wellnhofer <[email protected]>
Authored: Wed Sep 7 17:40:09 2016 +0200
Committer: Nick Wellnhofer <[email protected]>
Committed: Wed Sep 7 17:46:11 2016 +0200

----------------------------------------------------------------------
 devel/conf/lucyperl.supp | 24 +++++++++---------------
 1 file changed, 9 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/5b1bedbe/devel/conf/lucyperl.supp
----------------------------------------------------------------------
diff --git a/devel/conf/lucyperl.supp b/devel/conf/lucyperl.supp
index fed6dde..8339416 100644
--- a/devel/conf/lucyperl.supp
+++ b/devel/conf/lucyperl.supp
@@ -22,40 +22,34 @@
 }
 
 {
-   <XS_DynaLoader_dl_load_file>
+   <boot_Lucy>
    Memcheck:Leak
    ...
-   fun:XS_DynaLoader_dl_load_file
+   fun:boot_Lucy
    ...
 }
 
 {
-   <cfish_Class_singleton>
-   Memcheck:Leak
-   ...
-   fun:cfish_Class_singleton
-   ...
-}
-{
-   <cfish_Class_bootstrap>
+   <boot_Lucy__Test>
    Memcheck:Leak
    ...
-   fun:cfish_Class_bootstrap
+   fun:boot_Lucy__Test
    ...
 }
+
 {
-   <cfish_Class_add_alias_to_registry>
+   <XS_DynaLoader_dl_load_file>
    Memcheck:Leak
    ...
-   fun:cfish_Class_add_alias_to_registry
+   fun:XS_DynaLoader_dl_load_file
    ...
 }
 
 {
-   <cfish_Lucy_bootstrap>
+   <cfish_Class_singleton>
    Memcheck:Leak
    ...
-   fun:cfish_Lucy_bootstrap
+   fun:cfish_Class_singleton
    ...
 }
 

Reply via email to