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

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

Issue 12209101: Fix Memory Leak In GrowPopupInSpace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 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
« no previous file with comments | « tools/heapcheck/suppressions.txt ('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 6377 matching lines...) Expand 10 before | Expand all | Expand 10 after
6388 fun:sqlite3Step 6388 fun:sqlite3Step
6389 fun:sqlite3_step 6389 fun:sqlite3_step
6390 fun:_ZN7WebCore15SQLiteStatement4stepEv 6390 fun:_ZN7WebCore15SQLiteStatement4stepEv
6391 fun:_ZN7WebCore15SQLiteStatement14executeCommandEv 6391 fun:_ZN7WebCore15SQLiteStatement14executeCommandEv
6392 fun:_ZN7WebCore14SQLiteDatabase14executeCommandERKN3WTF6StringE 6392 fun:_ZN7WebCore14SQLiteDatabase14executeCommandERKN3WTF6StringE
6393 fun:_ZN7WebCore17SQLiteTransaction6commitEv 6393 fun:_ZN7WebCore17SQLiteTransaction6commitEv
6394 fun:_ZN7WebCore14SQLTransaction19postflightAndCommitEv 6394 fun:_ZN7WebCore14SQLTransaction19postflightAndCommitEv
6395 fun:_ZN7WebCore14SQLTransaction13runStatementsEv 6395 fun:_ZN7WebCore14SQLTransaction13runStatementsEv
6396 } 6396 }
6397 { 6397 {
6398 bug_171567
6399 Memcheck:Leak
6400 fun:_Znw*
6401 fun:_ZN17AutofillPopupView6CreateEP23AutofillPopupController
6402 fun:_ZN27AutofillPopupControllerImpl4ShowERKSt6vectorISbItN4base20string16_ch ar_traitsESaItEESaIS4_EES8_S8_RKS0_IiSaIiEE
6403 fun:_ZN53AutofillPopupControllerUnitTest_GrowPopupInSpace_Test8TestBodyEv
6404 }
6405 {
6406 bug_171722 6398 bug_171722
6407 Memcheck:Leak 6399 Memcheck:Leak
6408 fun:_Znw* 6400 fun:_Znw*
6409 fun:_ZN3net12_GLOBAL__N_120URLRequestFtpJobTest9AddSocketEPNS_13MockReadWrite ILNS_17MockReadWriteTypeE0EEEmPNS2_ILS3_1EEEm 6401 fun:_ZN3net12_GLOBAL__N_120URLRequestFtpJobTest9AddSocketEPNS_13MockReadWrite ILNS_17MockReadWriteTypeE0EEEmPNS2_ILS3_1EEEm
6410 } 6402 }
6411 { 6403 {
6412 bug_171983 6404 bug_171983
6413 Memcheck:Leak 6405 Memcheck:Leak
6414 fun:_Znw* 6406 fun:_Znw*
6415 fun:_ZN8chromeos51MagnificationManagerTest_MagnificationObserver_Test8TestBod yEv 6407 fun:_ZN8chromeos51MagnificationManagerTest_MagnificationObserver_Test8TestBod yEv
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
6533 fun:_ZN20OneClickSigninHelper14DidStopLoadingEPN7content14RenderViewHostE 6525 fun:_ZN20OneClickSigninHelper14DidStopLoadingEPN7content14RenderViewHostE
6534 fun:_ZN67OneClickSigninHelperTest_SigninFromWebstoreWithConfigSyncfirst_Test8 TestBodyEv 6526 fun:_ZN67OneClickSigninHelperTest_SigninFromWebstoreWithConfigSyncfirst_Test8 TestBodyEv
6535 } 6527 }
6536 { 6528 {
6537 bug_175428: 6529 bug_175428:
6538 Memcheck:Leak 6530 Memcheck:Leak
6539 fun:_Znw* 6531 fun:_Znw*
6540 fun:_ZN22AutocompleteControllerC1EP7ProfileP30AutocompleteControllerDelegatei 6532 fun:_ZN22AutocompleteControllerC1EP7ProfileP30AutocompleteControllerDelegatei
6541 fun:_ZN24AutocompleteProviderTest32ResetControllerWithTestProvidersEbPP12Test ProviderS2_ 6533 fun:_ZN24AutocompleteProviderTest32ResetControllerWithTestProvidersEbPP12Test ProviderS2_
6542 } 6534 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698