Skip to content

Regtest status FreeBSD 13.0 amd64 gcc

Paul Floyd edited this page May 25, 2022 · 3 revisions

Tests in memcheck

99.2% good

== 252 tests, 1 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
memcheck/tests/descr_belowsp             (stderr)

descr_belowsp - missing info on stack guard in message. See issue #101

Tests in drd

DRD - 97.6% good

== 127 tests, 3 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
drd/tests/fork-parallel                  (stderr)
drd/tests/thread_name_freebsd            (stderr)
drd/tests/trylock                        (stderr)

fork-parallel - intermittent failure, see issue #170
thread_name_freebsd - testcase crashes with SIGSEGV, see issue #172
trylock - pthread_rwlock_trywrlock changed to pthread_rwlock_wrlock in callstack, see issue 171

Tests in helgrind

Helgrind - 96.4% good

== 55 tests, 1 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
helgrind/tests/tls_threads               (stderr)

tls_threads - a test for Linux-specific detection of tls which can't work on FreeBSD. See issue #113

All other tests pass