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

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

Issue 8637024: Valgrind reports leaks in webkit_glue25WebKitPlatformSupportImpl15createURLLoaderEv (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 4788 matching lines...) Expand 10 before | Expand all | Expand 10 after
4799 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl15createURLLoaderEv 4799 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl15createURLLoaderEv
4800 fun:_ZN11webkit_glue15ResourceFetcher5StartEPN6WebKit8WebFrameE 4800 fun:_ZN11webkit_glue15ResourceFetcher5StartEPN6WebKit8WebFrameE
4801 fun:_ZN11webkit_glue15ResourceFetcherC2ERK4GURLPN6WebKit8WebFrameENS4_13WebUR LRequest10TargetTypeEP14CallbackRunnerI6Tuple2IRKNS4_14WebURLResponseERKSsEE 4801 fun:_ZN11webkit_glue15ResourceFetcherC2ERK4GURLPN6WebKit8WebFrameENS4_13WebUR LRequest10TargetTypeEP14CallbackRunnerI6Tuple2IRKNS4_14WebURLResponseERKSsEE
4802 fun:_ZN11webkit_glue26ResourceFetcherWithTimeoutC1ERK4GURLPN6WebKit8WebFrameE NS4_13WebURLRequest10TargetTypeEiP14CallbackRunnerI6Tuple2IRKNS4_14WebURLRespons eERKSsEE 4802 fun:_ZN11webkit_glue26ResourceFetcherWithTimeoutC1ERK4GURLPN6WebKit8WebFrameE NS4_13WebURLRequest10TargetTypeEiP14CallbackRunnerI6Tuple2IRKNS4_14WebURLRespons eERKSsEE
4803 fun:_ZN11webkit_glue27AltErrorPageResourceFetcherC1ERK4GURLPN6WebKit8WebFrame ERKNS4_11WebURLError*Callback* 4803 fun:_ZN11webkit_glue27AltErrorPageResourceFetcherC1ERK4GURLPN6WebKit8WebFrame ERKNS4_11WebURLError*Callback*
4804 fun:_ZN14RenderViewImpl27MaybeLoadAlternateErrorPageEPN6WebKit8WebFrameERKNS0 _11WebURLErrorEb 4804 fun:_ZN14RenderViewImpl27MaybeLoadAlternateErrorPageEPN6WebKit8WebFrameERKNS0 _11WebURLErrorEb
4805 fun:_ZN14RenderViewImpl22didFailProvisionalLoadEPN6WebKit8WebFrameERKNS0_11We bURLErrorE 4805 fun:_ZN14RenderViewImpl22didFailProvisionalLoadEPN6WebKit8WebFrameERKNS0_11We bURLErrorE
4806 fun:_ZN6WebKit12WebFrameImpl7didFailERKN7WebCore13ResourceErrorEb 4806 fun:_ZN6WebKit12WebFrameImpl7didFailERKN7WebCore13ResourceErrorEb
4807 } 4807 }
4808 { 4808 {
4809 bug_101146d
4810 Memcheck:Leak
4811 fun:_Znw*
4812 fun:_ZN11webkit_glue16WebURLLoaderImplC1EPNS_25WebKitPlatformSupportImplE
4813 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl15createURLLoaderEv
4814 }
4815 {
4809 bug_101151 4816 bug_101151
4810 Memcheck:Leak 4817 Memcheck:Leak
4811 fun:_Znw* 4818 fun:_Znw*
4812 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6St ringEEENS_12ExternalModeE 4819 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6St ringEEENS_12ExternalModeE
4813 fun:_ZN7WebCore15V8ParameterBase8toStringIN3WTF6StringEEET_v 4820 fun:_ZN7WebCore15V8ParameterBase8toStringIN3WTF6StringEEET_v
4814 fun:_ZN7WebCore15V8ParameterBasecvN3WTF6StringEEv 4821 fun:_ZN7WebCore15V8ParameterBasecvN3WTF6StringEEv
4815 ... 4822 ...
4816 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 4823 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
4817 obj:* 4824 obj:*
4818 } 4825 }
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
5290 obj:/lib/libselinux.so.1 5297 obj:/lib/libselinux.so.1
5291 obj:/lib/libselinux.so.1 5298 obj:/lib/libselinux.so.1
5292 } 5299 }
5293 { 5300 {
5294 bug_todo_grep 5301 bug_todo_grep
5295 Memcheck:Leak 5302 Memcheck:Leak
5296 fun:malloc 5303 fun:malloc
5297 obj:/bin/grep 5304 obj:/bin/grep
5298 obj:/bin/grep 5305 obj:/bin/grep
5299 } 5306 }
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