mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16:09 +00:00
test: Add more valgrind "possibly lost" suppressions
These valgrind entries are false positives because vim uses interior pointers.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
fun:__nss_database_lookup
|
||||
}
|
||||
{
|
||||
ex_function_1
|
||||
interior_ptr1
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:try_malloc
|
||||
@@ -14,7 +14,7 @@
|
||||
fun:ex_function
|
||||
}
|
||||
{
|
||||
ex_function_2
|
||||
interior_ptr2
|
||||
Memcheck:Leak
|
||||
fun:realloc
|
||||
fun:xrealloc
|
||||
@@ -22,7 +22,7 @@
|
||||
fun:ex_function
|
||||
}
|
||||
{
|
||||
ex_function_3
|
||||
interior_ptr3
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:strdup
|
||||
@@ -30,6 +30,52 @@
|
||||
fun:vim_strsave
|
||||
fun:ex_function
|
||||
}
|
||||
{
|
||||
interior_ptr4
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:realloc
|
||||
fun:xrealloc
|
||||
fun:ga_grow
|
||||
fun:ex_function
|
||||
}
|
||||
{
|
||||
interior_ptr5
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:try_malloc
|
||||
fun:xmalloc
|
||||
fun:set_var
|
||||
fun:set_var_lval
|
||||
}
|
||||
{
|
||||
interior_ptr6
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:try_malloc
|
||||
fun:xmalloc
|
||||
fun:get_lit_string_tv
|
||||
fun:eval7
|
||||
}
|
||||
{
|
||||
interior_ptr7
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:strdup
|
||||
fun:xstrdup
|
||||
fun:vim_strsave
|
||||
fun:copy_tv
|
||||
fun:get_var_tv
|
||||
fun:eval7
|
||||
}
|
||||
{
|
||||
interior_ptr8
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:try_malloc
|
||||
fun:xmalloc
|
||||
fun:dictitem_alloc
|
||||
}
|
||||
{
|
||||
uv_spawn_with_optimizations
|
||||
Memcheck:Leak
|
||||
|
Reference in New Issue
Block a user