summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt19
-rw-r--r--tools/valgrind/memcheck/suppressions_mac.txt23
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
+}