Skip to content

Commit

Permalink
Suppress noise from running Valgrind on OSX 10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Sep 19, 2013
1 parent 5a284ed commit 32b247d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions tests-clar/valgrind-supp-mac.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,31 @@
fun:printf
fun:clar_print_init
}
{
molo-1
Memcheck:Leak
fun:malloc_zone_malloc
...
fun:_objc_init
}
{
molo-2
Memcheck:Leak
fun:malloc_zone_calloc
...
fun:_objc_init
}
{
molo-3
Memcheck:Leak
fun:malloc
...
fun:_objc_init
}
{
molo-4
Memcheck:Leak
fun:malloc
...
fun:dyld_register_image_state_change_handler
}

0 comments on commit 32b247d

Please sign in to comment.