There are a number of failed tests on 11.2-BETA3, both amd64 and 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.amd64/#failed
sys/acl/00:main error is: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at /usr/tests/sys/acl/run line 73.
Added pstef@ due to indent failures
Also add eadler@ who kevans@ suggests has worked on related things (r332399)
FWIW the failing indent tests can be safely ignored. i'll likely submit a diff to delete them.
A commit references this bug: Author: eadler Date: Sat Jun 2 21:46:48 UTC 2018 New revision: 334541 URL: https://svnweb.freebsd.org/changeset/base/334541 Log: MFC r332399: [tests] change tests/sys/acl/run to run on perl 5.26 Previously unescaped regex just resulted in a warning. Now it results in a failed test. Approved by: re (marius) PR: 228491 Changes: stable/11/tests/sys/acl/run
A commit references this bug: Author: eadler Date: Sat Jun 2 21:50:00 UTC 2018 New revision: 334542 URL: https://svnweb.freebsd.org/changeset/base/334542 Log: indent(1) in stable/11 is known to be incomplete or incorrect in some ways. Since the code is not planned for MFC, just remove the failing tests. This is a direct commit to stable/11 as the issue does not affect -current. Discussed with; pstef PR: 228491 Changes: _U stable/11/ stable/11/usr.bin/indent/tests/Makefile stable/11/usr.bin/indent/tests/elsecomment.0 stable/11/usr.bin/indent/tests/elsecomment.0.pro stable/11/usr.bin/indent/tests/elsecomment.0.stdout stable/11/usr.bin/indent/tests/list_head.0 stable/11/usr.bin/indent/tests/list_head.0.stdout stable/11/usr.bin/indent/tests/sac.0 stable/11/usr.bin/indent/tests/sac.0.pro stable/11/usr.bin/indent/tests/sac.0.stdout stable/11/usr.bin/indent/tests/types_from_file.0 stable/11/usr.bin/indent/tests/types_from_file.0.list stable/11/usr.bin/indent/tests/types_from_file.0.pro stable/11/usr.bin/indent/tests/types_from_file.0.stdout
acl and indent tests should be fixed by changes and the makefs tests appear to be an issue with the test environment ("No space left on device"); gjb@ can you confirm?
(In reply to Ed Maste from comment #7) > acl and indent tests should be fixed by changes and the makefs tests appear > to be an issue with the test environment ("No space left on device"); gjb@ > can you confirm? The acl tests may have been due to filesystem full. The indent(1) issues, as noted in the commit referenced in comment 6, were legitimate output differences.
(In reply to Glen Barber from comment #8) it's the makefs test that is presumably due to out of space; acl tests were due to perl which should be fixed as described in comment 5
(In reply to Glen Barber from comment #8) > (In reply to Ed Maste from comment #7) > > acl and indent tests should be fixed by changes and the makefs tests appear > > to be an issue with the test environment ("No space left on device"); gjb@ > > can you confirm? > > The acl tests may have been due to filesystem full. The indent(1) issues, > as noted in the commit referenced in comment 6, were legitimate output > differences. I misread Ed's question. I believe everything should be fine at this point (in stable/11, that is). I do not see this as something that will have an impact on usage of 11.2-RELEASE.
The makefs failure is because makefs calculated the image size wrong, then ran out of space while it was actually writing the image. I'll open a separate bug.
229929 describes the makefs bug. I've added a dedicated testcase for it and fixed the other tests.