mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
I should perhaps just delete these expected. The testcases don't work well with the stripped libstc++ without debuginfo on FreeBSD. That means that the --ignore-fn= options don't work to remove exception handling and iostream allocations and just leave the tesatcase allocations.
8 lines
460 B
Plaintext
8 lines
460 B
Plaintext
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
|
|
post: perl ../../massif/ms_print massif.out | sed 's/gcc[0-9]*/gcc/' | ../../tests/filter_addresses
|
|
cleanup: rm massif.out
|