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

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 10097012: Add the suppressions for BalloonViewHost::Init::GtkWidget (issue 104998) back. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 months 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are four kinds of suppressions in this file. 1 # There are four kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 4424 matching lines...) Expand 10 before | Expand all | Expand 10 after
4435 { 4435 {
4436 bug_104806_b 4436 bug_104806_b
4437 Memcheck:Leak 4437 Memcheck:Leak
4438 fun:_Znw* 4438 fun:_Znw*
4439 ... 4439 ...
4440 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pa irIKS3_S4_EEEixERS8_ 4440 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pa irIKS3_S4_EEEixERS8_
4441 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEii 4441 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEii
4442 fun:_ZN15tracked_objects10ThreadData32TallyRunOnWorkerThreadIfTrackingEPKNS_6 BirthsERKNS_11TrackedTimeES6_S6_ 4442 fun:_ZN15tracked_objects10ThreadData32TallyRunOnWorkerThreadIfTrackingEPKNS_6 BirthsERKNS_11TrackedTimeES6_S6_
4443 } 4443 }
4444 { 4444 {
4445 bug_104998a
4446 Memcheck:Leak
4447 fun:_Znw*
4448 ...
4449 fun:_ZN16SiteInstanceImpl10GetProcessEv
4450 ...
4451 fun:_ZN21RenderViewHostFactory6CreateEPN7content12SiteInstanceEPNS0_22RenderV iewHostDelegate*SessionStorageNamespace*
4452 fun:_ZN21RenderViewHostManager4InitEPN7content14BrowserContextEPNS0_12SiteIns tanceEi
4453 fun:_ZN15WebContentsImplC1EPN7content14BrowserContextEPNS0_12SiteInstance*Ses sionStorageNamespace*
4454 fun:_ZN7content11WebContents6CreateEPNS_14BrowserContextEPNS_12SiteInstance*S essionStorageNamespace*
4455 fun:_ZN11BalloonHost4InitEv
4456 }
4457 {
4458 bug_104998c
4459 Memcheck:Leak
4460 fun:_Znw*
4461 fun:_ZN20ChildProcessLauncherC1EbRKSt6vectorISt4pairISsSsESaIS2_EEiP11Command LinePNS_6ClientE
4462 fun:_ZN21RenderProcessHostImpl4InitE*
4463 ...
4464 fun:_ZN21RenderViewHostManager14InitRenderView*
4465 fun:_ZN21RenderViewHostManager8NavigateERKN7content19NavigationEntryImplE
4466 fun:_ZN15WebContentsImpl15NavigateToEntryERKN7content19NavigationEntryImplENS 0_20NavigationController10ReloadTypeE
4467 fun:_ZN15WebContentsImpl22NavigateToPendingEntryEN7content20NavigationControl ler10ReloadTypeE
4468 fun:_ZN24NavigationControllerImpl22NavigateToPendingEntryEN7content20Navigati onController10ReloadTypeE
4469 fun:_ZN24NavigationControllerImpl9LoadEntryEPN7content19NavigationEntryImplE
4470 fun:_ZN24NavigationControllerImpl7LoadURLERK4GURLRKN7content8ReferrerENS3_14P ageTransitionERKSs
4471 fun:_ZN11BalloonHost4InitEv
4472 }
4473 {
4474 bug_104998d
4475 Memcheck:Leak
4476 fun:_Znw*
4477 ...
4478 fun:_ZN21RenderProcessHostImpl4InitE*
4479 ...
4480 fun:_ZN21RenderViewHostManager8NavigateERKN7content19NavigationEntryImplE
4481 fun:_ZN15WebContentsImpl15NavigateToEntryERKN7content19NavigationEntryImplENS 0_20NavigationController10ReloadTypeE
4482 fun:_ZN15WebContentsImpl22NavigateToPendingEntryEN7content20NavigationControl ler10ReloadTypeE
4483 fun:_ZN24NavigationControllerImpl22NavigateToPendingEntryEN7content20Navigati onController10ReloadTypeE
4484 fun:_ZN24NavigationControllerImpl9LoadEntryEPN7content19NavigationEntryImplE
4485 fun:_ZN24NavigationControllerImpl7LoadURLERK4GURLRKN7content8ReferrerENS3_14P ageTransitionERKSs
4486 fun:_ZN11BalloonHost4InitEv
4487 }
4488 {
4445 bug_105715 4489 bug_105715
4446 Memcheck:Uninitialized 4490 Memcheck:Uninitialized
4447 ... 4491 ...
4448 fun:vfprintf 4492 fun:vfprintf
4449 fun:__vsnprintf_chk 4493 fun:__vsnprintf_chk
4450 fun:_ZN4base9vsnprintfEPcjPKcS0_ 4494 fun:_ZN4base9vsnprintfEPcjPKcS0_
4451 fun:_ZN4base12_GLOBAL__N_110vsnprintfTEPcjPKcS1_ 4495 fun:_ZN4base12_GLOBAL__N_110vsnprintfTEPcjPKcS1_
4452 fun:_ZN4base12_GLOBAL__N_1L14StringAppendVTISsEEvPT_PKNS2_10value_typeEPc 4496 fun:_ZN4base12_GLOBAL__N_1L14StringAppendVTISsEEvPT_PKNS2_10value_typeEPc
4453 fun:_ZN4base13StringAppendVEPSsPKcPc 4497 fun:_ZN4base13StringAppendVEPSsPKcPc
4454 fun:_ZN4base13StringAppendFEPSsPKcz 4498 fun:_ZN4base13StringAppendFEPSsPKcz
(...skipping 1305 matching lines...) Expand 10 before | Expand all | Expand 10 after
5760 obj:/lib/libselinux.so.1 5804 obj:/lib/libselinux.so.1
5761 } 5805 }
5762 { 5806 {
5763 bug_todo_grep 5807 bug_todo_grep
5764 Memcheck:Leak 5808 Memcheck:Leak
5765 fun:malloc 5809 fun:malloc
5766 obj:/bin/grep 5810 obj:/bin/grep
5767 obj:/bin/grep 5811 obj:/bin/grep
5768 } 5812 }
5769 5813
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698