Update leak test suppressions

This commit is contained in:
Lovell Fuller 2020-01-03 20:47:01 +00:00
parent a216d2945b
commit 84c20373ec
2 changed files with 14 additions and 1 deletions

View File

@ -5,7 +5,7 @@ if ! type valgrind >/dev/null; then
exit 1 exit 1
fi fi
curl -s -o ./test/leak/libvips.supp https://raw.githubusercontent.com/libvips/libvips/master/libvips.supp curl -s -o ./test/leak/libvips.supp https://raw.githubusercontent.com/libvips/libvips/master/suppressions/valgrind.supp
for test in ./test/unit/*.js; do for test in ./test/unit/*.js; do
G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind \ G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind \

View File

@ -342,6 +342,12 @@
... ...
obj:/usr/bin/iojs obj:/usr/bin/iojs
} }
{
value_node_invoke_params
Memcheck:Value8
...
fun:_ZN2v88internal12_GLOBAL__N_16InvokeEPNS0_7IsolateERKNS1_12InvokeParamsE
}
{ {
leak_nodejs_ImmutableAsciiSource_CreateFromLiteral leak_nodejs_ImmutableAsciiSource_CreateFromLiteral
Memcheck:Leak Memcheck:Leak
@ -538,6 +544,13 @@
... ...
fun:_ZN4node9inspector5Agent5StartERKSsSt10shared_ptrINS_12DebugOptionsEEb fun:_ZN4node9inspector5Agent5StartERKSsSt10shared_ptrINS_12DebugOptionsEEb
} }
{
leak_nodejs_debug_host_port
Memcheck:Leak
match-leak-kinds: possible
...
fun:_ZN4node9inspector5Agent5StartERKSsRKNS_12DebugOptionsESt10shared_ptrINS_8HostPortEEb
}
{ {
leak_nodejs_start leak_nodejs_start
Memcheck:Leak Memcheck:Leak