Commit 915388f3 authored by dhollowa@chromium.org's avatar dhollowa@chromium.org

ScreenshotTakerTest::TakeScreenshot test leaks

Adds suppressions for leak in ScreenshotTakerTest.

BUG=227271
TEST=ScreenshotTakerTest::TakeScreenshot
R=sschmitz@chromium.org

Review URL: https://codereview.chromium.org/13445006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192677 0039d316-1c4b-4281-b951-d872f2087c98
parent 7ddeaab2
...@@ -1814,3 +1814,18 @@ ...@@ -1814,3 +1814,18 @@
fun:chromeos::input_method::Initialize fun:chromeos::input_method::Initialize
fun:chromeos::input_method::InputMethodConfigurationTest_TestInitialize_Test::TestBody fun:chromeos::input_method::InputMethodConfigurationTest_TestInitialize_Test::TestBody
} }
{
bug_227271a
Heapcheck:Leak
...
fun:ScreenshotTaker::ShowNotification
}
{
bug_227271b
Heapcheck:Leak
fun:std::basic_string::_Rep::_S_create
fun:base::FilePath::Append
fun:base::FilePath::AppendASCII
fun:ScreenshotTaker::HandleTakePartialScreenshot
fun:ash::test::ScreenshotTakerTest_TakeScreenshot_Test::TestBody
}
...@@ -6926,3 +6926,10 @@ ...@@ -6926,3 +6926,10 @@
fun:_ZN10extensions16UserScriptMaster9StartLoadEv fun:_ZN10extensions16UserScriptMaster9StartLoadEv
fun:_ZN10extensions16UserScriptMaster7ObserveEiRKN7content18NotificationSourceERKNS1_19NotificationDetailsE fun:_ZN10extensions16UserScriptMaster7ObserveEiRKN7content18NotificationSourceERKNS1_19NotificationDetailsE
} }
{
bug_227271
Memcheck:Leak
fun:_Znw*
...
fun:_ZN15ScreenshotTaker16ShowNotificationEN23ScreenshotTakerObserver6ResultERKN4base8FilePathE
}
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