diff options
author | groby@chromium.org <groby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-23 04:10:59 +0000 |
---|---|---|
committer | groby@chromium.org <groby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-23 04:10:59 +0000 |
commit | 042b62dec29c560ccf3e5bfdbf658c11adb56f0b (patch) | |
tree | 6ee9d3505f3a90f13c413e1c0144713694bd9185 | |
parent | ca1bb9300e48706fde29065dd685f8d32da60106 (diff) | |
download | chromium_src-042b62dec29c560ccf3e5bfdbf658c11adb56f0b.zip chromium_src-042b62dec29c560ccf3e5bfdbf658c11adb56f0b.tar.gz chromium_src-042b62dec29c560ccf3e5bfdbf658c11adb56f0b.tar.bz2 |
[Memory Sheriff] Valgrind suppression
Leak in GeolocationPermissionContextTests.PermissionForFileScheme
TBR=penghuang@chromium.org,jknotten@chromium.org
BUG=171571
Review URL: https://chromiumcodereview.appspot.com/12040031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178241 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 72465c9..15203d5 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -6505,4 +6505,17 @@ fun:_ZN17AutofillPopupView6CreateEP23AutofillPopupController fun:_ZN27AutofillPopupControllerImpl4ShowERKSt6vectorISbItN4base20string16_char_traitsESaItEESaIS4_EES8_S8_RKS0_IiSaIiEE fun:_ZN53AutofillPopupControllerUnitTest_GrowPopupInSpace_Test8TestBodyEv -}
\ No newline at end of file +} +{ + bug_171571 + Memcheck:Leak + fun:_Znw* + fun:_ZN33GeolocationConfirmInfoBarDelegate6CreateEP14InfoBarServiceP33GeolocationInfoBarQueueControllerRK30GeolocationPermissionRequestIDRK4GURLRKSs + fun:_ZN33GeolocationInfoBarQueueController21PendingInfoBarRequest21CreateInfoBarDelegateEPS_RKSs + fun:_ZN33GeolocationInfoBarQueueController23ShowQueuedInfoBarForTabERK30GeolocationPermissionRequestID + fun:_ZN33GeolocationInfoBarQueueController20CreateInfoBarRequestERK30GeolocationPermissionRequestIDRK4GURLS5_N4base8CallbackIFvbEEE + fun:_ZN34ChromeGeolocationPermissionContext16DecidePermissionERK30GeolocationPermissionRequestIDRK4GURLS5_N4base8CallbackIFvbEEE + fun:_ZN34ChromeGeolocationPermissionContext28RequestGeolocationPermissionEiiiRK4GURLN4base8CallbackIFvbEEE + fun:_ZN33GeolocationPermissionContextTests28RequestGeolocationPermissionERK30GeolocationPermissionRequestIDRK4GURL + fun:_ZN62GeolocationPermissionContextTests_PermissionForFileScheme_Test8TestBodyEv +} |