aboutsummaryrefslogtreecommitdiff
path: root/.valgrind.qmc-example.supp
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-10-03 08:16:29 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2019-10-18 10:25:14 +0900
commitd59ca7ac194e8d57177afb1ac89603e22b61b4ec (patch)
tree75a7224c04891512dfa318617f6630b94c199210 /.valgrind.qmc-example.supp
parent0a82e68f86a3b4716ebada39c041a6c8673d2999 (diff)
downloadlibquotient-d59ca7ac194e8d57177afb1ac89603e22b61b4ec.tar.gz
libquotient-d59ca7ac194e8d57177afb1ac89603e22b61b4ec.zip
qmc-example -> quotest, QMCTest -> TestManager
Also: some bits of refactoring in the test code to make it more extensible. Closes #352.
Diffstat (limited to '.valgrind.qmc-example.supp')
-rw-r--r--.valgrind.qmc-example.supp68
1 files changed, 0 insertions, 68 deletions
diff --git a/.valgrind.qmc-example.supp b/.valgrind.qmc-example.supp
deleted file mode 100644
index d65fb52e..00000000
--- a/.valgrind.qmc-example.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