]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
massif regtest: add 'pool' to ignore functions for Arch Linux
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 5 Nov 2023 13:00:51 +0000 (13:00 +0000)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 5 Nov 2023 13:00:51 +0000 (13:00 +0000)
massif/tests/bug469146.post.exp
massif/tests/bug469146.vgtest
massif/tests/new-cpp.post.exp
massif/tests/new-cpp.vgtest

index 1e9936cbe16cba2d12c796540f83a6d8735bbe63..2c3db3a79b867b01cf73fec54865bb0d75259b8c 100644 (file)
@@ -1,6 +1,6 @@
 --------------------------------------------------------------------------------
 Command:            ./bug469146
-Massif arguments:   --stacks=no --time-unit=B --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element --ignore-fn=_GLOBAL__sub_I_eh_alloc.cc --ignore-fn=call_init.part.0 --ignore-fn=call_init --ignore-fn=filter_function1 --ignore-fn=filter_function2(int) --ignore-fn=filter_function3
+Massif arguments:   --stacks=no --time-unit=B --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element --ignore-fn=_GLOBAL__sub_I_eh_alloc.cc --ignore-fn=call_init.part.0 --ignore-fn=call_init --ignore-fn=pool --ignore-fn=filter_function1 --ignore-fn=filter_function2(int) --ignore-fn=filter_function3
 ms_print arguments: massif.out
 --------------------------------------------------------------------------------
 
index 68585a4514379bfd23793ba589f137cbc2e0e5f7..86cc5b7d362ae29c1f449d3a9c3cac448877078f 100644 (file)
@@ -2,7 +2,7 @@ prog: bug469146
 vgopts: --stacks=no --time-unit=B --massif-out-file=massif.out
 vgopts: --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook
 vgopts: --ignore-fn=get_or_create_key_element --ignore-fn=_GLOBAL__sub_I_eh_alloc.cc --ignore-fn=call_init.part.0
-vgopts: --ignore-fn=call_init
+vgopts: --ignore-fn=call_init --ignore-fn=pool
 vgopts: --ignore-fn=filter_function1 --ignore-fn="filter_function2(int)" --ignore-fn=filter_function3
 post: perl ../../massif/ms_print massif.out | sed 's/gcc[0-9]*/gcc/' | ../../tests/filter_addresses
 cleanup: rm massif.out
index 5935771617a2753b3b1f1d8d45dd85595b511ade..1418974db5e1a7f535d6e510e3ae47af33f92129 100644 (file)
@@ -1,6 +1,6 @@
 --------------------------------------------------------------------------------
 Command:            ./new-cpp
-Massif arguments:   --stacks=no --time-unit=B --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element --ignore-fn=_GLOBAL__sub_I_eh_alloc.cc --ignore-fn=call_init.part.0 --ignore-fn=call_init
+Massif arguments:   --stacks=no --time-unit=B --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element --ignore-fn=_GLOBAL__sub_I_eh_alloc.cc --ignore-fn=call_init.part.0 --ignore-fn=call_init --ignore-fn=pool
 ms_print arguments: massif.out
 --------------------------------------------------------------------------------
 
index 18b2d441f5a857623c050351bfc1b34c7af45962..e18bc5ce23a07059b0dca6f2515ad8b75a47818a 100644 (file)
@@ -2,6 +2,6 @@ prog: new-cpp
 vgopts: --stacks=no --time-unit=B --massif-out-file=massif.out
 vgopts: --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook
 vgopts: --ignore-fn=get_or_create_key_element --ignore-fn=_GLOBAL__sub_I_eh_alloc.cc --ignore-fn=call_init.part.0
-vgopts: --ignore-fn=call_init
+vgopts: --ignore-fn=call_init --ignore-fn=pool
 post: perl ../../massif/ms_print massif.out | sed 's/gcc[0-9]*/gcc/' | ../../tests/filter_addresses
 cleanup: rm massif.out