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

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

Issue 8416021: Update suppression for 79654 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 3390 matching lines...) Expand 10 before | Expand all | Expand 10 after
3401 fun:_ZNSt3setIP16RenderWidgetHostSt4lessIS1_ESaIS1_EE6insertERKS1_ 3401 fun:_ZNSt3setIP16RenderWidgetHostSt4lessIS1_ESaIS1_EE6insertERKS1_
3402 fun:_ZN*9TabLoader12TabIsLoadingEP20NavigationController 3402 fun:_ZN*9TabLoader12TabIsLoadingEP20NavigationController
3403 fun:_ZN*18SessionRestoreImpl21ProcessSessionWindowsEPSt6vectorIP13SessionWind owSaIS3_EE 3403 fun:_ZN*18SessionRestoreImpl21ProcessSessionWindowsEPSt6vectorIP13SessionWind owSaIS3_EE
3404 fun:_ZN*18SessionRestoreImpl12OnGotSessionEiPSt6vectorIP13SessionWindowSaIS3_ EE 3404 fun:_ZN*18SessionRestoreImpl12OnGotSessionEiPSt6vectorIP13SessionWindowSaIS3_ EE
3405 } 3405 }
3406 { 3406 {
3407 bug_79654_b 3407 bug_79654_b
3408 Memcheck:Leak 3408 Memcheck:Leak
3409 fun:_Znw* 3409 fun:_Znw*
3410 ... 3410 ...
3411 fun:*RenderWidgetHost*
3412 ...
3411 fun:_ZNSt3setIP16RenderWidgetHostSt4lessIS1_ESaIS1_EE6insertERKS1_ 3413 fun:_ZNSt3setIP16RenderWidgetHostSt4lessIS1_ESaIS1_EE6insertERKS1_
3412 fun:*TabLoader7ObserveEiRK18NotificationSourceRK19NotificationDetails 3414 fun:*TabLoader7ObserveEiRKN7content18NotificationSourceERKNS1_19NotificationD etailsE
3413 fun:_ZN19NotificationService6NotifyEiRK18NotificationSourceRK19NotificationDe tails 3415 fun:_ZN23NotificationServiceImpl*
3414 fun:_ZN11TabContents12SetIsLoadingEbP23LoadNotificationDetails 3416 fun:_ZN11TabContents12SetIsLoading*
3417 fun:_ZN11TabContents14RenderViewGone*
3415 } 3418 }
3416 { 3419 {
3417 bug_79671 3420 bug_79671
3418 Memcheck:Cond 3421 Memcheck:Cond
3419 fun:_ZN5views15NativeWidgetGtk16ShowNativeWidgetENS_*9ShowStateE 3422 fun:_ZN5views15NativeWidgetGtk16ShowNativeWidgetENS_*9ShowStateE
3420 fun:_ZN5views6Widget4ShowEv 3423 fun:_ZN5views6Widget4ShowEv
3421 fun:_ZN11BrowserView4ShowEv 3424 fun:_ZN11BrowserView4ShowEv
3422 fun:_ZN8chromeos11BrowserView12ShowInternalEb 3425 fun:_ZN8chromeos11BrowserView12ShowInternalEb
3423 fun:_ZN8chromeos11BrowserView4ShowEv 3426 fun:_ZN8chromeos11BrowserView4ShowEv
3424 fun:_ZN25TestingAutomationProvider26OpenNewBrowserWindowOfTypeEibPN3IPC7Messa geE 3427 fun:_ZN25TestingAutomationProvider26OpenNewBrowserWindowOfTypeEibPN3IPC7Messa geE
(...skipping 1706 matching lines...) Expand 10 before | Expand all | Expand 10 after
5131 obj:/lib/libselinux.so.1 5134 obj:/lib/libselinux.so.1
5132 obj:/lib/libselinux.so.1 5135 obj:/lib/libselinux.so.1
5133 } 5136 }
5134 { 5137 {
5135 bug_todo_grep 5138 bug_todo_grep
5136 Memcheck:Leak 5139 Memcheck:Leak
5137 fun:malloc 5140 fun:malloc
5138 obj:/bin/grep 5141 obj:/bin/grep
5139 obj:/bin/grep 5142 obj:/bin/grep
5140 } 5143 }
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