summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-04-19 12:39:54 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-04-19 12:41:55 +0200
commit5ad4fa742bf6861a88c4292f6d4954f264ca534e (patch)
tree41b1e34a78841c4a8fe18b65962cc2177fde357e
parent9aecb2d5171122da2ae78cbe9672d999ea90c2b0 (diff)
downloadpygobject-5ad4fa742bf6861a88c4292f6d4954f264ca534e.tar.gz
valgrind: make the suppression filter handle more cases
I've got a few more similar traces now (when zip import is involved) and this reduces it to the common stack.
-rw-r--r--tests/valgrind.supp28
1 files changed, 0 insertions, 28 deletions
diff --git a/tests/valgrind.supp b/tests/valgrind.supp
index cf067b26..d08503de 100644
--- a/tests/valgrind.supp
+++ b/tests/valgrind.supp
@@ -8,32 +8,4 @@
fun:wcstombs
fun:wcstombs
fun:encode_current_locale
- fun:encode_locale
- fun:Py_EncodeLocale
- fun:_Py_wreadlink
- fun:calculate_path
- fun:Py_GetProgramFullPath
- fun:_PySys_Init
- fun:_Py_InitializeEx_Private.part.8
- fun:Py_Main
- fun:main
-}
-
-{
- <py36-start2>
- Memcheck:Cond
- fun:__wcsnlen_sse4_1
- fun:wcsrtombs
- fun:wcstombs
- fun:wcstombs
- fun:encode_current_locale
- fun:encode_locale
- fun:Py_EncodeLocale
- fun:_Py_wreadlink
- fun:calculate_path
- fun:Py_GetProgramFullPath
- fun:_PySys_Init
- fun:_Py_InitializeEx_Private.part.8
- fun:Py_Main
- fun:main
}