diff options
| author | Remko Tronçon <git@el-tramo.be> | 2011-01-22 14:28:10 (GMT) |
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2011-01-22 14:28:10 (GMT) |
| commit | 0a78f9031dc984d20bd985ec0a3071884054e8f4 (patch) | |
| tree | 24aa182ea8849ecbd8d2fdd4e76af51ca1b22ecf | |
| parent | df029015f47f284ced01b8d1f11c4d48cc2f2564 (diff) | |
| download | swift-0a78f9031dc984d20bd985ec0a3071884054e8f4.zip swift-0a78f9031dc984d20bd985ec0a3071884054e8f4.tar.bz2 | |
Added ZLib valgrind suppressions.
| -rw-r--r-- | QA/valgrind.supp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/QA/valgrind.supp b/QA/valgrind.supp index fe09cef..30a27cf 100644 --- a/QA/valgrind.supp +++ b/QA/valgrind.supp @@ -97,3 +97,11 @@ fun:malloc fun:__cxa_get_globals } + +{ + ZLib + Memcheck:Cond + fun:deflateEnd + fun:deflateSetDictionary + fun:deflate +} |
Swift