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

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

Issue 333273007: Valgrind: Remove suppressions for errors in CSSParserValue. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 6 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 6316 matching lines...) Expand 10 before | Expand all | Expand 10 after
6327 { 6327 {
6328 bug_385381 6328 bug_385381
6329 Memcheck:Unaddressable 6329 Memcheck:Unaddressable
6330 fun:_ZN7WebCore23FrameLoaderStateMachine9advanceToENS0_5StateE 6330 fun:_ZN7WebCore23FrameLoaderStateMachine9advanceToENS0_5StateE
6331 fun:_ZN7WebCore11FrameLoader4initEv 6331 fun:_ZN7WebCore11FrameLoader4initEv
6332 fun:_ZN7WebCore10LocalFrame4initEv 6332 fun:_ZN7WebCore10LocalFrame4initEv
6333 fun:_ZN5blink17WebLocalFrameImpl22initializeAsChildFrameEPN7WebCore9FrameHost EPNS1_10FrameOwnerERKN3WTF12AtomicStringES9_ 6333 fun:_ZN5blink17WebLocalFrameImpl22initializeAsChildFrameEPN7WebCore9FrameHost EPNS1_10FrameOwnerERKN3WTF12AtomicStringES9_
6334 fun:_ZN5blink17WebLocalFrameImpl16createChildFrameERKN7WebCore16FrameLoadRequ estEPNS1_21HTMLFrameOwnerElementE 6334 fun:_ZN5blink17WebLocalFrameImpl16createChildFrameERKN7WebCore16FrameLoadRequ estEPNS1_21HTMLFrameOwnerElementE
6335 } 6335 }
6336 { 6336 {
6337 bug_385386a
6338 Memcheck:Uninitialized
6339 ...
6340 fun:_ZN7WebCore13MediaQueryExp13createIfValidERKN3WTF6StringEPNS_18CSSParserV alueListE
6341 fun:_ZN7WebCore14MediaQueryData13addExpressionEv
6342 fun:_ZN7WebCore16MediaQueryParser14readFeatureEndENS_19MediaQueryTokenTypeERK NS_15MediaQueryTokenE
6343 fun:_ZN7WebCore16MediaQueryParser12processTokenERKNS_15MediaQueryTokenE
6344 fun:_ZN7WebCore16MediaQueryParser9parseImplEPNS_15MediaQueryTokenES2_
6345 fun:_ZN7WebCore16MediaQueryParser18parseMediaQuerySetERKN3WTF6StringE
6346 fun:_ZN7WebCore13MediaQuerySet6createERKN3WTF6StringE
6347 }
6348 {
6349 bug_385386b
6350 Memcheck:Uninitialized
6351 ...
6352 fun:_ZN7WebCore13MediaQueryExp13createIfValidERKN3WTF6StringEPNS_18CSSParserV alueListE
6353 fun:_ZN7WebCore14BisonCSSParser27createFloatingMediaQueryExpERKN3WTF12AtomicS tringEPNS_18CSSParserValueListE
6354 fun:_Z10cssyyparsePN7WebCore14BisonCSSParserE
6355 fun:_ZN7WebCore14BisonCSSParser10parseSheetEPNS_18StyleSheetContentsERKN3WTF6 StringERKNS3_12TextPositionEPNS_17CSSParserObserverEb
6356 fun:_ZN7WebCore18StyleSheetContents21parseStringAtPositionERKN3WTF6StringERKN S1_12TextPositionEb
6357 fun:_ZN7WebCore11StyleEngine10parseSheetEPNS_7ElementERKN3WTF6StringENS3_12Te xtPositionEb
6358 fun:_ZN7WebCore11StyleEngine11createSheetEPNS_7ElementERKN3WTF6StringENS3_12T extPositionEb
6359 fun:_ZN7WebCore12StyleElement11createSheetEPNS_7ElementERKN3WTF6StringE
6360 fun:_ZN7WebCore12StyleElement7processEPNS_7ElementE
6361 }
6362 {
6363 bug_385396a 6337 bug_385396a
6364 Memcheck:Uninitialized 6338 Memcheck:Uninitialized
6365 ... 6339 ...
6366 fun:_ZN7WebCore11RenderLayer7hitTestERKNS_14HitTestRequestERKNS_15HitTestLoca tionERNS_13HitTestResultE 6340 fun:_ZN7WebCore11RenderLayer7hitTestERKNS_14HitTestRequestERKNS_15HitTestLoca tionERNS_13HitTestResultE
6367 fun:_ZN7WebCore10RenderView7hitTestERKNS_14HitTestRequestERKNS_15HitTestLocat ionERNS_13HitTestResultE 6341 fun:_ZN7WebCore10RenderView7hitTestERKNS_14HitTestRequestERKNS_15HitTestLocat ionERNS_13HitTestResultE
6368 fun:_ZN7WebCore10RenderView7hitTestERKNS_14HitTestRequestERNS_13HitTestResult E 6342 fun:_ZN7WebCore10RenderView7hitTestERKNS_14HitTestRequestERNS_13HitTestResult E
6369 fun:_ZN7WebCore8Document17prepareMouseEventERKNS_14HitTestRequestERKNS_11Layo utPointERKNS_18PlatformMouseEventE 6343 fun:_ZN7WebCore8Document17prepareMouseEventERKNS_14HitTestRequestERKNS_11Layo utPointERKNS_18PlatformMouseEventE
6370 fun:_ZN7WebCore12EventHandler17prepareMouseEventERKNS_14HitTestRequestERKNS_1 8PlatformMouseEventE 6344 fun:_ZN7WebCore12EventHandler17prepareMouseEventERKNS_14HitTestRequestERKNS_1 8PlatformMouseEventE
6371 fun:_ZN7WebCore12EventHandler26getSubFrameForGestureEventERKNS_8IntPointERKNS _20PlatformGestureEventE 6345 fun:_ZN7WebCore12EventHandler26getSubFrameForGestureEventERKNS_8IntPointERKNS _20PlatformGestureEventE
6372 fun:_ZN7WebCore12EventHandler18handleGestureEventERKNS_20PlatformGestureEvent E 6346 fun:_ZN7WebCore12EventHandler18handleGestureEventERKNS_20PlatformGestureEvent E
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
6409 fun:_Znw* 6383 fun:_Znw*
6410 fun:_ZN7content16WebURLLoaderImplC1Ev 6384 fun:_ZN7content16WebURLLoaderImplC1Ev
6411 fun:_ZN7content17BlinkPlatformImpl15createURLLoaderEv 6385 fun:_ZN7content17BlinkPlatformImpl15createURLLoaderEv
6412 fun:_ZN7WebCore10PingLoaderC1EPNS_10LocalFrameERNS_15ResourceRequestERKNS_18F etchInitiatorInfoENS_17StoredCredentialsE 6386 fun:_ZN7WebCore10PingLoaderC1EPNS_10LocalFrameERNS_15ResourceRequestERKNS_18F etchInitiatorInfoENS_17StoredCredentialsE
6413 fun:_ZN7WebCore10PingLoader5startEPNS_10LocalFrameERNS_15ResourceRequestERKNS _18FetchInitiatorInfoENS_17StoredCredentialsE 6387 fun:_ZN7WebCore10PingLoader5startEPNS_10LocalFrameERNS_15ResourceRequestERKNS _18FetchInitiatorInfoENS_17StoredCredentialsE
6414 fun:_ZN7WebCore10PingLoader9loadImageEPNS_10LocalFrameERKNS_4KURLE 6388 fun:_ZN7WebCore10PingLoader9loadImageEPNS_10LocalFrameERKNS_4KURLE
6415 fun:_ZN7WebCore15ResourceFetcher10fetchImageERNS_12FetchRequestE 6389 fun:_ZN7WebCore15ResourceFetcher10fetchImageERNS_12FetchRequestE
6416 fun:_ZN7WebCore11ImageLoader19doUpdateFromElementEb 6390 fun:_ZN7WebCore11ImageLoader19doUpdateFromElementEb
6417 fun:_ZN7WebCore11ImageLoader4Task3runEv 6391 fun:_ZN7WebCore11ImageLoader4Task3runEv
6418 } 6392 }
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