There are a number of broken tests on 11.2-BETA3 specific to i386. Instead of opening an individual PR for each test, the HTML kyua report containing the details is available at: https://people.freebsd.org/~gjb/tests/11.2.i386/#failed
Correction to the URL: https://people.freebsd.org/~gjb/tests/11.2.i386/#broken
(In reply to Glen Barber from comment #1) > Correction to the URL: > > https://people.freebsd.org/~gjb/tests/11.2.i386/#broken It seems I had forgotten to select the debug distribution sets when installing this instance. I have added them to (hopefully) get usable backtraces in the broken test cases, and will update the HTML report when it is complete.
(In reply to Glen Barber from comment #2) > (In reply to Glen Barber from comment #1) > > Correction to the URL: > > > > https://people.freebsd.org/~gjb/tests/11.2.i386/#broken > > It seems I had forgotten to select the debug distribution sets when > installing this instance. I have added them to (hopefully) get usable > backtraces in the broken test cases, and will update the HTML report when it > is complete. Files replaced, but in some cases, it does not seem to have made much of a difference.
AFAIR pidfile_test had issues on a number of systems, it may just be a bad test.
A commit references this bug: Author: emaste Date: Wed Jul 4 18:01:53 UTC 2018 New revision: 335964 URL: https://svnweb.freebsd.org/changeset/base/335964 Log: MFC r306098 (br): Use kqueue(2) instead of select(2). This helps to ensure we will not lose SIGINT sent by parent to child. PR: 212562, 228492 Changes: _U stable/11/ stable/11/lib/libutil/tests/pidfile_test.c
A commit references this bug: Author: emaste Date: Wed Jul 4 18:03:20 UTC 2018 New revision: 335965 URL: https://svnweb.freebsd.org/changeset/base/335965 Log: MFC r306098 (br): Use kqueue(2) instead of select(2). This helps to ensure we will not lose SIGINT sent by parent to child. PR: 212562, 228492 Changes: _U stable/10/ stable/10/lib/libutil/tests/pidfile_test.c
Would be good to reconfirm on stable/11 now
Closing due to age and the fact that these failures no longer occur on 11.3-STABLE. Other tests are failing in different ways and I am filing bugs for those.
(In reply to Enji Cooper from comment #8) Correction: 11.2-STABLE :).