Add LSAN suppressions (for OpenSSL temporary quirk)

This commit is contained in:
Azat Khuzhin 2020-06-25 21:34:02 +03:00
parent b90b19250a
commit 3fec471c32
2 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,7 @@ jobs:
fi
export TSAN_OPTIONS=suppressions=$PWD/extra/tsan.supp
export LSAN_OPTIONS=suppressions=$PWD/extra/lsan.supp
if [ "${{ matrix.EVENT_MATRIX }}" == "DISABLE_OPENSSL" ]; then
EVENT_CMAKE_OPTIONS="-DEVENT__DISABLE_OPENSSL=ON"

3
extra/lsan.supp Normal file
View File

@ -0,0 +1,3 @@
# TODO: temporary, until tests itself will be fixed
leak:libcrypto.so
leak:libssl.so