diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-26 18:19:32 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-26 18:19:32 +0000 |
commit | d5da6536cbcd9f695956bb6d9dd3795f91b9a281 (patch) | |
tree | e289d2643233fd7e1085c44f0c461e97d9a765b7 /tools/heapcheck | |
parent | 7c111bd4e8128573e6388caf813154d432302973 (diff) | |
download | chromium_src-d5da6536cbcd9f695956bb6d9dd3795f91b9a281.zip chromium_src-d5da6536cbcd9f695956bb6d9dd3795f91b9a281.tar.gz chromium_src-d5da6536cbcd9f695956bb6d9dd3795f91b9a281.tar.bz2 |
Suppress new leaks and exclude test failures on the memory bots
Also widen one existing suppression
BUG=298887,298893,298900,108628
TBR=eugenis
NOTRY=true
Review URL: https://codereview.chromium.org/24676003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225510 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 12 | ||||
-rw-r--r-- | tools/heapcheck/unit_tests.gtest-heapcheck.txt | 7 |
2 files changed, 19 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index c0fe557..fbc947f 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -886,3 +886,15 @@ fun:v8::internal::ZoneObject::operator new fun:v8::internal::HCompareNumericAndBranch::New } +{ + bug_298887 + Heapcheck:Leak + ... + fun:ui::KeyboardCodeFromXKeyEvent + fun:ui::KeyboardCodeFromNative + fun:UpdateStateFromEvent + fun:ui::EventFlagsFromNative + fun:KeyEvent + fun:chromeos::KeyboardDrivenEventRewriterTest::GetRewrittenEventAsString + fun:chromeos::KeyboardDrivenEventRewriterTest_PassThrough_Test::TestBody +} diff --git a/tools/heapcheck/unit_tests.gtest-heapcheck.txt b/tools/heapcheck/unit_tests.gtest-heapcheck.txt index d8b9920..0777cb81 100644 --- a/tools/heapcheck/unit_tests.gtest-heapcheck.txt +++ b/tools/heapcheck/unit_tests.gtest-heapcheck.txt @@ -36,3 +36,10 @@ AppsModelBuilderTest.OnExtensionMoved *FLAKY_* *FAILS_* +# Fail on memory bots, see http://crbug.com/298893 +AutofillDownloadTest.QueryAndUploadTest +AutofillUploadXmlParserTest.TestSuccessfulResponse +AutofillUploadXmlParserTest.TestFailedResponse + +# Fail on memory bots, see http://crbug.com/298900 +ExtensionPermissionsTest.GetPermissionMessages_ManyHostsPermissions |