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

FreeBSD 13 status #132

Closed paulfloyd closed 4 years ago

paulfloyd commented 4 years ago

== 727 tests, 260 stderr failures, 3 stdout failures, 3 stderrB failures, 0 stdoutB failures, 0 post failures ==

90% of these look like they are due to undhandled syscall 579 (sysctlbyname). That will be quick to fix.

After that, there were a lot of stack and varinfo diffs.

When sysctlbyname is implemented that becomes

== 727 tests, 97 stderr failures, 1 stdout failure, 3 stderrB failures, 0 stdout B failures, 0 post failures ==

paulfloyd commented 4 years ago

Moved to wiki