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

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

Issue 1950563004: Retire some memcheck and Dr. Memory suppressions for CSS code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « tools/valgrind/drmemory/suppressions_full.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 2686 matching lines...) Expand 10 before | Expand all | Expand 10 after
2697 fun:_ZN2cc17SingleThreadProxy23RequestNewOutputSurfaceEv 2697 fun:_ZN2cc17SingleThreadProxy23RequestNewOutputSurfaceEv
2698 } 2698 }
2699 { 2699 {
2700 bug_484459 2700 bug_484459
2701 Memcheck:Leak 2701 Memcheck:Leak
2702 fun:_Znw* 2702 fun:_Znw*
2703 fun:_ZN7content17ResourceScheduler15OnClientCreatedEiibb 2703 fun:_ZN7content17ResourceScheduler15OnClientCreatedEiibb
2704 fun:_ZN7content26ResourceDispatcherHostImpl23OnRenderViewHostCreatedEiibb 2704 fun:_ZN7content26ResourceDispatcherHostImpl23OnRenderViewHostCreatedEiibb
2705 } 2705 }
2706 { 2706 {
2707 bug_492821
2708 Memcheck:Uninitialized
2709 fun:_ZN5blink17CSSPropertyParser9validUnitEPNS_14CSSParserValueENS0_5UnitsENS _13CSSParserModeENS0_31ReleaseParsedCalcValueConditionE
2710 fun:_ZN5blink17CSSPropertyParser9validUnitEPNS_14CSSParserValueENS0_5UnitsENS 0_31ReleaseParsedCalcValueConditionE
2711 ...
2712 fun:_ZN5blink17CSSPropertyParser10parseValueENS_13CSSPropertyIDEb
2713 fun:_ZN5blink17CSSPropertyParser10parseValueENS_13CSSPropertyID*
2714 fun:_ZN5blink13CSSParserImpl23consumeDeclarationValueENS_19CSSParserTokenRang eENS_13CSSPropertyIDEbNS_13StyleRuleBase4TypeE
2715 }
2716 {
2717 bug_514434 2707 bug_514434
2718 Memcheck:Leak 2708 Memcheck:Leak
2719 fun:malloc 2709 fun:malloc
2720 fun:__netlink_request 2710 fun:__netlink_request
2721 fun:getifaddrs_internal 2711 fun:getifaddrs_internal
2722 fun:getifaddrs 2712 fun:getifaddrs
2723 fun:_ZN3net25HaveOnlyLoopbackAddressesEv 2713 fun:_ZN3net25HaveOnlyLoopbackAddressesEv
2724 fun:_ZN3net16HostResolverImpl16LoopbackProbeJob7DoProbeEv 2714 fun:_ZN3net16HostResolverImpl16LoopbackProbeJob7DoProbeEv
2725 } 2715 }
2726 { 2716 {
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
3147 { 3137 {
3148 bug_602964 3138 bug_602964
3149 Memcheck:Leak 3139 Memcheck:Leak
3150 fun:_Znw* 3140 fun:_Znw*
3151 fun:_ZN4base4BindIMNS_12_GLOBAL__N_121PostTaskAndReplyRelayEFvvEJNS_8internal 17UnretainedWrapper* 3141 fun:_ZN4base4BindIMNS_12_GLOBAL__N_121PostTaskAndReplyRelayEFvvEJNS_8internal 17UnretainedWrapper*
3152 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS* 3142 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS*
3153 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvELNS* 3143 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvELNS*
3154 fun:_ZN4base26PostTaskAndReplyWithResultIN3net20WifiPHYLayerProtocolES2_EEbPN S* 3144 fun:_ZN4base26PostTaskAndReplyWithResultIN3net20WifiPHYLayerProtocolES2_EEbPN S*
3155 fun:_ZN7metrics22NetworkMetricsProvider25ProbeWifiPHYLayerProtocolEv 3145 fun:_ZN7metrics22NetworkMetricsProvider25ProbeWifiPHYLayerProtocolEv
3156 } 3146 }
OLDNEW
« no previous file with comments | « tools/valgrind/drmemory/suppressions_full.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698