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

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

Issue 1790008: Suppress WebCore NotificationCenter leak. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 7 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
« 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 2633 matching lines...) Expand 10 before | Expand all | Expand 10 after
2644 fun:_Znw* 2644 fun:_Znw*
2645 fun:_ZN19TestWebViewDelegate12createWorkerEPN6WebKit8WebFrameEPNS0_15WebWorke rClientE 2645 fun:_ZN19TestWebViewDelegate12createWorkerEPN6WebKit8WebFrameEPNS0_15WebWorke rClientE
2646 fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Work erE 2646 fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Work erE
2647 fun:_ZN7WebCore18WorkerContextProxy6createEPNS_6WorkerE 2647 fun:_ZN7WebCore18WorkerContextProxy6createEPNS_6WorkerE
2648 fun:_ZN7WebCore6WorkerC1ERKNS_6StringEPNS_22ScriptExecutionContextERi 2648 fun:_ZN7WebCore6WorkerC1ERKNS_6StringEPNS_22ScriptExecutionContextERi
2649 fun:_ZN7WebCore6Worker6createERKNS_6StringEPNS_22ScriptExecutionContextERi 2649 fun:_ZN7WebCore6Worker6createERKNS_6StringEPNS_22ScriptExecutionContextERi
2650 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE 2650 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE
2651 fun:_ZN2v88internal19HandleApiCallHelperILb1EEEPNS0_6ObjectENS0_47_GLOBAL__N_ v8_src_builtins.cc_00000000_2CCEFB9216BuiltinArgumentsILNS0_21BuiltinExtraArgume ntsE1EEE 2651 fun:_ZN2v88internal19HandleApiCallHelperILb1EEEPNS0_6ObjectENS0_47_GLOBAL__N_ v8_src_builtins.cc_00000000_2CCEFB9216BuiltinArgumentsILNS0_21BuiltinExtraArgume ntsE1EEE
2652 obj:* 2652 obj:*
2653 } 2653 }
2654 {
2655 bug_42866
2656 Memcheck:Leak
2657 fun:malloc
2658 fun:_ZN3WTF10fastMallocEj
2659 fun:_ZN3WTF13FastAllocBasenwEj
2660 fun:_ZN7WebCore12Notification6createERKNS_20NotificationContentsEPNS_22Script ExecutionContextERiPNS_21NotificationPresenterE
2661 fun:_ZN7WebCore18NotificationCenter18createNotificationERKNS_6StringES3_S3_Ri
2662 fun:_ZN7WebCore20V8NotificationCenter26createNotificationCallbackERKN2v89Argu mentsE
2663 fun:_ZN2v88internal19HandleApiCallHelperILb0EEEPNS0_6ObjectENS0_47_GLOBAL__N_ v8_src_builtins.cc_00000000_2CCEFB9216BuiltinArgumentsILNS0_21BuiltinExtraArgume ntsE1EEE
2664 obj:*
2665 obj:*
2666 obj:*
2667 obj:*
2668 obj:*
2669 fun:_ZN2v88internal6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEE EiPPPS4_Pb
2670 }
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