| Index: tools/valgrind/memcheck/suppressions.txt
|
| diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
|
| index eb65ebd307123ee1bb39aaf04283f2e8a7804656..fd8829c61e44a7c7d73fc2cba3f092f85665d07d 100644
|
| --- a/tools/valgrind/memcheck/suppressions.txt
|
| +++ b/tools/valgrind/memcheck/suppressions.txt
|
| @@ -5966,6 +5966,17 @@
|
| fun:_ZN7content23HyphenatorMessageFilter14SendDictionaryEv
|
| fun:_ZN7content27TestHyphenatorMessageFilter16OnOpenDictionaryERKSbItN4base20string16_char_traitsESaItEE
|
| }
|
| +{
|
| + bug_146465
|
| + Memcheck:Leak
|
| + fun:_Znw*
|
| + fun:_ZN2ui15GestureSequence27ProcessTouchEventForGestureERKNS_10TouchEventENS_11TouchStatusE
|
| + fun:_ZN2ui21GestureRecognizerImpl22AdvanceTouchQueueByOneEPNS_15GestureConsumerENS_11TouchStatusE
|
| + fun:_ZN2ui21GestureRecognizerImpl17AdvanceTouchQueueEPNS_15GestureConsumerEb
|
| + fun:_ZN4aura10RootWindow23AdvanceQueuedTouchEventEPNS_6WindowEb
|
| +}
|
| +
|
| +
|
| #-----------------------------------------------------------------------
|
| # 4. These only occur on our Google workstations
|
|
|
| @@ -5994,3 +6005,14 @@
|
| obj:/bin/grep
|
| obj:/bin/grep
|
| }
|
| +{
|
| + bug_146464
|
| + Memcheck:Leak
|
| + fun:realloc
|
| + fun:add_codeset.isra.10
|
| + ...
|
| + fun:XCreatePixmap
|
| + fun:XCreateBitmapFromData
|
| + ...
|
| + fun:_ZN4aura19RootWindowHostLinuxC1EPNS_22RootWindowHostDelegateERKN3gfx4RectE
|
| +}
|
|
|