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

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

Issue 16667008: Update suppression for 87629 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 1417 matching lines...) Expand 10 before | Expand all | Expand 10 after
1428 fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vec torI4GURLSaIS4_EE 1428 fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vec torI4GURLSaIS4_EE
1429 fun:_ZN11BrowserInit17LaunchWithProfile17ProcessLaunchURLsEbRKSt6vectorI4GURL SaIS2_EE 1429 fun:_ZN11BrowserInit17LaunchWithProfile17ProcessLaunchURLsEbRKSt6vectorI4GURL SaIS2_EE
1430 fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7ProfileRKSt6vectorI4GURLSaIS 4_EEb 1430 fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7ProfileRKSt6vectorI4GURLSaIS 4_EEb
1431 fun:_ZN11BrowserInit13LaunchBrowserE* 1431 fun:_ZN11BrowserInit13LaunchBrowserE*
1432 fun:_ZN11BrowserInit18ProcessCmdLineImplE* 1432 fun:_ZN11BrowserInit18ProcessCmdLineImplE*
1433 fun:_ZN11BrowserInit5StartE* 1433 fun:_ZN11BrowserInit5StartE*
1434 } 1434 }
1435 { 1435 {
1436 bug_87629 1436 bug_87629
1437 Memcheck:Leak 1437 Memcheck:Leak
1438 fun:malloc 1438 ...
1439 fun:realloc 1439 fun:realloc
1440 fun:new_sem_from_pool 1440 fun:new_sem_from_pool
1441 } 1441 }
1442 { 1442 {
1443 bug_90976 1443 bug_90976
1444 Memcheck:Unaddressable 1444 Memcheck:Unaddressable
1445 ... 1445 ...
1446 fun:_CFPropertyListCreateFromXMLData 1446 fun:_CFPropertyListCreateFromXMLData
1447 fun:CFPropertyListCreateFromStream 1447 fun:CFPropertyListCreateFromStream
1448 fun:+[CFXPreferencesPropertyListSource createPlistFromFile:statInfo:] 1448 fun:+[CFXPreferencesPropertyListSource createPlistFromFile:statInfo:]
(...skipping 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after
2551 fun:_ZL14ATMCharOutlineP11_t_FontInstP10_t_BCProcsPvP9_t_CharIOP12_t_PathProc smS3_ 2551 fun:_ZL14ATMCharOutlineP11_t_FontInstP10_t_BCProcsPvP9_t_CharIOP12_t_PathProc smS3_
2552 fun:_ZN21MPathRenderingContext13RenderOutlineERK11_t_FontInstb 2552 fun:_ZN21MPathRenderingContext13RenderOutlineERK11_t_FontInstb
2553 fun:_ZN28TPathMetricsRenderingContext11MakeOutlineERK11_t_FontInstbR10FixedPo intS4_S4_ 2553 fun:_ZN28TPathMetricsRenderingContext11MakeOutlineERK11_t_FontInstbR10FixedPo intS4_S4_
2554 fun:_ZNK10TType1Font20RenderOutlineMetricsERK15TType1TransformtPKhtR21GlyphRe nderingMetrics 2554 fun:_ZNK10TType1Font20RenderOutlineMetricsERK15TType1TransformtPKhtR21GlyphRe nderingMetrics
2555 fun:_ZNK13TType1CIDFont17GetOutlineMetricsERK15TType1TransformtP21GlyphRender ingMetrics 2555 fun:_ZNK13TType1CIDFont17GetOutlineMetricsERK15TType1TransformtP21GlyphRender ingMetrics
2556 fun:_ZNK12TType1Strike10GetMetricsERK21TRenderingDescriptionmPKtRK19TDestinat ionMapping 2556 fun:_ZNK12TType1Strike10GetMetricsERK21TRenderingDescriptionmPKtRK19TDestinat ionMapping
2557 fun:_Z20Type1GetGlyphMetricsmPK18TStrikeDescriptionPK21TRenderingDescriptionm PKtPvm 2557 fun:_Z20Type1GetGlyphMetricsmPK18TStrikeDescriptionPK21TRenderingDescriptionm PKtPvm
2558 fun:_ZNK19TConcreteFontScaler19GetGlyphIdealBoundsEt 2558 fun:_ZNK19TConcreteFontScaler19GetGlyphIdealBoundsEt
2559 fun:FPFontGetGlyphIdealBounds 2559 fun:FPFontGetGlyphIdealBounds
2560 } 2560 }
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