diff options
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 4c1fa01..566ce063 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -3306,4 +3306,19 @@ ... fun:_ZN56PrintPreviewTabControllerTest_GetOrCreatePreviewTab_Test8TestBodyEv } +{ + bug_63428 + 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:_ZN27TabStripModelObserverBridge13TabSelectedAtEP11TabContentsS1_ib + fun:_ZN13TabStripModel26ChangeSelectedContentsFromEP11TabContentsib + fun:_ZN13TabStripModel19InsertTabContentsAtEiP11TabContentsi + fun:_ZN13TabStripModel14AddTabContentsEP11TabContentsiji +} |