chore(memcheck): add another suppression for LuaJIT
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
fd9781d58d
commit
d481cb251d
1 changed files with 10 additions and 2 deletions
|
@ -158,7 +158,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
# This entry suppresses a known false positive in luajit 2.0
|
# This entry suppresses a false positive in luajit 2.0
|
||||||
LuaJIT_Bug3
|
LuaJIT_Bug3
|
||||||
Memcheck:Addr4
|
Memcheck:Addr4
|
||||||
obj:*luajit-5.1*
|
obj:*luajit-5.1*
|
||||||
|
@ -168,6 +168,15 @@
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
# This entry suppresses a false positive in luajit 2.0
|
||||||
|
LuaJIT_Bug4
|
||||||
|
Memcheck:Addr4
|
||||||
|
obj:*luajit-5.1*
|
||||||
|
fun:lua_getfield
|
||||||
|
...
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
# This entry Suppresses memory leaks at awk. We use awk at doc/lua/test.sh and doc/lua/test_single.sh
|
# This entry Suppresses memory leaks at awk. We use awk at doc/lua/test.sh and doc/lua/test_single.sh
|
||||||
AWK_Bug1
|
AWK_Bug1
|
||||||
|
@ -177,4 +186,3 @@
|
||||||
...
|
...
|
||||||
fun:(below main)
|
fun:(below main)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue