diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-19 19:06:34 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-19 19:06:34 +0000 |
commit | b13ba159730db3f796166709684b81db02553042 (patch) | |
tree | ef2e45e482e3bfde063eb076dbbd18bf1db831bb /tools | |
parent | f70bb327c10caf701046527405f5417dbfe54443 (diff) | |
download | chromium_src-b13ba159730db3f796166709684b81db02553042.zip chromium_src-b13ba159730db3f796166709684b81db02553042.tar.gz chromium_src-b13ba159730db3f796166709684b81db02553042.tar.bz2 |
Updating suppression after r63025
TBR=phajdan.jr@chromium.org
BUG=46571
TEST=test_shell test in heapcheck should cycle green.
Review URL: http://codereview.chromium.org/3751011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63080 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 4e97caea..df0e6e1 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -480,9 +480,6 @@ fun:testing::TestCase::Run fun:testing::internal::UnitTestImpl::RunAllTests fun:testing::HandleExceptionsInMethodIfSupported - fun:testing::UnitTest::Run - fun:main - fun:__libc_start_main } # "*~TestShell" means "~TestShell" and "TestShell::~TestShell". { @@ -526,8 +523,6 @@ fun:testing::internal::UnitTestImpl::RunAllTests fun:testing::HandleExceptionsInMethodIfSupported fun:testing::UnitTest::Run - fun:main - fun:__libc_start_main } { bug_32366 |