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

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

Issue 6014011: Suppress bug 68292 (leaks in TestingAutomationProvider::ExecuteBrowserCommand... (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. 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 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 3578 matching lines...) Expand 10 before | Expand all | Expand 10 after
3589 fun:_ZN3net9HttpCache11Transaction10DoCallbackEi 3589 fun:_ZN3net9HttpCache11Transaction10DoCallbackEi
3590 fun:_ZN3net9HttpCache11Transaction12HandleResultEi 3590 fun:_ZN3net9HttpCache11Transaction12HandleResultEi
3591 fun:_ZN3net9HttpCache11Transaction6DoLoopEi 3591 fun:_ZN3net9HttpCache11Transaction6DoLoopEi
3592 fun:_ZN3net9HttpCache11Transaction12OnIOCompleteEi 3592 fun:_ZN3net9HttpCache11Transaction12OnIOCompleteEi
3593 fun:_Z16DispatchToMethodIN3net9HttpCache11TransactionEMS2_FviEiEvPT_T0_RK6Tup le1IT1_E 3593 fun:_Z16DispatchToMethodIN3net9HttpCache11TransactionEMS2_FviEiEvPT_T0_RK6Tup le1IT1_E
3594 fun:_ZN12CallbackImplIN3net9HttpCache11TransactionEMS2_FviE6Tuple1IiEE13RunWi thParamsERKS6_ 3594 fun:_ZN12CallbackImplIN3net9HttpCache11TransactionEMS2_FviE6Tuple1IiEE13RunWi thParamsERKS6_
3595 fun:_ZN3net28CancelableCompletionCallbackINS_9HttpCache11TransactionEE13RunWi thParamsERK6Tuple1IiE 3595 fun:_ZN3net28CancelableCompletionCallbackINS_9HttpCache11TransactionEE13RunWi thParamsERK6Tuple1IiE
3596 fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_ 3596 fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_
3597 fun:_ZN10disk_cache17InFlightBackendIO19OnOperationCompleteEPNS_12BackgroundI OEb 3597 fun:_ZN10disk_cache17InFlightBackendIO19OnOperationCompleteEPNS_12BackgroundI OEb
3598 } 3598 }
3599 {
3600 bug_68292
3601 Memcheck:Leak
3602 fun:_Znw*
3603 fun:_ZN29ExecuteBrowserCommandObserver25CreateAndRegisterObserverEP18Automati onProviderP7BrowseriPN3IPC7MessageE
3604 fun:_ZN25TestingAutomationProvider21ExecuteBrowserCommandEiiPN3IPC7MessageE
3605 fun:_Z16DispatchToMethodI25TestingAutomationProviderMS0_FviiPN3IPC7MessageEEi iRS2_EvPT_T0_RK6Tuple2IT1_T2_EP6Tuple1IT3_E
3606 fun:_ZN3IPC16MessageWithReplyI6Tuple2IiiE6Tuple1IRbEE18DispatchDelayReplyI25T estingAutomationProviderMS8_FviiPNS_7MessageEEEEbPKS9_PT_T0_
3607 fun:_ZN25TestingAutomationProvider17OnMessageReceivedERKN3IPC7MessageE
3608 fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE
3609 fun:_ZN3IPC11SyncChannel20ReceivedSyncMsgQueue16DispatchMessagesEv
3610 fun:_ZN3IPC11SyncChannel11SyncContext16DispatchMessagesEv
3611 fun:_ZN3IPC11SyncChannel23OnWaitableEventSignaledEPN4base13WaitableEventE
3612 fun:_ZN4base17AsyncCallbackTask3RunEv
3613 fun:_ZN11MessageLoop7RunTaskEP4Task
3614 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
3615 fun:_ZN11MessageLoop6DoWorkEv
3616 }
3599 3617
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