Code

strings utilities: Add helper functions for common string operations.
[sysdb.git] / t / valgrind.suppress
index 63dbc1b9e22abab19fbb0810480c33dd7fd3e3d1..f821843689d269d5eb34d931dd87300df8901510 100644 (file)
@@ -1,19 +1,11 @@
 {
    <insert_a_suppression_name_here>
    Memcheck:Cond
+   ...
    fun:gcov_exit*
    fun:__run_exit_handlers
    fun:exit
-   fun:srunner_run_all
-   fun:main
-}
-{
-   <insert_a_suppression_name_here>
-   Memcheck:Cond
-   fun:gcov_exit*
-   fun:__run_exit_handlers
-   fun:exit
-   fun:srunner_run
+   fun:srunner_run*
    fun:main
 }
 {