mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
Supress annoying libcap-ng errors from valgrind
* tests/.valgrind.supp: Ignore capng problems
This commit is contained in:
parent
874990dc2c
commit
7ed63c5312
@ -253,3 +253,19 @@
|
||||
fun:virtTestMain
|
||||
fun:main
|
||||
}
|
||||
{
|
||||
cg1
|
||||
Memcheck:Param
|
||||
capget(data)
|
||||
fun:capget
|
||||
fun:capng_clear
|
||||
fun:__virExec
|
||||
fun:virExecWithHook
|
||||
fun:virExec
|
||||
fun:qemudProbeMachineTypes
|
||||
fun:qemudCapsInitGuest
|
||||
fun:qemudCapsInit
|
||||
fun:qemudStartup
|
||||
fun:virStateInitialize
|
||||
fun:main
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user