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

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

Issue 154933005: Suppress a mac-only leak in AtomicStringTable::create. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | 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 2376 matching lines...) Expand 10 before | Expand all | Expand 10 after
2387 } 2387 }
2388 { 2388 {
2389 bug_340726 2389 bug_340726
2390 Memcheck:Leak 2390 Memcheck:Leak
2391 fun:_Znw* 2391 fun:_Znw*
2392 fun:_ZN4base17LoadNativeLibrary* 2392 fun:_ZN4base17LoadNativeLibrary*
2393 fun:_ZN3gfx26InitializeStaticGLBindings* 2393 fun:_ZN3gfx26InitializeStaticGLBindings*
2394 fun:_ZN3gfx9GLSurface30InitializeOneOffImplementation* 2394 fun:_ZN3gfx9GLSurface30InitializeOneOffImplementation*
2395 fun:_ZN3gfx9GLSurface24InitializeOneOffForTestsEv 2395 fun:_ZN3gfx9GLSurface24InitializeOneOffForTestsEv
2396 } 2396 }
2397 {
2398 bug_340909
2399 Memcheck:Leak
2400 fun:_Znw*
2401 fun:_ZN3WTF17AtomicStringTable6createERNS_13WTFThreadDataE
2402 fun:_ZN3WTFL17atomicStringTableEv
2403 fun:_ZN3WTFL13atomicStringsEv
2404 fun:_ZN3WTFL16addToStringTable*
2405 fun:_ZN3WTF12AtomicString18addFromLiteralData*
2406 fun:_ZN3WTF12AtomicString*ConstructFromLiteralTagE
2407 fun:_ZN3WTF12AtomicString*ConstructFromLiteralTagE
2408 fun:_ZN7WebCore9HTMLNames4initEv
2409 }
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