OLD | NEW |
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 6386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6397 { | 6397 { |
6398 bug_371860 | 6398 bug_371860 |
6399 Memcheck:Leak | 6399 Memcheck:Leak |
6400 fun:_Znw* | 6400 fun:_Znw* |
6401 ... | 6401 ... |
6402 fun:_ZN8feedback20FeedbackUploaderTestC1Ev | 6402 fun:_ZN8feedback20FeedbackUploaderTestC1Ev |
6403 fun:_ZN8feedback*FeedbackUploaderTest* | 6403 fun:_ZN8feedback*FeedbackUploaderTest* |
6404 fun:_ZN7testing8internal15TestFactoryImplIN8feedback* | 6404 fun:_ZN7testing8internal15TestFactoryImplIN8feedback* |
6405 } | 6405 } |
6406 { | 6406 { |
6407 bug_371974 | |
6408 Memcheck:Leak | |
6409 fun:_Znw* | |
6410 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob
jects8LocationERKNS_8CallbackIFvvEEESA_ | |
6411 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS
_8CallbackIFvvEEES9_ | |
6412 fun:_ZN4base26PostTaskAndReplyWithResultIbbEEbPNS_10TaskRunnerERKN15tracked_o
bjects8LocationERKNS_8CallbackIFT_vEEERKNS7_IFvT0_EEE | |
6413 fun:_ZN4base19ImportantFileWriter8WriteNowERKSs | |
6414 } | |
6415 { | |
6416 bug_372487_a | 6407 bug_372487_a |
6417 Memcheck:Leak | 6408 Memcheck:Leak |
6418 fun:_Znw* | 6409 fun:_Znw* |
6419 ... | 6410 ... |
6420 fun:_ZN4mojo10BindToPipeIN7content19MojoApplicationHost9ShellImplEEEPT_S5_NS_
16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter | 6411 fun:_ZN4mojo10BindToPipeIN7content19MojoApplicationHost9ShellImplEEEPT_S5_NS_
16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter |
6421 fun:_ZN7content19MojoApplicationHost4InitEv | 6412 fun:_ZN7content19MojoApplicationHost4InitEv |
6422 fun:_ZN7content21RenderProcessHostImpl4InitEv | 6413 fun:_ZN7content21RenderProcessHostImpl4InitEv |
6423 fun:_ZN7content18RenderViewHostImpl16CreateRenderViewERKSbItN4base20string16_
char_traitsESaItEEiib | 6414 fun:_ZN7content18RenderViewHostImpl16CreateRenderViewERKSbItN4base20string16_
char_traitsESaItEEiib |
6424 fun:_ZN7content15WebContentsImpl32CreateRenderViewForRenderManagerEPNS_14Rend
erViewHostEiPNS_26CrossProcessFrameConnectorE | 6415 fun:_ZN7content15WebContentsImpl32CreateRenderViewForRenderManagerEPNS_14Rend
erViewHostEiPNS_26CrossProcessFrameConnectorE |
6425 fun:_ZN7content22RenderFrameHostManager14InitRenderViewEPNS_14RenderViewHostE
i | 6416 fun:_ZN7content22RenderFrameHostManager14InitRenderViewEPNS_14RenderViewHostE
i |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6515 ... | 6506 ... |
6516 fun:_ZN7WebCore18ModulesInitializer20registerEventFactoryEv | 6507 fun:_ZN7WebCore18ModulesInitializer20registerEventFactoryEv |
6517 fun:_ZN7WebCore15CoreInitializer4initEv | 6508 fun:_ZN7WebCore15CoreInitializer4initEv |
6518 fun:_ZN5blink19initializeWithoutV8EPNS_8PlatformE | 6509 fun:_ZN5blink19initializeWithoutV8EPNS_8PlatformE |
6519 fun:_ZN5blink10initializeEPNS_8PlatformE | 6510 fun:_ZN5blink10initializeEPNS_8PlatformE |
6520 fun:_ZN7content25TestWebKitPlatformSupportC2Ev | 6511 fun:_ZN7content25TestWebKitPlatformSupportC2Ev |
6521 fun:_ZN7content25TestWebKitPlatformSupportC1Ev | 6512 fun:_ZN7content25TestWebKitPlatformSupportC1Ev |
6522 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE | 6513 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE |
6523 fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE | 6514 fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE |
6524 } | 6515 } |
OLD | NEW |