diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 8 | ||||
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 16 |
2 files changed, 0 insertions, 24 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 27ae4c0..42cd433 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -957,11 +957,3 @@ fun:Callback1::Type* NewCallback fun:PrefValueStoreTest_TestConcurrentPolicyRefresh_Test::TestBody } - -{ - bug_52552 - Heapcheck:Leak - ... - fun:browser_sync::SessionModelAssociator::AppendForeignSessionFromSpecifics - ... -} diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 8042a24..6ed496c 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -4134,19 +4134,3 @@ fun:_ZN10disk_cache10InFlightIO14InvokeCallbackEPNS_12BackgroundIOEb fun:_ZN10disk_cache12BackgroundIO13OnIOSignalledEv } -{ - bug_52552_a - Memcheck:Leak - fun:_Znw* - fun:_ZN12browser_sync22SessionModelAssociator33AppendForeignSessionFromSpecificsEPKN7sync_pb16SessionSpecificsEPSt6vectorIP14ForeignSessionSaIS7_EE - fun:_ZN12browser_sync22SessionModelAssociator26AppendForeignSessionWithIDExPSt6vectorIP14ForeignSessionSaIS3_EEPN8sync_api15BaseTransactionE - fun:_ZN12browser_sync59ProfileSyncServiceSessionTest_WriteFilledSessionToNode_Test8TestBodyEv -} -{ - bug_52552_b - Memcheck:Leak - fun:_Znw* - fun:_ZN12browser_sync22SessionModelAssociator33AppendForeignSessionFromSpecificsEPKN7sync_pb16SessionSpecificsEPSt6vectorIP14ForeignSessionSaIS7_EE - fun:_ZN12browser_sync22SessionModelAssociator27GetSessionDataFromSyncModelEPSt6vectorIP14ForeignSessionSaIS3_EE - fun:_ZN12browser_sync60ProfileSyncServiceSessionTest_WriteForeignSessionToNode_Test8TestBodyEv -} |