Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: tools/heapcheck/suppressions.txt

Issue 10831074: Valgrind/Heapchecker: Add a new suppression for a JsSyncManagerObserverTest leak. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/heapcheck/suppressions.txt
===================================================================
--- tools/heapcheck/suppressions.txt (revision 148971)
+++ tools/heapcheck/suppressions.txt (working copy)
@@ -633,6 +633,24 @@
fun:ReloadButtonGtkTest_*_Test::TestBody
}
{
+ bug_65940_a
+ Heapcheck:Leak
+ ...
+ fun:IPC::SyncChannel::SyncChannel
+ fun:ChildThread::Init
+ fun:ChildThread::ChildThread
+ fun:RenderThreadImpl::RenderThreadImpl
+}
+{
+ bug_65940_b
+ Heapcheck:Leak
+ fun:__gnu_cxx::new_allocator::allocate
+ fun:std::_Vector_base::_M_allocate
+ fun:std::vector::_M_insert_aux
+ fun:std::vector::push_back
+ fun:IPC::ChannelProxy::Context::OnAddFilter
+}
+{
bug_66054_a
Heapcheck:Leak
...
@@ -1385,14 +1403,6 @@
fun:*_*_Test::TestBody
}
{
- bug_127717
- Heapcheck:Leak
- ...
- fun:SkBitmap::HeapAllocator::allocPixelRef
- fun:SkBitmap::allocPixels
- fun:SkBitmap::allocPixels
-}
-{
bug_128145
Heapcheck:Leak
...
@@ -1479,24 +1489,6 @@
fun:ui::InputMethodIBus::Init
}
{
- bug_65940_a
- Heapcheck:Leak
- ...
- fun:IPC::SyncChannel::SyncChannel
- fun:ChildThread::Init
- fun:ChildThread::ChildThread
- fun:RenderThreadImpl::RenderThreadImpl
-}
-{
- bug_65940_b
- Heapcheck:Leak
- fun:__gnu_cxx::new_allocator::allocate
- fun:std::_Vector_base::_M_allocate
- fun:std::vector::_M_insert_aux
- fun:std::vector::push_back
- fun:IPC::ChannelProxy::Context::OnAddFilter
-}
-{
bug_136936
Heapcheck:Leak
...
@@ -1504,3 +1496,9 @@
...
fun:base::PlatformThread::SetName
}
+{
+ bug_139635
+ Heapcheck:Leak
+ fun:syncer::JsSyncManagerObserver::OnInitializationComplete
+ fun:syncer::::JsSyncManagerObserverTest_OnInitializationComplete_Test::TestBody
+}
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698