From b50c81f56c2f4b9f4b5ce9f0300e54f7b9a12e92 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sun, 16 Jul 2023 15:51:05 -0400 Subject: [PATCH] Add suppressions See #2928 --- suppressions/ruby-3.3.supp | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 suppressions/ruby-3.3.supp diff --git a/suppressions/ruby-3.3.supp b/suppressions/ruby-3.3.supp new file mode 100644 index 0000000000..55425d2b60 --- /dev/null +++ b/suppressions/ruby-3.3.supp @@ -0,0 +1,26 @@ +{ + https://github.com/sparklemotion/nokogiri/issues/2928 / https://github.com/Shopify/ruby_memcheck/issues/23 + Memcheck:Leak + fun:malloc + fun:objspace_xmalloc0 + fun:ary_heap_alloc + fun:ary_resize_capa + fun:ary_double_capa + fun:ary_ensure_room_for_push + fun:rb_ary_push + fun:noko_xml_node_wrap + ... +} +{ + https://github.com/sparklemotion/nokogiri/issues/2928 / https://github.com/Shopify/ruby_memcheck/issues/23 + Memcheck:Leak + fun:malloc + fun:objspace_xmalloc0 + fun:ary_heap_alloc + fun:ary_resize_capa + fun:ary_double_capa + fun:ary_ensure_room_for_push + fun:rb_ary_push + fun:__xmlRaiseError + ... +}