summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-13 21:26:10 +0000
committerdkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-13 21:26:10 +0000
commit0980aecbe21be24b531b329d853e826a5b5ef675 (patch)
tree8f04d72dec49e784af75ea13699775e18ef72449 /tools
parentb765033590fc4df1a4b42d0b82d78f7a6a8fc75e (diff)
downloadchromium_src-0980aecbe21be24b531b329d853e826a5b5ef675.zip
chromium_src-0980aecbe21be24b531b329d853e826a5b5ef675.tar.gz
chromium_src-0980aecbe21be24b531b329d853e826a5b5ef675.tar.bz2
Widen two suppressions that weren't matching properly on my ghardy box.
BUG=16161,16583 TEST=run ui tests under valgrind over and over on ghardy, watch them fail less Review URL: http://codereview.chromium.org/149562 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20534 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/suppressions.txt11
1 files changed, 1 insertions, 10 deletions
diff --git a/tools/valgrind/suppressions.txt b/tools/valgrind/suppressions.txt
index 4b60abb..9cac256 100644
--- a/tools/valgrind/suppressions.txt
+++ b/tools/valgrind/suppressions.txt
@@ -786,7 +786,6 @@
Memcheck:Leak
fun:malloc
fun:g_malloc
- fun:gtk_target_list_new
...
fun:gtk_clipboard_set_text
fun:_ZN23AutocompleteEditViewGtk20SavePrimarySelectionERKSs
@@ -846,19 +845,11 @@
fun:g_slice_alloc
fun:g_slice_alloc0
fun:g_type_create_instance
- fun:g_object_constructor
+ fun:*
fun:g_object_newv
fun:g_object_new_valist
...
- fun:gdk_window_new
fun:gtk_window_realize
- fun:g_cclosure_marshal_VOID__VOID
- fun:g_type_class_meta_marshal
- fun:g_closure_invoke
- fun:signal_emit_unlocked_R
- fun:g_signal_emit_valist
- fun:g_signal_emit
- fun:gtk_widget_realize
}
{
bug_16584