Skip to content

Commit

Permalink
Tests: Update leak suppressions for static libs
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Aug 24, 2020
1 parent a5f4f53 commit bc7ab29
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions test/leak/sharp.supp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@
Memcheck:Cond
obj:*/libjpeg.so*
}
{
value_jpeg_obj_static
Memcheck:Value8
obj:*/libvips.so*
}
{
cond_jpeg_obj_static
Memcheck:Cond
obj:*/libvips.so*
}
{
param_jpeg_jpeg_finish_compress
Memcheck:Param
Expand Down Expand Up @@ -418,6 +428,13 @@
...
fun:_ZN4node17CreateEnvironmentEPN2v87IsolateEP9uv_loop_sNS0_5LocalINS0_7ContextEEEiPKPKciSB_
}
{
leak_nodejs_CreateEnvironment_IsolateData
Memcheck:Leak
match-leak-kinds: possible
...
fun:_ZN4node17CreateEnvironmentEPNS_11IsolateDataEN2v85LocalINS2_7ContextEEERKSt6vectorISsSaISsEESA_NS_16EnvironmentFlags5FlagsENS_8ThreadIdESt10unique_ptrINS_21InspectorParentHandleESt14default_deleteISF_EE
}
{
leak_nodejs_Environment_Start
Memcheck:Leak
Expand Down

0 comments on commit bc7ab29

Please sign in to comment.