Chromium Code Reviews

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

Issue 5975010: Suppress the leaks net::URLRequest::ResponseStarted (bug 68290)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | 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 three kinds of suppressions in this file. 1 # There are three 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 3514 matching lines...)
3525 bug_68069b 3525 bug_68069b
3526 Memcheck:Leak 3526 Memcheck:Leak
3527 fun:malloc 3527 fun:malloc
3528 ... 3528 ...
3529 fun:_ZN3gfx9GLContext16InitializeOneOffEv 3529 fun:_ZN3gfx9GLContext16InitializeOneOffEv
3530 fun:_Z7GpuMainRK18MainFunctionParams 3530 fun:_Z7GpuMainRK18MainFunctionParams
3531 fun:*23RunNamedProcessTypeMainERKSsRK18MainFunctionParams 3531 fun:*23RunNamedProcessTypeMainERKSsRK18MainFunctionParams
3532 fun:ChromeMain 3532 fun:ChromeMain
3533 fun:main 3533 fun:main
3534 } 3534 }
3535 {
3536 bug_68290_a
3537 Memcheck:Leak
3538 fun:_Znw*
3539 fun:_ZN22ResourceDispatcherHost21NotifyResponseStartedEPN3net10URLRequestEi
3540 fun:_ZN22ResourceDispatcherHost23CompleteResponseStartedEPN3net10URLRequestE
3541 fun:_ZN22ResourceDispatcherHost17OnResponseStartedEPN3net10URLRequestE
3542 fun:_ZN3net10URLRequest15ResponseStartedEv
3543 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
3544 fun:_ZN17URLRequestTestJob10StartAsyncEv
3545 fun:_Z16DispatchToMethodI17URLRequestTestJobMS0_FvvEEvPT_T0_RK6Tuple0
3546 fun:_ZN14RunnableMethodI17URLRequestTestJobMS0_FvvE6Tuple0E3RunEv
3547 fun:_ZN11MessageLoop7RunTaskEP4Task
3548 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
3549 fun:_ZN11MessageLoop6DoWorkEv
3550 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
3551 fun:_ZN11MessageLoop11RunInternalEv
3552 fun:_ZN11MessageLoop10RunHandlerEv
3553 }
3554 {
3555 bug_68290_b
3556 Memcheck:Leak
3557 fun:_Znw*
3558 fun:_ZN22ResourceDispatcherHost21NotifyResponseStartedEPN3net10URLRequestEi
3559 fun:_ZN22ResourceDispatcherHost23CompleteResponseStartedEPN3net10URLRequestE
3560 fun:_ZN22ResourceDispatcherHost17OnResponseStartedEPN3net10URLRequestE
3561 fun:_ZN3net10URLRequest15ResponseStartedEv
3562 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
3563 fun:_ZN19URLRequestChromeJob10StartAsyncEv
3564 fun:_Z16DispatchToMethodI19URLRequestChromeJobMS0_FvvEEvPT_T0_RK6Tuple0
3565 fun:_ZN14RunnableMethodI19URLRequestChromeJobMS0_FvvE6Tuple0E3RunEv
3566 fun:_ZN11MessageLoop7RunTaskEP4Task
3567 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
3568 fun:_ZN11MessageLoop6DoWorkEv
3569 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
3570 fun:_ZN11MessageLoop11RunInternalEv
3571 fun:_ZN11MessageLoop10RunHandlerEv
3572 }
3573 {
3574 bug_68290_c
3575 Memcheck:Leak
3576 fun:_Znw*
3577 fun:_ZN22ResourceDispatcherHost21NotifyResponseStartedEPN3net10URLRequestEi
3578 fun:_ZN22ResourceDispatcherHost23CompleteResponseStartedEPN3net10URLRequestE
3579 fun:_ZN22ResourceDispatcherHost17OnResponseStartedEPN3net10URLRequestE
3580 fun:_ZN3net10URLRequest15ResponseStartedEv
3581 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
3582 fun:_ZN3net17URLRequestHttpJob21NotifyHeadersCompleteEv
3583 fun:_ZN3net17URLRequestHttpJob14SaveNextCookieEv
3584 fun:_ZN3net17URLRequestHttpJob35SaveCookiesAndNotifyHeadersCompleteEv
3585 fun:_ZN3net17URLRequestHttpJob16OnStartCompletedEi
3586 fun:_Z16DispatchToMethodIN3net17URLRequestHttpJobEMS1_FviEiEvPT_T0_RK6Tuple1I T1_E
3587 fun:_ZN12CallbackImplIN3net17URLRequestHttpJobEMS1_FviE6Tuple1IiEE13RunWithPa ramsERKS5_
3588 fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_
3589 fun:_ZN3net9HttpCache11Transaction10DoCallbackEi
3590 fun:_ZN3net9HttpCache11Transaction12HandleResultEi
3591 fun:_ZN3net9HttpCache11Transaction6DoLoopEi
3592 fun:_ZN3net9HttpCache11Transaction12OnIOCompleteEi
3593 fun:_Z16DispatchToMethodIN3net9HttpCache11TransactionEMS2_FviEiEvPT_T0_RK6Tup le1IT1_E
3594 fun:_ZN12CallbackImplIN3net9HttpCache11TransactionEMS2_FviE6Tuple1IiEE13RunWi thParamsERKS6_
3595 fun:_ZN3net28CancelableCompletionCallbackINS_9HttpCache11TransactionEE13RunWi thParamsERK6Tuple1IiE
3596 fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_
3597 fun:_ZN10disk_cache17InFlightBackendIO19OnOperationCompleteEPNS_12BackgroundI OEb
3598 }
3599
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine