Suppress keepalive thread leak in DM.

BUG=skia:

Review URL: https://codereview.chromium.org/1006143002
This commit is contained in:
mtklein 2015-03-16 06:59:18 -07:00 committed by Commit bot
parent 19c25f18a3
commit 1e237385ec

View File

@ -1,5 +1,17 @@
# Pass this file to Valgrind with "--suppressions=tools/valgrind.supp"
# Intentional thread / memory leak in DM.
{
dm_keepalive_thread_leak
Memcheck:Leak
match-leak-kinds: possible
...
fun:_ZN8SkThreadC1EPFvPvES0_
fun:_ZL15start_keepalivev
fun:_Z7dm_mainv
fun:main
}
# Third party lib, driver issues.
{
ati_driver_bug_1