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

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

Issue 377163002: Use a autorelease pool for the test webkit platform support class (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 | « content/test/test_webkit_platform_support.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 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 2494 matching lines...) Expand 10 before | Expand all | Expand 10 after
2505 fun:_ZN7WebCore16GarbageCollectedINS_6IDBKeyEEnwEm 2505 fun:_ZN7WebCore16GarbageCollectedINS_6IDBKeyEEnwEm
2506 fun:_ZN7WebCore6IDBKey12createNumberEd 2506 fun:_ZN7WebCore6IDBKey12createNumberEd
2507 fun:_ZN5blink9WebIDBKey12assignNumberEd 2507 fun:_ZN5blink9WebIDBKey12assignNumberEd
2508 fun:_ZN5blink9WebIDBKey12createNumberEd 2508 fun:_ZN5blink9WebIDBKey12createNumberEd
2509 fun:_ZN7content16WebIDBKeyBuilder5BuildERKNS_12IndexedDBKeyE 2509 fun:_ZN7content16WebIDBKeyBuilder5BuildERKNS_12IndexedDBKeyE
2510 fun:_ZN7content16WebIDBCursorImpl14CachedContinueEPN5blink15WebIDBCallbacksE 2510 fun:_ZN7content16WebIDBCursorImpl14CachedContinueEPN5blink15WebIDBCallbacksE
2511 fun:_ZN7content16WebIDBCursorImpl16continueFunctionERKN5blink9WebIDBKeyES4_PN S1_15WebIDBCallbacksE 2511 fun:_ZN7content16WebIDBCursorImpl16continueFunctionERKN5blink9WebIDBKeyES4_PN S1_15WebIDBCallbacksE
2512 fun:_ZN7content16WebIDBCursorImpl16continueFunctionERKN5blink9WebIDBKeyEPNS1_ 15WebIDBCallbacksE 2512 fun:_ZN7content16WebIDBCursorImpl16continueFunctionERKN5blink9WebIDBKeyEPNS1_ 15WebIDBCallbacksE
2513 fun:_ZN7content38WebIDBCursorImplTest_PrefetchTest_Test8TestBodyEv 2513 fun:_ZN7content38WebIDBCursorImplTest_PrefetchTest_Test8TestBodyEv
2514 } 2514 }
2515 {
2516 bug_392244
2517 Memcheck:Leak
2518 ...
2519 fun:_ZN4base10GetTempDirEPNS_8FilePathE
2520 fun:_ZN4base15GetShmemTempDirEbPNS_8FilePathE
2521 ...
2522 fun:_ZN7content25TestWebKitPlatformSupportC2Ev
2523 fun:_ZN7content25TestWebKitPlatformSupportC1Ev
2524 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE
2525 }
OLDNEW
« no previous file with comments | « content/test/test_webkit_platform_support.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698