Code

integration/query.sh: Test FETCH with FILTER.
[sysdb.git] / t / valgrind.suppress
index 51da50c0628d181ca68db006bde3cf8333c81530..67d05fda0031ae646ecce5daff6076a6c1f38688 100644 (file)
@@ -1,7 +1,7 @@
 {
    <insert_a_suppression_name_here>
    Memcheck:Cond
-   fun:gcov_exit
+   fun:gcov_exit*
    fun:__run_exit_handlers
    fun:exit
    fun:srunner_run_all
@@ -10,7 +10,7 @@
 {
    <insert_a_suppression_name_here>
    Memcheck:Cond
-   fun:gcov_exit
+   fun:gcov_exit*
    fun:__run_exit_handlers
    fun:exit
    fun:srunner_run
    fun:__nss_database_lookup
    ...
 }
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   ...
+   fun:dl_open_worker
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Cond
+   ...
+   fun:ASN1_item_ex_d2i
+   ...
+}