Silence Helgrind reports about exception stack unwinding

* tests/test-valgrind-suppressions.supp: Silence Helgrind reports
	about exception stack unwinding.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2017-03-02 11:52:06 +01:00
parent 5867425971
commit 70a476bd34

View File

@ -76,3 +76,13 @@
Helgrind:Race Helgrind:Race
fun:_ZNSo9_M_insertIyEERSoT_ fun:_ZNSo9_M_insertIyEERSoT_
} }
{
Helgrind:Race
fun:_Unwind_RaiseException
}
{
Helgrind:Race
fun:_Unwind_SetGR
}