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

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

Issue 4646001: Implement LoadTemporaryRoot for Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/net/base
Patch Set: Widen suppresions Created 10 years 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 | « net/test/test_server_win.cc ('k') | 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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 ... 590 ...
591 fun:gtk_text_buffer_select_range 591 fun:gtk_text_buffer_select_range
592 fun:_ZN23AutocompleteEditViewGtk16SetSelectedRangeERKNS_9CharRangeE 592 fun:_ZN23AutocompleteEditViewGtk16SetSelectedRangeERKNS_9CharRangeE
593 fun:_ZN23AutocompleteEditViewGtk23SetTextAndSelectedRangeERKSbIwSt11char_trai tsIwESaIwEERKNS_9CharRangeE 593 fun:_ZN23AutocompleteEditViewGtk23SetTextAndSelectedRangeERKSbIwSt11char_trai tsIwESaIwEERKNS_9CharRangeE
594 fun:_ZN23AutocompleteEditViewGtk24SetWindowTextAndCaretPosERKSbIwSt11char_tra itsIwESaIwEEj 594 fun:_ZN23AutocompleteEditViewGtk24SetWindowTextAndCaretPosERKSbIwSt11char_tra itsIwESaIwEEj
595 fun:_ZN21AutocompleteEditModel6RevertEv 595 fun:_ZN21AutocompleteEditModel6RevertEv
596 fun:_ZN23AutocompleteEditViewGtk9RevertAllEv 596 fun:_ZN23AutocompleteEditViewGtk9RevertAllEv
597 fun:_ZN23AutocompleteEditViewGtk6UpdateEPK11TabContents 597 fun:_ZN23AutocompleteEditViewGtk6UpdateEPK11TabContents
598 fun:_ZN15LocationBarView6UpdateEPK11TabContents 598 fun:_ZN15LocationBarView6UpdateEPK11TabContents
599 } 599 }
600 {
601 bug_66941
602 Memcheck:Leak
603 ...
604 fun:STAN_ChangeCertTrust
605 fun:CERT_ChangeCertTrust
606 }
600 607
601 #----------------------------------------------------------------------- 608 #-----------------------------------------------------------------------
602 # 2. intentional unit test errors, or stuff that is somehow a false positive 609 # 2. intentional unit test errors, or stuff that is somehow a false positive
603 # in our own code, or stuff that is so trivial it's not worth fixing 610 # in our own code, or stuff that is so trivial it's not worth fixing
604 611
605 # See tools/valgrind/memcheck_analyze.py before modifying sanity tests. 612 # See tools/valgrind/memcheck_analyze.py before modifying sanity tests.
606 { 613 {
607 Memcheck sanity test 01 (memory leak). 614 Memcheck sanity test 01 (memory leak).
608 Memcheck:Leak 615 Memcheck:Leak
609 fun:_Zna* 616 fun:_Zna*
(...skipping 2855 matching lines...) Expand 10 before | Expand all | Expand 10 after
3465 fun:_ZN22ResourceDispatcherHost10InitializeEv 3472 fun:_ZN22ResourceDispatcherHost10InitializeEv
3466 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv 3473 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv
3467 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv 3474 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv
3468 fun:_ZN16ExtensionService4InitEv 3475 fun:_ZN16ExtensionService4InitEv
3469 fun:_ZN11ProfileImpl14InitExtensionsEv 3476 fun:_ZN11ProfileImpl14InitExtensionsEv
3470 fun:_ZN14ProfileManager10AddProfileEP7Profileb 3477 fun:_ZN14ProfileManager10AddProfileEP7Profileb
3471 fun:_ZN14ProfileManager10GetProfileERK8FilePathb 3478 fun:_ZN14ProfileManager10GetProfileERK8FilePathb
3472 fun:_ZN14ProfileManager10GetProfileERK8FilePath 3479 fun:_ZN14ProfileManager10GetProfileERK8FilePath
3473 fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath 3480 fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath
3474 } 3481 }
OLDNEW
« no previous file with comments | « net/test/test_server_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698