diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-13 11:15:01 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-13 11:15:01 +0000 |
commit | 684ba69bdc7c08a1fdf27da7448de9fbf33d3648 (patch) | |
tree | 616990e746f9d97e0891726a5aed50b29ba8d401 /tools/heapcheck | |
parent | 9b32ae5628bf90972816dfe44bb8b7d70686d186 (diff) | |
download | chromium_src-684ba69bdc7c08a1fdf27da7448de9fbf33d3648.zip chromium_src-684ba69bdc7c08a1fdf27da7448de9fbf33d3648.tar.gz chromium_src-684ba69bdc7c08a1fdf27da7448de9fbf33d3648.tar.bz2 |
Adopt the suppresions for RenderThreadTest::Setup
There's a new method call between testing::Test::Run and RenderThreadTest::Setup
BUG=39016
TEST=memory unit tests go green
TBR=glider
Review URL: http://codereview.chromium.org/3780002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62390 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 7dd5612..2ad3055 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -240,6 +240,7 @@ Heapcheck:Leak ... fun:::RenderThreadTest::SetUp + fun:testing::HandleExceptionsInMethodIfSupported fun:testing::Test::Run } # TODO(glider): sometimes the stacks differ between the bot and the local run, |