Commit fd2fafc5 authored by bruening@google.com's avatar bruening@google.com

Suppress leak in aura::RootWindow::ShowCursor Also propagate bug 143431 suppression to heapcheck

TBR=davemoore@chromium.org
BUG=143545,143431
TEST=waterfall.sh

Review URL: https://chromiumcodereview.appspot.com/10829406

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152244 0039d316-1c4b-4281-b951-d872f2087c98
parent 8fa3de08
...@@ -1481,3 +1481,11 @@ ...@@ -1481,3 +1481,11 @@
... ...
fun:ExtensionAction::GetIconAnimation fun:ExtensionAction::GetIconAnimation
} }
{
bug_143431
Heapcheck:Leak
...
fun:ManagedMode::ManagedMode
fun:*FakeManagedMode
fun:ManagedModeTest::ManagedModeTest
}
...@@ -5786,6 +5786,14 @@ ...@@ -5786,6 +5786,14 @@
fun:_ZN15ManagedModeTestC2Ev fun:_ZN15ManagedModeTestC2Ev
fun:_ZN*ManagedModeTest_* fun:_ZN*ManagedModeTest_*
} }
{
bug_143545
Memcheck:Uninitialized
fun:_ZN4aura10RootWindow10ShowCursorEb
fun:_ZN3ash5Shell10ShowCursorEb
fun:_ZN3ash13CursorManager10ShowCursorEb
fun:_ZN3ash4test11AshTestBase5SetUpEv
}
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# 4. These only occur on our Google workstations # 4. These only occur on our Google workstations
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment