From 4a2944627ef6087291c67ec07b45c9c3d7c35e64 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sun, 16 Feb 2025 08:38:58 +0100 Subject: [PATCH] Illumos regtest: add a suppression for leak_cpp_intertior libstdc++.supp --- memcheck/tests/libstdc++.supp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/memcheck/tests/libstdc++.supp b/memcheck/tests/libstdc++.supp index 525b62832..bcfb4a064 100644 --- a/memcheck/tests/libstdc++.supp +++ b/memcheck/tests/libstdc++.supp @@ -122,3 +122,15 @@ fun:_setup fun:_rt_boot } +{ + Illumos-leaks-g++-malloc + Memcheck:Leak + match-leak-kinds: reachable + fun:malloc + fun:_GLOBAL__sub_I_eh_alloc.cc + fun:call_array + fun:call_init + fun:setup + fun:_setup + fun:_rt_boot +} -- 2.47.2