paulfloyd / freebsd_valgrind

Git repo used to Upstream the FreeBSD Port of Valgrind
GNU General Public License v2.0
15 stars 4 forks source link

Filter gcc9/10 etc in expecteds path #160

Closed paulfloyd closed 2 years ago

paulfloyd commented 2 years ago

These two for starters modified: massif/tests/new-cpp.post.exp-freebsd modified: massif/tests/overloaded-new.post.exp-freebsd

paulfloyd commented 2 years ago

In general I should be able to do better by

That would also remove the hard coded gcc version in the path to libstdc++

paulfloyd commented 2 years ago

commit 7788bc4fee3ccd77fbc0c2b426748cd92a686eef (HEAD -> master, origin/master, origin/HEAD) Author: Paul Floyd pjfloyd@wanadoo.fr Date: Tue May 31 20:36:18 2022 +0200

Add some filtering to massif C++ tests with GCC on FreeBSD

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