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

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

Issue 12796009: Remove suppressions related to App Notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | « tools/valgrind/gtest_exclude/unit_tests.gtest.txt ('k') | 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 3554 matching lines...) Expand 10 before | Expand all | Expand 10 after
3565 fun:_ZN44WebDragDestGtkTest_NoTabContentsWrapper_Test8TestBodyEv 3565 fun:_ZN44WebDragDestGtkTest_NoTabContentsWrapper_Test8TestBodyEv
3566 } 3566 }
3567 { 3567 {
3568 bug_98867 3568 bug_98867
3569 Memcheck:Jump 3569 Memcheck:Jump
3570 obj:* 3570 obj:*
3571 obj:* 3571 obj:*
3572 obj:* 3572 obj:*
3573 } 3573 }
3574 { 3574 {
3575 bug_99166
3576 Memcheck:Leak
3577 ...
3578 fun:_ZN22AppNotificationStorage6CreateE*
3579 }
3580 {
3581 bug_99304 3575 bug_99304
3582 Memcheck:Leak 3576 Memcheck:Leak
3583 fun:_Znw* 3577 fun:_Znw*
3584 ... 3578 ...
3585 fun:_ZN2v88internal10PagedSpace11AllocateRawEi 3579 fun:_ZN2v88internal10PagedSpace11AllocateRawEi
3586 fun:_ZN2v88internal12Deserializer8AllocateEiPNS0_5SpaceEi 3580 fun:_ZN2v88internal12Deserializer8AllocateEiPNS0_5SpaceEi
3587 fun:_ZN2v88internal12Deserializer10ReadObjectEiPNS0_5SpaceEPPNS0_6ObjectE 3581 fun:_ZN2v88internal12Deserializer10ReadObjectEiPNS0_5SpaceEPPNS0_6ObjectE
3588 fun:_ZN2v88internal12Deserializer9ReadChunkEPPNS0_6ObjectES4_iPh 3582 fun:_ZN2v88internal12Deserializer9ReadChunkEPPNS0_6ObjectES4_iPh
3589 fun:_ZN2v88internal12Deserializer10ReadObjectEiPNS0_5SpaceEPPNS0_6ObjectE 3583 fun:_ZN2v88internal12Deserializer10ReadObjectEiPNS0_5SpaceEPPNS0_6ObjectE
3590 fun:_ZN2v88internal12Deserializer9ReadChunkEPPNS0_6ObjectES4_iPh 3584 fun:_ZN2v88internal12Deserializer9ReadChunkEPPNS0_6ObjectES4_iPh
(...skipping 3264 matching lines...) Expand 10 before | Expand all | Expand 10 after
6855 bug_195160_c 6849 bug_195160_c
6856 Memcheck:Leak 6850 Memcheck:Leak
6857 fun:_Znw* 6851 fun:_Znw*
6858 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_ 6852 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_
6859 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_ 6853 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_
6860 fun:_ZN4base26PostTaskAndReplyWithResultI10scoped_ptrIN20ManagedModeURLFilter 8ContentsENS_14DefaultDeleterIS3_EEES6_EEbPNS_10TaskRunnerERKN15tracked_objects8 LocationERKNS_8CallbackIFT_vEEERKNSD_IFvT0_EEE 6854 fun:_ZN4base26PostTaskAndReplyWithResultI10scoped_ptrIN20ManagedModeURLFilter 8ContentsENS_14DefaultDeleterIS3_EEES6_EEbPNS_10TaskRunnerERKN15tracked_objects8 LocationERKNS_8CallbackIFT_vEEERKNSD_IFvT0_EEE
6861 fun:_ZN20ManagedModeURLFilter14LoadWhitelistsE12ScopedVectorI19ManagedModeSit eListE 6855 fun:_ZN20ManagedModeURLFilter14LoadWhitelistsE12ScopedVectorI19ManagedModeSit eListE
6862 } 6856 }
6863 6857
6864 6858
OLDNEW
« no previous file with comments | « tools/valgrind/gtest_exclude/unit_tests.gtest.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698