diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-15 21:06:17 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-15 21:06:17 +0000 |
commit | 105edb4369f75aaf3edc990eff0fab64defaef32 (patch) | |
tree | 83e92616ed322bcbdbd177219af854534ac75bfc /tools/heapcheck | |
parent | 9219d26f8ef911c5971397de04d01bee7d6369a2 (diff) | |
download | chromium_src-105edb4369f75aaf3edc990eff0fab64defaef32.zip chromium_src-105edb4369f75aaf3edc990eff0fab64defaef32.tar.gz chromium_src-105edb4369f75aaf3edc990eff0fab64defaef32.tar.bz2 |
Revert r74850 and r74865:
- Redo "Add extra heap-allocation to refcounting. For perf test only."
- Another intentional leak introduced by r74850
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6484047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75005 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 5c3a66d..5a3e879 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -135,20 +135,6 @@ fun:testing::HandleExceptionsInMethodIfSupported fun:testing::Test::Run } -{ - Intentional leak in BrowserThreadTest.NotReleasedIfTargetThreadNonExistent - Heapcheck:Leak - fun:RefCountedThreadSafeBase - fun:RefCountedThreadSafe - fun:NeverDeleted - fun:BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody - fun:testing::HandleExceptionsInMethodIfSupported - fun:testing::Test::Run - fun:testing::TestInfo::Run - fun:testing::TestCase::Run - fun:testing::internal::UnitTestImpl::RunAllTests - fun:testing::HandleExceptionsInMethodIfSupported -} #----------------------------------------------------------------------- # 3. Suppressions for real chromium bugs that are not yet fixed. # These should all be in chromium's bug tracking system (but a few aren't yet). |