Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(420)

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 353011: Fix mem leak in sync tests by ensuring that the destruction tasks get to run.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 30771)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -1085,42 +1085,3 @@
fun:_ZN9Extension25LoadExtensionActionHelperEPK15DictionaryValuePSs
fun:_ZN39ExtensionTest_LoadPageActionHelper_Test8TestBodyEv
}
-{
- bug_26493
- Memcheck:Leak
- fun:_Znw*
- fun:_ZN12browser_sync6SyncerC1EPN8syncable16DirectoryManagerERKSsPNS_23ServerConnectionManagerEPNS_15ModelSafeWorkerE
- fun:_ZN12browser_sync12SyncerThread27HandleDirectoryManagerEventERKN8syncable21DirectoryManagerEventE
- fun:_ZN12SimpleHookupI12EventChannelIN8syncable21DirectoryManagerEventE4Lock8AutoLockES2_N12browser_sync12SyncerThreadEMS7_FvRKS2_EE8CallbackES9_
- fun:_ZN23EventListenerHookupImplI12EventChannelIN8syncable21DirectoryManagerEventE4Lock8AutoLockES2_12SimpleHookupIS5_S2_N12browser_sync12SyncerThreadEMS8_FvRKS2_EEE11HandleEventESA_
- fun:_ZN12EventChannelIN8syncable21DirectoryManagerEventE4Lock8AutoLockE15NotifyListenersERKS1_
- fun:_ZN8syncable16DirectoryManager4OpenERKSs
- fun:_ZN8sync_api11SyncManager12SyncInternal16SetupForTestModeEPKt
- fun:_ZN8sync_api11SyncManager16SetupForTestModeEPKt
- fun:_ZN12browser_sync15SyncBackendHost4Core19DoInitializeForTestEPNS_19BookmarkModelWorkerERKSbIwSt11char_traitsIwESaIwEEPN8sync_api23HttpPostProviderFactoryESC_
- fun:_Z16DispatchToMethodIN12browser_sync15SyncBackendHost4CoreEMS2_FvPNS0_19BookmarkModelWorkerERKSbIwSt11char_traitsIwESaIwEEPN8sync_api23HttpPostProviderFactoryESD_ES4_S8_SD_SD_EvPT_T0_RK6Tuple4IT1_T2_T3_T4_E
- fun:_ZN14RunnableMethodIN12browser_sync15SyncBackendHost4CoreEMS2_FvPNS0_19BookmarkModelWorkerERKSbIwSt11char_traitsIwESaIwEEPN8sync_api23HttpPostProviderFactoryESD_E6Tuple4IS4_S8_SD_SD_EE3RunEv
- fun:_ZN11MessageLoop7RunTaskEP4Task
- fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
- fun:_ZN11MessageLoop6DoWorkEv
- fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
- fun:_ZN11MessageLoop11RunInternalEv
- fun:_ZN11MessageLoop10RunHandlerEv
-}
-{
- bug_26493
- Memcheck:Leak
- fun:_Znw*
- fun:_ZN9__gnu_cxx13new_allocatorIN21NotificationRegistrar6RecordEE8allocateEjPKv
- fun:_ZNSt12_Vector_baseIN21NotificationRegistrar6RecordESaIS1_EE11_M_allocateEj
- fun:_ZNSt6vectorIN21NotificationRegistrar6RecordESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_
- fun:_ZNSt6vectorIN21NotificationRegistrar6RecordESaIS1_EE9push_backERKS1_
- fun:_ZN21NotificationRegistrar3AddEP20NotificationObserver16NotificationTypeRK18NotificationSource
- fun:_ZN12browser_sync139_GLOBAL__N__b_slave_chromium_rel_linux_valgrind_builder_build_src_chrome_browser_sync_util_extensions_activity_monitor.cc_00000000_90D7379F16RegistrationTask3RunEv
- fun:_ZN11MessageLoop7RunTaskEP4Task
- fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
- fun:_ZN11MessageLoop6DoWorkEv
- fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
- fun:_ZN11MessageLoop11RunInternalEv
- fun:_ZN11MessageLoop10RunHandlerEv
-}

Powered by Google App Engine
This is Rietveld 408576698