summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorarthurhsu@chromium.org <arthurhsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-07 02:23:33 +0000
committerarthurhsu@chromium.org <arthurhsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-07 02:23:33 +0000
commitd14263ec8ce5fed27da46575592037413817fbf6 (patch)
treee1e1a94205088e7952e01d5f2c6c942353197f0b /tools/heapcheck
parent3f55aa10587b3eaa629d7e95de87998b399fe3e2 (diff)
downloadchromium_src-d14263ec8ce5fed27da46575592037413817fbf6.zip
chromium_src-d14263ec8ce5fed27da46575592037413817fbf6.tar.gz
chromium_src-d14263ec8ce5fed27da46575592037413817fbf6.tar.bz2
Revert 113293 - Fix leak; remove "explicit" keyword from multi-argument constructor.
BUG=106529 TEST=removed suppressions from mem/heap check tools Review URL: http://codereview.chromium.org/8819029 TBR=miket@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113327 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index fa90381..9549986 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1785,3 +1785,17 @@
fun:AccessibilityEventRouterViewsTest::CreateWindowWithContents
fun:AccessibilityEventRouterViewsTest_TestFocusNotification_Test::TestBody
}
+{
+ bug_106529_a
+ Heapcheck:Leak
+ ...
+ fun:extensions::SocketController::ConnectUdp
+ fun:extensions::SocketApiControllerTest_TestSocketControllerLifetime_Test::TestBody
+}
+{
+ bug_106529_b
+ Heapcheck:Leak
+ ...
+ fun:extensions::SocketController::CreateUdp
+ fun:extensions::SocketApiControllerTest_TestSocketControllerLifetime_Test::TestBody
+}