mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-16 15:04:46 +00:00
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:
parent
5867425971
commit
70a476bd34
@ -76,3 +76,13 @@
|
||||
Helgrind:Race
|
||||
fun:_ZNSo9_M_insertIyEERSoT_
|
||||
}
|
||||
|
||||
{
|
||||
Helgrind:Race
|
||||
fun:_Unwind_RaiseException
|
||||
}
|
||||
|
||||
{
|
||||
Helgrind:Race
|
||||
fun:_Unwind_SetGR
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user