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

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

Issue 11730005: Remove suppression for leak that was fixed in r174531. (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 6322 matching lines...) Expand 10 before | Expand all | Expand 10 after
6333 fun:_ZN4base13WaitableEvent4WaitEv 6333 fun:_ZN4base13WaitableEvent4WaitEv
6334 fun:_ZN4base12SimpleThread5StartEv 6334 fun:_ZN4base12SimpleThread5StartEv
6335 fun:_ZN4base19SequencedWorkerPool6WorkerC1ERK13scoped_refptrIS0_EiRKSs 6335 fun:_ZN4base19SequencedWorkerPool6WorkerC1ERK13scoped_refptrIS0_EiRKSs
6336 fun:_ZN4base19SequencedWorkerPool5Inner30FinishStartingAdditionalThreadEi 6336 fun:_ZN4base19SequencedWorkerPool5Inner30FinishStartingAdditionalThreadEi
6337 fun:_ZN4base19SequencedWorkerPool5Inner10ThreadLoopEPNS0_6WorkerE 6337 fun:_ZN4base19SequencedWorkerPool5Inner10ThreadLoopEPNS0_6WorkerE
6338 fun:_ZN4base19SequencedWorkerPool6Worker3RunEv 6338 fun:_ZN4base19SequencedWorkerPool6Worker3RunEv
6339 fun:_ZN4base12SimpleThread10ThreadMainEv 6339 fun:_ZN4base12SimpleThread10ThreadMainEv
6340 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv 6340 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv
6341 } 6341 }
6342 { 6342 {
6343 bug_166977
6344 Memcheck:Leak
6345 fun:_Znw*
6346 fun:_ZN24ChromePrefServiceBuilder17ResetDefaultStateEv
6347 fun:_ZN24ChromePrefServiceBuilder17CreateChromePrefsERK8FilePathPN4base19Sequ encedTaskRunnerEPN6policy13PolicyServiceEP9PrefStoreb
6348 }
6349 {
6350 bug_167165a 6343 bug_167165a
6351 Memcheck:Leak 6344 Memcheck:Leak
6352 fun:_Znw* 6345 fun:_Znw*
6353 ... 6346 ...
6354 fun:_ZN5views13WebDialogViewC2EPN7content14BrowserContextEPN2ui17WebDialogDel egateEPNS4_28WebDialogWebContentsDelegate18WebContentsHandlerE 6347 fun:_ZN5views13WebDialogViewC2EPN7content14BrowserContextEPN2ui17WebDialogDel egateEPNS4_28WebDialogWebContentsDelegate18WebContentsHandlerE
6355 fun:_ZN3ash19KeyboardOverlayViewC1EPN7content14BrowserContextEPN2ui17WebDialo gDelegateEPNS4_28WebDialogWebContentsDelegate18WebContentsHandlerE 6348 fun:_ZN3ash19KeyboardOverlayViewC1EPN7content14BrowserContextEPN2ui17WebDialo gDelegateEPNS4_28WebDialogWebContentsDelegate18WebContentsHandlerE
6356 fun:_ZN3ash50KeyboardOverlayViewTest_OpenAcceleratorsClose_Test8TestBodyEv 6349 fun:_ZN3ash50KeyboardOverlayViewTest_OpenAcceleratorsClose_Test8TestBodyEv
6357 } 6350 }
6358 { 6351 {
6359 bug_167165b 6352 bug_167165b
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
6423 fun:vp8e_encode 6416 fun:vp8e_encode
6424 fun:vpx_codec_encode 6417 fun:vpx_codec_encode
6425 } 6418 }
6426 { 6419 {
6427 bug_167855 6420 bug_167855
6428 Memcheck:Leak 6421 Memcheck:Leak
6429 fun:_Znw* 6422 fun:_Znw*
6430 fun:_ZN9prerender24UnitTestPrerenderManager27CreateNextPrerenderContentsERK4G URLNS_11FinalStatusE 6423 fun:_ZN9prerender24UnitTestPrerenderManager27CreateNextPrerenderContentsERK4G URLNS_11FinalStatusE
6431 fun:_ZN9prerender53PrerenderTest_LinkManagerWaitToLaunchNotLaunched_Test8Test BodyEv 6424 fun:_ZN9prerender53PrerenderTest_LinkManagerWaitToLaunchNotLaunched_Test8Test BodyEv
6432 } 6425 }
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