Silence Helgrind reports about exception stack unwinding
authorDodji Seketeli <dodji@redhat.com>
Thu, 2 Mar 2017 10:52:06 +0000 (11:52 +0100)
committerDodji Seketeli <dodji@redhat.com>
Thu, 2 Mar 2017 10:55:30 +0000 (11:55 +0100)
* tests/test-valgrind-suppressions.supp: Silence Helgrind reports
about exception stack unwinding.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
tests/test-valgrind-suppressions.supp

index 9cd76099ef9332366b1b5feea8492b0cdb58e713..5292c7ae5e3233fadcce1befe367ea59ca00898e 100644 (file)
    Helgrind:Race
    fun:_ZNSo9_M_insertIyEERSoT_
 }
+
+{
+   Helgrind:Race
+   fun:_Unwind_RaiseException
+}
+
+{
+   Helgrind:Race
+   fun:_Unwind_SetGR
+}