mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-16 06:54:37 +00:00
More Helgrind suppressions
* tests/test-valgrind-suppressions.supp: More specific suppressions. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
70a476bd34
commit
3df69aa10e
@ -60,6 +60,7 @@
|
||||
}
|
||||
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
Helgrind:Race
|
||||
fun:_ZNSo9_M_insertImEERSoT_
|
||||
}
|
||||
@ -78,11 +79,51 @@
|
||||
}
|
||||
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
Helgrind:Race
|
||||
fun:_ZNSo9_M_insertImEERSoT_
|
||||
fun:operator<<
|
||||
}
|
||||
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
Helgrind:Race
|
||||
obj:/usr/lib64/libgcc_s-6.3.1-20161221.so.1
|
||||
fun:_Unwind_RaiseException
|
||||
}
|
||||
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
Helgrind:Race
|
||||
obj:/usr/lib64/libgcc_s-6.3.1-20161221.so.1
|
||||
obj:/usr/lib64/libgcc_s-6.3.1-20161221.so.1
|
||||
fun:_Unwind_RaiseException
|
||||
}
|
||||
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
Helgrind:Race
|
||||
obj:/usr/lib64/libgcc_s-6.3.1-20161221.so.1
|
||||
obj:/usr/lib64/libgcc_s-6.3.1-20161221.so.1
|
||||
obj:/usr/lib64/libgcc_s-6.3.1-20161221.so.1
|
||||
fun:_Unwind_RaiseException
|
||||
}
|
||||
|
||||
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
Helgrind:Race
|
||||
fun:_Unwind_SetGR
|
||||
fun:__gxx_personality_v0
|
||||
obj:/usr/lib64/libgcc_s-6.3.1-20161221.so.1
|
||||
fun:_Unwind_RaiseException
|
||||
}
|
||||
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
Helgrind:Race
|
||||
fun:_Unwind_SetGR
|
||||
fun:__gxx_personality_v0
|
||||
obj:/usr/lib64/libgcc_s-6.3.1-20161221.so.1
|
||||
fun:_Unwind_RaiseException
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user