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

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

Issue 2900010: Updating suppression due to namespace change (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: Created 10 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
« 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, 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 2588 matching lines...) Expand 10 before | Expand all | Expand 10 after
2599 fun:_ZN6WebKit12WebFrameImpl16paintWithContextERN7WebCore15GraphicsContextERK NS_7WebRectE 2599 fun:_ZN6WebKit12WebFrameImpl16paintWithContextERN7WebCore15GraphicsContextERK NS_7WebRectE
2600 fun:_ZN6WebKit12WebFrameImpl5paintEPN4skia14PlatformCanvasERKNS_7WebRectE 2600 fun:_ZN6WebKit12WebFrameImpl5paintEPN4skia14PlatformCanvasERKNS_7WebRectE
2601 fun:_ZN6WebKit11WebViewImpl5paintEPN4skia14PlatformCanvasERKNS_7WebRectE 2601 fun:_ZN6WebKit11WebViewImpl5paintEPN4skia14PlatformCanvasERKNS_7WebRectE
2602 fun:_Z19PaintViewIntoCanvasPN6WebKit7WebViewERN4skia14PlatformCanvasE 2602 fun:_Z19PaintViewIntoCanvasPN6WebKit7WebViewERN4skia14PlatformCanvasE
2603 fun:_ZN10RenderView16CaptureThumbnailEPN6WebKit7WebViewEiiP8SkBitmapP14Thumbn ailScore 2603 fun:_ZN10RenderView16CaptureThumbnailEPN6WebKit7WebViewEiiP8SkBitmapP14Thumbn ailScore
2604 } 2604 }
2605 { 2605 {
2606 bug_41186 2606 bug_41186
2607 Memcheck:Addr1 2607 Memcheck:Addr1
2608 fun:_ZNK16GtkThemeProvider11UseGtkThemeEv 2608 fun:_ZNK16GtkThemeProvider11UseGtkThemeEv
2609 fun:_ZN12browser_sync53_GLOBAL__N__ZN12browser_sync22kCurrentThemeClientTagE1 4UseSystemThemeEP7Profile 2609 fun:_ZN12browser_sync14UseSystemThemeEP7Profile
2610 fun:_ZN12browser_sync33GetThemeSpecificsFromCurrentThemeEP7ProfilePN7sync_pb1 4ThemeSpecificsE 2610 fun:_ZN12browser_sync33GetThemeSpecificsFromCurrentThemeEP7ProfilePN7sync_pb1 4ThemeSpecificsE
2611 fun:_ZN12browser_sync44SetCurrentThemeFromThemeSpecificsIfNecessaryERKN7sync_ pb14ThemeSpecificsEP7Profile 2611 fun:_ZN12browser_sync44SetCurrentThemeFromThemeSpecificsIfNecessaryERKN7sync_ pb14ThemeSpecificsEP7Profile
2612 } 2612 }
2613 { 2613 {
2614 bug_42185 2614 bug_42185
2615 Memcheck:Leak 2615 Memcheck:Leak
2616 fun:_Znw* 2616 fun:_Znw*
2617 fun:_Z28AutoFillProfileFromStatementRKN3sql9StatementE 2617 fun:_Z28AutoFillProfileFromStatementRKN3sql9StatementE
2618 fun:_ZN11WebDatabase19GetAutoFillProfilesEPSt6vectorIP15AutoFillProfileSaIS2_ EE 2618 fun:_ZN11WebDatabase19GetAutoFillProfilesEPSt6vectorIP15AutoFillProfileSaIS2_ EE
2619 fun:_ZN14WebDataService23GetAutoFillProfilesImplEPNS_14WebDataRequestE 2619 fun:_ZN14WebDataService23GetAutoFillProfilesImplEPNS_14WebDataRequestE
(...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after
3616 } 3616 }
3617 { 3617 {
3618 bug_48998 3618 bug_48998
3619 Memcheck:Leak 3619 Memcheck:Leak
3620 fun:_Znw* 3620 fun:_Znw*
3621 fun:_ZN21BrowserMainPartsPosix16TemporaryPosix_1Ev 3621 fun:_ZN21BrowserMainPartsPosix16TemporaryPosix_1Ev
3622 fun:_Z11BrowserMainRK18MainFunctionParams 3622 fun:_Z11BrowserMainRK18MainFunctionParams
3623 fun:ChromeMain 3623 fun:ChromeMain
3624 fun:main 3624 fun:main
3625 } 3625 }
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