diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-01-21 19:16:31 +0100 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2021-01-21 19:21:45 +0100 |
commit | a9987b1bc7f789f3063c06ed23e1f51024341463 (patch) | |
tree | 18a0e86760df67ec7fdd1d9c9b57efc872469a29 /tests/.valgrind.supp | |
parent | 0368242c543d388b789eb02f22552128e3b14c18 (diff) | |
download | libquotient-a9987b1bc7f789f3063c06ed23e1f51024341463.tar.gz libquotient-a9987b1bc7f789f3063c06ed23e1f51024341463.zip |
Move tests
Diffstat (limited to 'tests/.valgrind.supp')
-rw-r--r-- | tests/.valgrind.supp | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/tests/.valgrind.supp b/tests/.valgrind.supp deleted file mode 100644 index d65fb52e..00000000 --- a/tests/.valgrind.supp +++ /dev/null @@ -1,68 +0,0 @@ -{ - libc_dirty_free_on_exit - Memcheck:Free - fun:free - fun:__libc_freeres - fun:_vgnU_freeres - fun:__run_exit_handlers - fun:exit -} - -{ - QAuthenticator - Memcheck:Leak - match-leak-kinds: possible - ... - fun:_ZN14QAuthenticator6detachEv -} - -{ - QTimer - Memcheck:Leak - match-leak-kinds: possible - fun:_Znwm - fun:_ZN7QObjectC1EPS_ - fun:_ZN6QTimerC1EP7QObject -} - -{ - QSslConfiguration - Memcheck:Leak - match-leak-kinds: possible - fun:_Znwm - ... - fun:_ZN17QSslConfigurationC1Ev -} - -{ - libcrypto_ASN1 - Memcheck:Leak - match-leak-kinds: definite - fun:malloc - ... - fun:ASN1_item_ex_d2i -} - -{ - malloc_from_libcrypto - Memcheck:Leak - match-leak-kinds: possible - fun:malloc - fun:CRYPTO_malloc - ... - obj:/lib/x86_64-linux-gnu/libcrypto.so.* -} - -{ - Slot_activation_from_QtNetwork - Memcheck:Leak - match-leak-kinds: definite - fun:malloc - fun:inflateInit2_ - obj:/*/*/*/libQt5Network.so.* - ... - fun:_ZN11QMetaObject8activateEP7QObjectiiPPv - ... - fun:_ZN11QMetaObject8activateEP7QObjectiiPPv - obj:/*/*/*/libQt5Network.so.* -}
\ No newline at end of file |