mirror of https://github.com/getdnsapi/getdns.git
Merge pull request #449 from banburybill/release/1.6.0b1
Get tests passing on Bionic and OSX
This commit is contained in:
commit
0d04d1f397
|
@ -20,8 +20,20 @@ localhost.
|
||||||
-S
|
-S
|
||||||
-X
|
-X
|
||||||
EOT
|
EOT
|
||||||
|
cat >125.supp <<EOT
|
||||||
|
{
|
||||||
|
<bionic_leak_nettle_ecc_point_init>
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: definite
|
||||||
|
fun:malloc
|
||||||
|
fun:__gmp_default_allocate
|
||||||
|
fun:_nettle_gmp_alloc_limbs
|
||||||
|
fun:nettle_ecc_point_init
|
||||||
|
obj:/usr/lib/x86_64-linux-gnu/libunbound.so.2.5.6
|
||||||
|
}
|
||||||
|
EOT
|
||||||
(
|
(
|
||||||
if ! valgrind -v --log-file=valgrind.log --leak-check=full --error-exitcode=1 --track-origins=yes "${GETDNS_QUERY}" -F queries -f "${TPKG_NAME}.ds" +dnssec_return_validation_chain
|
if ! valgrind -v --log-file=valgrind.log --suppressions=125.supp --leak-check=full --error-exitcode=1 --track-origins=yes "${GETDNS_QUERY}" -F queries -f "${TPKG_NAME}.ds" +dnssec_return_validation_chain
|
||||||
then
|
then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -5,7 +5,7 @@ CreationDate: wo 19 apr 2017 10:01:58 CEST
|
||||||
Maintainer: Hoda Rohani
|
Maintainer: Hoda Rohani
|
||||||
Category:
|
Category:
|
||||||
Component:
|
Component:
|
||||||
CmdDepends:
|
CmdDepends: valgrind
|
||||||
Depends: 200-stub-only-compile-install.tpkg
|
Depends: 200-stub-only-compile-install.tpkg
|
||||||
Help:
|
Help:
|
||||||
Pre: 275-server-capabilities.pre
|
Pre: 275-server-capabilities.pre
|
||||||
|
|
|
@ -5,7 +5,7 @@ CreationDate: Tue Mar 14 10:43:45 CET 2017
|
||||||
Maintainer: Willem Toorop
|
Maintainer: Willem Toorop
|
||||||
Category: Resource depletion
|
Category: Resource depletion
|
||||||
Component:
|
Component:
|
||||||
CmdDepends:
|
CmdDepends: valgrind
|
||||||
Depends: 200-stub-only-compile-install.tpkg
|
Depends: 200-stub-only-compile-install.tpkg
|
||||||
Help:
|
Help:
|
||||||
Pre: 280-limit_outstanding_queries.pre
|
Pre: 280-limit_outstanding_queries.pre
|
||||||
|
|
|
@ -5,7 +5,7 @@ CreationDate: ma 20 mrt 2017 15:17:45 CET
|
||||||
Maintainer: Willem Toorop
|
Maintainer: Willem Toorop
|
||||||
Category: Resource depletion
|
Category: Resource depletion
|
||||||
Component:
|
Component:
|
||||||
CmdDepends:
|
CmdDepends: valgrind
|
||||||
Depends: 200-stub-only-compile-install.tpkg
|
Depends: 200-stub-only-compile-install.tpkg
|
||||||
Help:
|
Help:
|
||||||
Pre: 285-out_of_filedescriptors.pre
|
Pre: 285-out_of_filedescriptors.pre
|
||||||
|
|
Loading…
Reference in New Issue