diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 6 | ||||
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 22 |
2 files changed, 14 insertions, 14 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index ccdd711..21000f4 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -5199,6 +5199,12 @@ fun:_ZN12*FinishPepperFlashUpdateRegistrationEP22ComponentUpdateServiceRK7Version fun:_Z18DispatchToFunctionIPFvP22ComponentUpdateServiceRK7VersionES1_S2_EvT_RK6Tuple2IT0_T1_E } +{ + bug_102622 + Memcheck:Cond + fun:bcmp + fun:_ZN31InputEventFilterTest_Basic_Test8TestBodyEv +} #----------------------------------------------------------------------- # 4. These only occur on our Google workstations diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index f75d421..0d7fb1c 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -1739,20 +1739,6 @@ fun:avcodec_decode_video2 fun:_ZN5media23FFmpegVideoDecodeEngine11DecodeFrameE13scoped_refptrINS_6BufferEE fun:_ZN5media23FFmpegVideoDecodeEngine18ConsumeVideoSampleE13scoped_refptrINS_6BufferEE - fun:_ZNK5media21DemuxCompleteActionP2IPNS_23FFmpegVideoDecodeEngineE13scoped_refptrINS_6BufferEEE10gmock_ImplIFvS5_EE17gmock_PerformImplIS5_N7testing8internal12ExcessiveArg* - ... - fun:_ZNK7testing6ActionIFv13scoped_refptrIN5media6BufferEEEE7PerformERKNSt3tr15tupleIS4_* - fun:_ZN7testing8internal18ActionResultHolderIvE13PerformActionIFv13scoped_refptrIN5media6BufferEEEEEPS2_RKNS_6ActionIT_EERKNS0_8FunctionISB_E13ArgumentTupleE - fun:_ZNK7testing8internal18FunctionMockerBaseIFv13scoped_refptrIN5media6BufferEEEE20UntypedPerformActionEPKvS9_ - fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv - ... - fun:_ZN7testing8internal14FunctionMockerIFv13scoped_refptrIN5media6BufferEEEE6InvokeES5_ - fun:_ZN5media27FFmpegVideoDecodeEngineTest18ProduceVideoSampleE13scoped_refptrINS_6BufferEE - ... - fun:_ZN5media23FFmpegVideoDecodeEngine9ReadInputEv - fun:_ZN5media23FFmpegVideoDecodeEngine17ProduceVideoFrameE13scoped_refptrINS_10VideoFrameEE - fun:_ZN5media27FFmpegVideoDecodeEngineTest21CallProduceVideoFrameEv - fun:_ZN5media55FFmpegVideoDecodeEngineTest_DecodeFrame_0ByteFrame_Test8TestBodyEv } { bug_93932_b @@ -1958,3 +1944,11 @@ fun:_ZN15tracked_objects10ThreadData10InitializeEv fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs } +{ + bug_102621 + Memcheck:Cond + fun:NSHFSTypeCodeFromFileType + fun:-[NSPasteboard(ChimeraPasteboardURLUtils) getURLs:andTitles:convertingFilenames:] + fun:_ZN2ui33PopulateURLAndTitleFromPasteboardEP4GURLPSbItN4base20string16_char_traitsESaItEEP12NSPasteboarda + fun:_ZN24WebDragDestTest_URL_Test8TestBodyEv +} |