Commit dd972e86 authored by Henrik Kjellander's avatar Henrik Kjellander Committed by Commit Bot

Suppress gtest leak for memcheck

BUG=libyuv:729
TBR=fbarchard@chromium.org
NOTRY=True

Change-Id: Ica6bbdd5ff3112813fde61f9b335fd68fa61c731
Reviewed-on: https://chromium-review.googlesource.com/667105Reviewed-by: 's avatarHenrik Kjellander <kjellander@chromium.org>
Commit-Queue: Henrik Kjellander <kjellander@chromium.org>
parent dfc88406
......@@ -2,4 +2,20 @@
# It acts as a place holder for future additions for this project.
# It must exist for the Python wrapper script to work properly.
# There are two of suppressions in this file.
# 1. third_party libraries
# 2. libyuv stuff
# 3. libjingle stuff (talk folder)
#-----------------------------------------------------------------------
# third_party libraries
{
bug_729
Memcheck:Free
fun:_ZdaPv
...
fun:_ZN7testing8internal12UnitTestImplD1Ev
...
}
# libyuv (empty so far)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment