diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-18 20:58:18 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-18 20:58:18 +0000 |
commit | c5b4630e58391adbd3aa31206337b64a1934b883 (patch) | |
tree | 17916c9c0988f6d8ca97f61da349e6c6c3e5a02b /tools | |
parent | a90e6d8e47a8d13c82d8501210f8aa629ff587e8 (diff) | |
download | chromium_src-c5b4630e58391adbd3aa31206337b64a1934b883.zip chromium_src-c5b4630e58391adbd3aa31206337b64a1934b883.tar.gz chromium_src-c5b4630e58391adbd3aa31206337b64a1934b883.tar.bz2 |
Valgrind: Add suppressions.
TBR=thestig
BUG=63670,63671,63672
TEST=none
Review URL: http://codereview.chromium.org/5092008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66670 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 19 | ||||
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 23 |
2 files changed, 41 insertions, 1 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index d6594c7..c937f6e 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -3304,4 +3304,21 @@ fun:_ZN13TabStripModel19InsertTabContentsAtEiP11TabContentsi fun:_ZN13TabStripModel14AddTabContentsEP11TabContentsiji } - +{ + bug_63671 + Memcheck:Param + write(buf) + ... + fun:_ZN9file_util9WriteFileERK8FilePathPKci + fun:_Z24ConvertWebAppToExtensionRK18WebApplicationInfoRKN4base4TimeE + fun:_ZN30ExtensionFromWebApp_Basic_Test8TestBodyEv +} +{ + bug_63672 + Memcheck:Addr1 + fun:_ZNK16GtkThemeProvider11UseGtkThemeEv + fun:_ZN12browser_sync67_GLOBAL__N_chrome_browser_sync_glue_theme_util.cc_00000000_1C67A97A14UseSystemThemeEP7Profile + fun:_ZN12browser_sync33GetThemeSpecificsFromCurrentThemeEP7ProfilePN7sync_pb14ThemeSpecificsE + fun:_ZN12browser_sync44SetCurrentThemeFromThemeSpecificsIfNecessaryERKN7sync_pb14ThemeSpecificsEP7Profile + fun:_ZN12browser_sync76_GLOBAL__N_chrome_browser_sync_glue_theme_util_unittest.cc_00000000_6D6EFF0A69ThemeUtilTest_SetCurrentThemeIfNecessaryDefaultThemeNotNecessary_Test8TestBodyEv +} diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 0adec03..721abc3 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -1254,3 +1254,26 @@ fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE fun:_ZN11MessageLoop11RunInternalEv } +{ + bug_63670 + Memcheck:Cond + fun:NSIntersectionRect + fun:-[BrowserWindowController tabContentsViewFrameWillChange:frameRect:] + fun:-[TabStripController tabContentsViewFrameWillChange:frameRect:] + fun:-[TabContentsController tabContentsViewFrameWillChange:] + fun:-[ResizeNotificationView setFrame:] + fun:-[TabStripController swapInTabAtIndex:] + fun:-[TabStripController selectTabWithContents:previousContents:atIndex:userGesture:] + fun:_ZN27TabStripModelObserverBridge13TabSelectedAtEP18TabContentsWrapperS1_ib + fun:_ZN13TabStripModel26ChangeSelectedContentsFromEP18TabContentsWrapperib + fun:_ZN13TabStripModel19InsertTabContentsAtEiP18TabContentsWrapperi + fun:_ZN13TabStripModel14AddTabContentsEP18TabContentsWrapperiji + fun:_ZN7browser8NavigateEPNS_14NavigateParamsE + fun:_ZN11BrowserInit17LaunchWithProfile17OpenTabsInBrowserEP7BrowserbRKSt6vectorINS0_3TabESaIS4_EE + fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vectorI4GURLSaIS4_EE + fun:_ZN11BrowserInit17LaunchWithProfile17ProcessLaunchURLsEbRKSt6vectorI4GURLSaIS2_EE + fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7Profileb + fun:_ZN11BrowserInit13LaunchBrowserERK11CommandLineP7ProfileRK8FilePathbPi + fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRK8FilePathbP7ProfilePiPS_ + fun:_ZN11BrowserInit5StartERK11CommandLineRK8FilePathP7ProfilePi +} |