Commit 274bb5fb authored by thestig@chromium.org's avatar thestig@chromium.org

Valgrind/Heapchecker: Remove obsolete suppressions for a...

Valgrind/Heapchecker: Remove obsolete suppressions for a BackgroundApplicationListModelTest that no longer exists. Exclude the current BackgroundApplicationListModelTest that takes too long to run. Add another suppression for the JsSyncManagerObserverTest leak.

BUG=73358,139635,139652
TEST=none
TBR=timurrrr
Review URL: https://chromiumcodereview.appspot.com/10835040

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148979 0039d316-1c4b-4281-b951-d872f2087c98
parent 9ee0310a
......@@ -704,15 +704,6 @@
...
fun:ExtensionUpdaterTest*
}
{
bug_73358
Heapcheck:Leak
fun:TestingProfile::GetRequestContextForExtensions
fun:ExtensionDataDeleter
fun:ExtensionService::ClearExtensionData
fun:ExtensionService::UninstallExtension
fun:BackgroundApplicationListModelTest_Load*Extension*_Test::TestBody
}
{
bug_79322a
Heapcheck:Leak
......
......@@ -15,3 +15,6 @@ ClientSideDetectionHostTest.OnPhishingDetectionDoneDisabled
# http://crbug.com/119610
ProfileSyncServiceSessionTest.WriteFilledSessionToNode
ProfileSyncServiceSessionTest.ValidTabs
# http://crbug.com/139652
BackgroundApplicationListModelTest.RandomTest
......@@ -2706,17 +2706,6 @@
fun:_ZN21RenderProcessHostImpl4InitEb
fun:_ZN7content18RenderViewHostImpl16CreateRenderViewERKSbItN4base20string16_char_traitsESaItEEi
}
{
bug_73358
Memcheck:Leak
fun:_Znw*
fun:_ZN14TestingProfile30GetRequestContextForExtensionsEv
...
fun:_ZN20ExtensionDataDeleterC1EP7ProfileRK4GURL
fun:_ZN16ExtensionService18ClearExtensionDataERK4GURL
fun:_ZN16ExtensionService18UninstallExtension*
fun:*BackgroundApplicationListModelTest*
}
{
bug_73415
Memcheck:Unaddressable
......@@ -5755,6 +5744,14 @@
fun:_ZN6syncer21JsSyncManagerObserver24OnInitializationCompleteERKNS_10WeakHandleINS_9JsBackendEEEbNS_7EnumSetINS_9ModelTypeELS7_2ELS7_16EEE
fun:_ZN6syncer12_GLOBAL__N_155JsSyncManagerObserverTest_OnInitializationComplete_Test8TestBodyEv
}
{
bug_139635a
Memcheck:Leak
fun:_Znw*
fun:_ZN6syncer21JsSyncManagerObserver24OnInitializationCompleteERKNS_10WeakHandleINS_9JsBackendEEEbNS_7EnumSetINS_9ModelTypeELS7_2ELS7_16EEE
fun:_ZN6syncer15SyncManagerImpl4Init*
fun:_ZN12browser_sync15SyncBackendHost4Core12DoInitializeERKNS0_19DoInitializeOptionsE
}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations
......
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