suppress libcrypto issue in valgrind runs

This commit is contained in:
Arvid Norberg 2014-01-25 22:56:22 +00:00
parent 1f5373599d
commit 11e1e147a3
2 changed files with 9 additions and 1 deletions

View File

@ -96,7 +96,7 @@ project
;
feature launcher : none valgrind : composite ;
feature.compose <launcher>valgrind : <testing.launcher>"valgrind --tool=memcheck -v --num-callers=20 --read-var-info=yes --track-origins=yes --error-exitcode=222" <valgrind>on ;
feature.compose <launcher>valgrind : <testing.launcher>"valgrind --tool=memcheck -v --num-callers=20 --read-var-info=yes --track-origins=yes --error-exitcode=222 --suppressions=valgrind_suppressions.txt" <valgrind>on ;
test-suite libtorrent :
[ run test_bitfield.cpp ]

View File

@ -0,0 +1,8 @@
{
openssl_asn_uninitialized_length
Memcheck:ASN1_STRING_set
fun:ASN1_STRING_set
fun:ASN1_mbstring_ncopy
fun:ASN1_mbstring_copy
fun:ASN1_STRING_to_UTF8
}