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 10823068: Valgrind: Suppress error in AccessibilityTable::roleValue(). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 2833 matching lines...) Expand 10 before | Expand all | Expand 10 after
2844 Memcheck:Unaddressable 2844 Memcheck:Unaddressable
2845 ... 2845 ...
2846 fun:sqlite3_step 2846 fun:sqlite3_step
2847 fun:sqlite3_exec 2847 fun:sqlite3_exec
2848 fun:_ZN3sql10Connection7ExecuteEPKc 2848 fun:_ZN3sql10Connection7ExecuteEPKc
2849 fun:_ZN7history11URLDatabase31CreateKeywordSearchTermsIndicesEv 2849 fun:_ZN7history11URLDatabase31CreateKeywordSearchTermsIndicesEv
2850 fun:_ZN7history16InMemoryDatabase12InitFromDiskERK8FilePath 2850 fun:_ZN7history16InMemoryDatabase12InitFromDiskERK8FilePath
2851 fun:_ZN7history22InMemoryHistoryBackend4InitERK8FilePathS3_PNS_11URLDatabaseE RKSs 2851 fun:_ZN7history22InMemoryHistoryBackend4InitERK8FilePathS3_PNS_11URLDatabaseE RKSs
2852 } 2852 }
2853 { 2853 {
2854 bug_77766
2855 Memcheck:Leak
2856 fun:malloc
2857 fun:_ZN3WTF10fastMallocEm
2858 fun:_ZN7WebCore18PerformTaskContextnwEm
2859 fun:_ZN7WebCore8Document8postTaskEN3WTF10PassOwnPtrINS_22ScriptExecutionConte xt4TaskEEE
2860 fun:_ZN7WebCore20WorkerMessagingProxy22workerContextDestroyedEv
2861 fun:_ZN6WebKit19WebWorkerClientImpl22workerContextDestroyedEv
2862 fun:_ZN7WebCore13WorkerContextD2Ev
2863 fun:_ZN7WebCore22DedicatedWorkerContextD0Ev
2864 fun:_ZN3WTF10RefCountedIN7WebCore13WorkerContextEE5derefEv
2865 fun:_ZN3WTF6RefPtrIN7WebCore13WorkerContextEEaSEPS2_
2866 fun:_ZN7WebCore12WorkerThread12workerThreadEv
2867 fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv
2868 fun:_ZN3WTFL16threadEntryPointEPv
2869 fun:_ZN3WTFL19wtfThreadEntryPointEPv
2870 }
2871 {
2854 bug_78201 2872 bug_78201
2855 Memcheck:Leak 2873 Memcheck:Leak
2856 fun:_Znw* 2874 fun:_Znw*
2857 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv 2875 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv
2858 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv 2876 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv
2859 fun:_ZN16ExtensionService4InitEv 2877 fun:_ZN16ExtensionService4InitEv
2860 fun:_ZN11ProfileImpl14InitExtensionsE* 2878 fun:_ZN11ProfileImpl14InitExtensionsE*
2861 } 2879 }
2862 { 2880 {
2863 bug_78786 2881 bug_78786
(...skipping 2824 matching lines...) Expand 10 before | Expand all | Expand 10 after
5688 fun:_ZN4base12_GLOBAL__N_126PostTaskAndReplyWorkerPool8PostTaskERKN15tracked_ objects8LocationERKNS_8CallbackIFvvEEE 5706 fun:_ZN4base12_GLOBAL__N_126PostTaskAndReplyWorkerPool8PostTaskERKN15tracked_ objects8LocationERKNS_8CallbackIFvvEEE
5689 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_ 5707 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_
5690 fun:_ZN4base10WorkerPool16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_b 5708 fun:_ZN4base10WorkerPool16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_b
5691 fun:_ZN12_GLOBAL__N_122URLRequestExtensionJob5StartEv 5709 fun:_ZN12_GLOBAL__N_122URLRequestExtensionJob5StartEv
5692 fun:_ZN3net10URLRequest8StartJobEPNS_13URLRequestJobE 5710 fun:_ZN3net10URLRequest8StartJobEPNS_13URLRequestJobE
5693 fun:_ZN3net10URLRequest5StartEv 5711 fun:_ZN3net10URLRequest5StartEv
5694 fun:_ZN12_GLOBAL__N_121ExtensionProtocolTest12StartRequestEPN3net10URLRequest EN12ResourceType4TypeE 5712 fun:_ZN12_GLOBAL__N_121ExtensionProtocolTest12StartRequestEPN3net10URLRequest EN12ResourceType4TypeE
5695 fun:_ZN12_GLOBAL__N_143ExtensionProtocolTest_IncognitoRequest_Test8TestBodyEv 5713 fun:_ZN12_GLOBAL__N_143ExtensionProtocolTest_IncognitoRequest_Test8TestBodyEv
5696 } 5714 }
5697 { 5715 {
5698 bug_77766 5716 bug_139467
5699 Memcheck:Leak 5717 Memcheck:Uninitialized
5700 fun:malloc 5718 fun:_ZNK7WebCore18AccessibilityTable9roleValueEv
5701 fun:_ZN3WTF10fastMallocEm 5719 fun:_ZNK7WebCore25AccessibilityRenderObject20ariaLiveRegionStatusEv
5702 fun:_ZN7WebCore18PerformTaskContextnwEm 5720 fun:_ZNK7WebCore19AccessibilityObject22supportsARIALiveRegionEv
5703 fun:_ZN7WebCore8Document8postTaskEN3WTF10PassOwnPtrINS_22ScriptExecutionConte xt4TaskEEE 5721 fun:_ZNK7WebCore19AccessibilityObject22supportsARIAAttributesEv
5704 fun:_ZN7WebCore20WorkerMessagingProxy22workerContextDestroyedEv 5722 fun:_ZN7WebCore25AccessibilityRenderObject26determineAccessibilityRoleEv
5705 fun:_ZN6WebKit19WebWorkerClientImpl22workerContextDestroyedEv 5723 fun:_ZN7WebCore23AccessibilityNodeObject4initEv
5706 fun:_ZN7WebCore13WorkerContextD2Ev 5724 fun:_ZN7WebCore25AccessibilityRenderObject4initEv
5707 fun:_ZN7WebCore22DedicatedWorkerContextD0Ev 5725 fun:_ZN7WebCore18AccessibilityTable4initEv
5708 fun:_ZN3WTF10RefCountedIN7WebCore13WorkerContextEE5derefEv 5726 fun:_ZN7WebCore18AccessibilityTable6createEPNS_12RenderObjectE
5709 fun:_ZN3WTF6RefPtrIN7WebCore13WorkerContextEEaSEPS2_
5710 fun:_ZN7WebCore12WorkerThread12workerThreadEv
5711 fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv
5712 fun:_ZN3WTFL16threadEntryPointEPv
5713 fun:_ZN3WTFL19wtfThreadEntryPointEPv
5714 } 5727 }
5728
5715 #----------------------------------------------------------------------- 5729 #-----------------------------------------------------------------------
5716 # 4. These only occur on our Google workstations 5730 # 4. These only occur on our Google workstations
5717 5731
5718 { 5732 {
5719 bug_todo_getdelim 5733 bug_todo_getdelim
5720 Memcheck:Leak 5734 Memcheck:Leak
5721 fun:malloc 5735 fun:malloc
5722 fun:getdelim 5736 fun:getdelim
5723 ... 5737 ...
5724 fun:call_init 5738 fun:call_init
5725 fun:_dl_init 5739 fun:_dl_init
5726 } 5740 }
5727 { 5741 {
5728 bug_todo_getdelim2 5742 bug_todo_getdelim2
5729 Memcheck:Leak 5743 Memcheck:Leak
5730 fun:malloc 5744 fun:malloc
5731 fun:getdelim 5745 fun:getdelim
5732 obj:/lib/libselinux.so.1 5746 obj:/lib/libselinux.so.1
5733 obj:/lib/libselinux.so.1 5747 obj:/lib/libselinux.so.1
5734 obj:/lib/libselinux.so.1 5748 obj:/lib/libselinux.so.1
5735 } 5749 }
5736 { 5750 {
5737 bug_todo_grep 5751 bug_todo_grep
5738 Memcheck:Leak 5752 Memcheck:Leak
5739 fun:malloc 5753 fun:malloc
5740 obj:/bin/grep 5754 obj:/bin/grep
5741 obj:/bin/grep 5755 obj:/bin/grep
5742 } 5756 }
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