Add a few more valgrind suppressions for Mac OS.
authorTeemu Murtola <teemu.murtola@gmail.com>
Sun, 19 Feb 2012 15:19:06 +0000 (17:19 +0200)
committerTeemu Murtola <teemu.murtola@gmail.com>
Sun, 19 Feb 2012 15:19:06 +0000 (17:19 +0200)
This should be enough to get the unit tests pass without errors under
Valgrind.

Change-Id: Ib78047845fd5edbdba73975d97c6a1143c8469e2

cmake/legacy_and_external.supp

index 88926742abee260a47bcfecd66c4b100ebfe83ee..0916964ea00d5201d13d7576366535ba1292f36e 100644 (file)
    ...
    fun:__svfscanf_l
 }
+
+{
+   __cxa_get_globals
+   Memcheck:Leak
+   fun:calloc
+   fun:__cxa_get_globals
+   fun:__cxa_throw
+}
+
+# Intel compiler on MacOS
+{
+   __cilkrts_os_mutex_create
+   Memcheck:Leak
+   fun:malloc
+   fun:__cilkrts_os_mutex_create
+}