]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add some filtering to massif C++ tests with GCC on FreeBSD
authorPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 31 May 2022 18:36:18 +0000 (20:36 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 31 May 2022 18:36:18 +0000 (20:36 +0200)
commit7788bc4fee3ccd77fbc0c2b426748cd92a686eef
tree5e44e0b7cd400930d58dde735fd0b11b8cb212a2
parent2b370744e5fe1830e4454d14af9d127aa9ed7acd
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
tesatcase allocations.
massif/tests/new-cpp.post.exp-freebsd
massif/tests/new-cpp.post.exp-x86-freebsd-gcc
massif/tests/new-cpp.vgtest
massif/tests/overloaded-new.post.exp-freebsd
massif/tests/overloaded-new.post.exp-x86-freebsd-gcc
massif/tests/overloaded-new.vgtest