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

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

Issue 392633003: [oilpan]: remove valgrind suppression for mac memory leak. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 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, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, 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. 8 # These should all be in chromium's bug tracking system.
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 2473 matching lines...) Expand 10 before | Expand all | Expand 10 after
2484 fun:calloc 2484 fun:calloc
2485 fun:_ZN18hb_object_header_t6createEj 2485 fun:_ZN18hb_object_header_t6createEj
2486 fun:_ZL16hb_object_createI9hb_face_tEPT_v 2486 fun:_ZL16hb_object_createI9hb_face_tEPT_v
2487 fun:hb_face_create_for_tables 2487 fun:hb_face_create_for_tables
2488 fun:_ZN3gfx12_GLOBAL__N_118CreateHarfBuzzFaceEP10SkTypeface 2488 fun:_ZN3gfx12_GLOBAL__N_118CreateHarfBuzzFaceEP10SkTypeface
2489 fun:_ZN3gfx12_GLOBAL__N_118CreateHarfBuzzFontEP10SkTypefacei 2489 fun:_ZN3gfx12_GLOBAL__N_118CreateHarfBuzzFontEP10SkTypefacei
2490 fun:_ZN3gfx18RenderTextHarfBuzz8ShapeRunEPNS_8internal15TextRunHarfBuzzE 2490 fun:_ZN3gfx18RenderTextHarfBuzz8ShapeRunEPNS_8internal15TextRunHarfBuzzE
2491 fun:_ZN3gfx18RenderTextHarfBuzz12EnsureLayoutEv 2491 fun:_ZN3gfx18RenderTextHarfBuzz12EnsureLayoutEv
2492 fun:_ZN3gfx41RenderTextTest_HarfBuzz_RunDirection_Test8TestBodyEv 2492 fun:_ZN3gfx41RenderTextTest_HarfBuzz_RunDirection_Test8TestBodyEv
2493 } 2493 }
2494 {
2495 bug_391556
2496 Memcheck:Leak
2497 fun:_Znw*
2498 fun:_ZN7WebCore10PageMemory23setupPageMemoryInRegionEPNS_16PageMemoryRegionEm m
2499 fun:_ZN7WebCore10ThreadHeapINS_25FinalizedHeapObjectHeaderEE12allocatePageEPK NS_6GCInfoE
2500 fun:_ZN7WebCore10ThreadHeapINS_25FinalizedHeapObjectHeaderEE13addPageToHeapEP KNS_6GCInfoE
2501 fun:_ZN7WebCore10ThreadHeapINS_25FinalizedHeapObjectHeaderEE23ensureCurrentAl locationEmPKNS_6GCInfoE
2502 fun:_ZN7WebCore10ThreadHeapINS_25FinalizedHeapObjectHeaderEE17outOfLineAlloca teEmPKNS_6GCInfoE
2503 fun:_ZN7WebCore10ThreadHeapINS_25FinalizedHeapObjectHeaderEE8allocateEmPKNS_6 GCInfoE
2504 fun:_ZN7WebCore4Heap8allocateINS_6IDBKeyEEEPhm
2505 fun:_ZN7WebCore16GarbageCollectedINS_6IDBKeyEEnwEm
2506 fun:_ZN7WebCore6IDBKey12createNumberEd
2507 fun:_ZN5blink9WebIDBKey12assignNumberEd
2508 fun:_ZN5blink9WebIDBKey12createNumberEd
2509 fun:_ZN7content16WebIDBKeyBuilder5BuildERKNS_12IndexedDBKeyE
2510 fun:_ZN7content16WebIDBCursorImpl14CachedContinueEPN5blink15WebIDBCallbacksE
2511 fun:_ZN7content16WebIDBCursorImpl16continueFunctionERKN5blink9WebIDBKeyES4_PN S1_15WebIDBCallbacksE
2512 fun:_ZN7content16WebIDBCursorImpl16continueFunctionERKN5blink9WebIDBKeyEPNS1_ 15WebIDBCallbacksE
2513 fun:_ZN7content38WebIDBCursorImplTest_PrefetchTest_Test8TestBodyEv
2514 }
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