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

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

Issue 12042012: Removed the invalid AudioOutputController suppression. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 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 4674 matching lines...) Expand 10 before | Expand all | Expand 10 after
4685 fun:_ZN8notifier5Login15StartConnectionEv 4685 fun:_ZN8notifier5Login15StartConnectionEv
4686 fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_ 4686 fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_
4687 } 4687 }
4688 { 4688 {
4689 bug_118890_b 4689 bug_118890_b
4690 Memcheck:Leak 4690 Memcheck:Leak
4691 fun:_Znw* 4691 fun:_Znw*
4692 fun:_ZN13sync_notifier12_GLOBAL__N_124InvalidationNotifierTest5SetUpEv 4692 fun:_ZN13sync_notifier12_GLOBAL__N_124InvalidationNotifierTest5SetUpEv
4693 } 4693 }
4694 { 4694 {
4695 bug_120146
4696 Memcheck:Leak
4697 fun:_Znw*
4698 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_
4699 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_
4700 fun:_ZN5media21AudioOutputController5CloseERKN4base8CallbackIFvvEEE
4701 fun:_ZN17AudioRendererHost20CloseAndDeleteStreamEPNS_10AudioEntryE
4702 fun:_ZN17AudioRendererHost13DeleteEntriesEv
4703 fun:_ZN17AudioRendererHost16OnChannelClosingEv
4704 fun:_ZN3IPC12ChannelProxy7Context15OnChannelClosedEv
4705 }
4706 {
4707 bug_121729 4695 bug_121729
4708 Memcheck:Leak 4696 Memcheck:Leak
4709 fun:malloc 4697 fun:malloc
4710 fun:_ZN3WTF10fastMallocE* 4698 fun:_ZN3WTF10fastMallocE*
4711 ... 4699 ...
4712 fun:_ZN7WebCoreL12parseUASheetERKN3WTF6StringE 4700 fun:_ZN7WebCoreL12parseUASheetERKN3WTF6StringE
4713 fun:_ZN7WebCoreL12parseUASheetEPKcj 4701 fun:_ZN7WebCoreL12parseUASheetEPKcj
4714 fun:_ZN7WebCoreL19loadViewSourceStyleEv 4702 fun:_ZN7WebCoreL19loadViewSourceStyleEv
4715 ... 4703 ...
4716 fun:_ZN7WebCore7Element16styleForRendererEv 4704 fun:_ZN7WebCore7Element16styleForRendererEv
(...skipping 1760 matching lines...) Expand 10 before | Expand all | Expand 10 after
6477 fun:sqlite3VdbeExec 6465 fun:sqlite3VdbeExec
6478 fun:sqlite3Step 6466 fun:sqlite3Step
6479 fun:sqlite3_step 6467 fun:sqlite3_step
6480 fun:_ZN7WebCore15SQLiteStatement4stepEv 6468 fun:_ZN7WebCore15SQLiteStatement4stepEv
6481 fun:_ZN7WebCore15SQLiteStatement14executeCommandEv 6469 fun:_ZN7WebCore15SQLiteStatement14executeCommandEv
6482 fun:_ZN7WebCore14SQLiteDatabase14executeCommandERKN3WTF6StringE 6470 fun:_ZN7WebCore14SQLiteDatabase14executeCommandERKN3WTF6StringE
6483 fun:_ZN7WebCore17SQLiteTransaction6commitEv 6471 fun:_ZN7WebCore17SQLiteTransaction6commitEv
6484 fun:_ZN7WebCore14SQLTransaction19postflightAndCommitEv 6472 fun:_ZN7WebCore14SQLTransaction19postflightAndCommitEv
6485 fun:_ZN7WebCore14SQLTransaction13runStatementsEv 6473 fun:_ZN7WebCore14SQLTransaction13runStatementsEv
6486 } 6474 }
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