diff options
author | pooryorick <com.digitalsmarties@pooryorick.com> | 2018-06-22 15:10:04 (GMT) |
---|---|---|
committer | pooryorick <com.digitalsmarties@pooryorick.com> | 2018-06-22 15:10:04 (GMT) |
commit | 94ec3d943104b645666e3f71feb61ac260a43fcf (patch) | |
tree | b93e6537a9eeff755eb011895389363546993b8a /tools | |
parent | 6c1e9f2b0c5e236754eb7072986cffd863333abd (diff) | |
download | tcl-94ec3d943104b645666e3f71feb61ac260a43fcf.zip tcl-94ec3d943104b645666e3f71feb61ac260a43fcf.tar.gz tcl-94ec3d943104b645666e3f71feb61ac260a43fcf.tar.bz2 |
Add another suppress rule for valgrind, factor test code into
tests/tcltests.tcl, and constrained a some tests in the valgrind case.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind_suppress | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/valgrind_suppress b/tools/valgrind_suppress index ede584a..fb7f173 100644 --- a/tools/valgrind_suppress +++ b/tools/valgrind_suppress @@ -29,6 +29,16 @@ } { + TclpDlopen/load + Memcheck:Leak + match-leak-kinds: reachable + fun:malloc + ... + fun:dlopen + fun:TclpDlopen +} + +{ TclpGetGrNam/__nss_next2/calloc Memcheck:Leak match-leak-kinds: reachable |