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

Getting ready for 3.18 #159

Closed paulfloyd closed 2 years ago

paulfloyd commented 2 years ago

== 791 tests, 1 stderr failure, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures == gdbserver_tests/nlcontrolc (stdoutB) memcheck/tests/overlap (stderr)

...checking makefile consistency memcheck/tests/Makefile.am:1: error: origin3-no.stderr.exp-freebsd is missing in EXTRA_DIST memcheck/tests/Makefile.am:1: error: origin3-no.stdout.exp-freebsd is in EXTRA_DIST but doesn't exist

The stdoutB diff is not present with the upstream code

image

So just a line number diff. I did modify the .c file back in june to add an attribute((unused)); declaration line for whoami so the line number diff is to be expected.

This push should fix the gdbserver_tests/nlcontrolc failure

To github.com:paulfloyd/freebsd_valgrind.git 7f7438be4..67ec4cfc1 freebsd -> freebsd

paulfloyd commented 2 years ago

The EXTRA_DIST diff should be fixed.