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

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

Issue 9491009: Show queued geolocation InfoBars when InfoBar is hidden. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Requested changes. Created 8 years, 9 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 | « chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.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 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 5807 matching lines...) Expand 10 before | Expand all | Expand 10 after
5818 fun:_ZN8notifier18SingleLoginAttemptC1EPNS_13LoginSettingsEPNS0_8DelegateE 5818 fun:_ZN8notifier18SingleLoginAttemptC1EPNS_13LoginSettingsEPNS0_8DelegateE
5819 fun:_ZN8notifier5Login15StartConnectionEv 5819 fun:_ZN8notifier5Login15StartConnectionEv
5820 fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_ 5820 fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_
5821 } 5821 }
5822 { 5822 {
5823 bug_118890_b 5823 bug_118890_b
5824 Memcheck:Leak 5824 Memcheck:Leak
5825 fun:_Znw* 5825 fun:_Znw*
5826 fun:_ZN13sync_notifier12_GLOBAL__N_124InvalidationNotifierTest5SetUpEv 5826 fun:_ZN13sync_notifier12_GLOBAL__N_124InvalidationNotifierTest5SetUpEv
5827 } 5827 }
5828 {
5829 bug_120118
5830 Memcheck:Leak
5831 ...
5832 fun:gtk_widget_style_get
5833 fun:_ZN15ThemeServiceGtk13LoadGtkValuesEv
5834 }
5828 5835
5829 #----------------------------------------------------------------------- 5836 #-----------------------------------------------------------------------
5830 # 4. These only occur on our Google workstations 5837 # 4. These only occur on our Google workstations
5831 5838
5832 { 5839 {
5833 bug_todo_getdelim 5840 bug_todo_getdelim
5834 Memcheck:Leak 5841 Memcheck:Leak
5835 fun:malloc 5842 fun:malloc
5836 fun:getdelim 5843 fun:getdelim
5837 ... 5844 ...
5838 fun:call_init 5845 fun:call_init
5839 fun:_dl_init 5846 fun:_dl_init
5840 } 5847 }
5841 { 5848 {
5842 bug_todo_getdelim2 5849 bug_todo_getdelim2
5843 Memcheck:Leak 5850 Memcheck:Leak
5844 fun:malloc 5851 fun:malloc
5845 fun:getdelim 5852 fun:getdelim
5846 obj:/lib/libselinux.so.1 5853 obj:/lib/libselinux.so.1
5847 obj:/lib/libselinux.so.1 5854 obj:/lib/libselinux.so.1
5848 obj:/lib/libselinux.so.1 5855 obj:/lib/libselinux.so.1
5849 } 5856 }
5850 { 5857 {
5851 bug_todo_grep 5858 bug_todo_grep
5852 Memcheck:Leak 5859 Memcheck:Leak
5853 fun:malloc 5860 fun:malloc
5854 obj:/bin/grep 5861 obj:/bin/grep
5855 obj:/bin/grep 5862 obj:/bin/grep
5856 } 5863 }
5864
OLDNEW
« no previous file with comments | « chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698