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

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

Issue 11578052: Replace OncNetworkParser by the new ONC translator. (Closed) Base URL: http://git.chromium.org/chromium/src.git@extend_onc_to_shill
Patch Set: Rebased. Created 7 years, 11 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
« no previous file with comments | « chromeos/test/data/network/toplevel_with_unknown_fields.onc ('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 3641 matching lines...) Expand 10 before | Expand all | Expand 10 after
3652 } 3652 }
3653 { 3653 {
3654 bug_99435 3654 bug_99435
3655 Memcheck:Leak 3655 Memcheck:Leak
3656 fun:_Znw* 3656 fun:_Znw*
3657 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE 3657 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
3658 fun:_ZN11MessageLoop11RunInternalEv 3658 fun:_ZN11MessageLoop11RunInternalEv
3659 fun:_ZN11MessageLoop10RunHandlerEv 3659 fun:_ZN11MessageLoop10RunHandlerEv
3660 } 3660 }
3661 { 3661 {
3662 bug_99436
3663 Memcheck:Leak
3664 fun:_Znw*
3665 ...
3666 fun:_ZN8chromeos*OncNetworkParserTest_TestCreateNetworkWifi*_Test8TestBodyEv
3667 }
3668 {
3669 bug_100043 3662 bug_100043
3670 Memcheck:Leak 3663 Memcheck:Leak
3671 fun:_Znw* 3664 fun:_Znw*
3672 fun:_ZN9__gnu_cxx13new_allocatorIN6webkit13WebPluginInfoEE8allocateEjPKv 3665 fun:_ZN9__gnu_cxx13new_allocatorIN6webkit13WebPluginInfoEE8allocateEjPKv
3673 ... 3666 ...
3674 fun:_ZNSt6vectorIN6webkit13WebPluginInfoESaIS1* 3667 fun:_ZNSt6vectorIN6webkit13WebPluginInfoESaIS1*
3675 } 3668 }
3676 { 3669 {
3677 bug_101125a 3670 bug_101125a
3678 Memcheck:Uninitialized 3671 Memcheck:Uninitialized
(...skipping 2785 matching lines...) Expand 10 before | Expand all | Expand 10 after
6464 fun:_ZN7WebCoreL12parseUASheetERKN3WTF6StringE 6457 fun:_ZN7WebCoreL12parseUASheetERKN3WTF6StringE
6465 fun:_ZN7WebCoreL12parseUASheetEPKcj 6458 fun:_ZN7WebCoreL12parseUASheetEPKcj
6466 fun:_ZN7WebCoreL15viewSourceStyleEv 6459 fun:_ZN7WebCoreL15viewSourceStyleEv
6467 fun:_ZN7WebCore13StyleResolver12matchUARulesERNS0_11MatchResultE 6460 fun:_ZN7WebCore13StyleResolver12matchUARulesERNS0_11MatchResultE
6468 fun:_ZN7WebCore13StyleResolver15styleForElementEPNS_7ElementEPNS_11RenderStyl eENS_20StyleSharingBehaviorENS_20RuleMatchingBehaviorEPNS_12RenderRegionE 6461 fun:_ZN7WebCore13StyleResolver15styleForElementEPNS_7ElementEPNS_11RenderStyl eENS_20StyleSharingBehaviorENS_20RuleMatchingBehaviorEPNS_12RenderRegionE
6469 fun:_ZN7WebCore13StyleResolverC1EPNS_8DocumentEb 6462 fun:_ZN7WebCore13StyleResolverC1EPNS_8DocumentEb
6470 fun:_ZN7WebCore8Document19createStyleResolverEv 6463 fun:_ZN7WebCore8Document19createStyleResolverEv
6471 fun:_ZN7WebCore8Document13styleResolverEv 6464 fun:_ZN7WebCore8Document13styleResolverEv
6472 fun:_ZN7WebCore7Element16styleForRendererEv 6465 fun:_ZN7WebCore7Element16styleForRendererEv
6473 } 6466 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/toplevel_with_unknown_fields.onc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698