On FreeBSD 13.1, the build succeeds, but there is 1 test failure:

FAIL: contrib/gdiffmk/tests/runtests.sh

Find attached the log. Apparently non-numeric arguments get passed to the
'expr' program.
===========================================
   GNU roff 1.23.0.rc3: ./test-suite.log
===========================================

# TOTAL: 159
# PASS:  152
# SKIP:  4
# XFAIL: 2
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: contrib/gdiffmk/tests/runtests.sh
=======================================

./contrib/gdiffmk/tests/result.1 PASSED
./contrib/gdiffmk/tests/result.2 PASSED
./contrib/gdiffmk/tests/result.3 PASSED
./contrib/gdiffmk/tests/result.4 PASSED
./contrib/gdiffmk/tests/result.5 PASSED

./contrib/gdiffmk/tests/result.6 TEST FAILED
0a1,9
> expr: illegal option -- a
> expr: usage: expr [-e] expression
> 
> expr: illegal option -- c
> expr: usage: expr [-e] expression
> 
> expr: illegal option -- d
> expr: usage: expr [-e] expression
> 
5c14
< .mc C
---
> .mc 
10c19
< .mc A
---
> .mc 
14c23
< .mc D
---
> .mc 

./contrib/gdiffmk/tests/result.6a PASSED

./contrib/gdiffmk/tests/result.7 TEST FAILED
0a1,9
> expr: illegal option -- a
> expr: usage: expr [-e] expression
> 
> expr: illegal option -- d
> expr: usage: expr [-e] expression
> 
> expr: illegal option -- c
> expr: usage: expr [-e] expression
> 

./contrib/gdiffmk/tests/result.8 PASSED
./contrib/gdiffmk/tests/result.9 PASSED

./contrib/gdiffmk/tests/result.9a TEST FAILED
0a1,3
> expr: illegal option -- M
> expr: usage: expr [-e] expression
> 
5c8
< <<<<
---
> 
18c21
< <<<<
---
> 

./contrib/gdiffmk/tests/result.10 PASSED
failure_count 3
FAIL contrib/gdiffmk/tests/runtests.sh (exit status: 1)

SKIP: contrib/hdtbl/examples/test-hdtbl.sh
==========================================

ghostscript program missing, can't check hdtbl examples
SKIP contrib/hdtbl/examples/test-hdtbl.sh (exit status: 77)

SKIP: src/preproc/preconv/tests/smoke-test.sh
=============================================

testing -e flag override of BOM detection
testing detection of UTF-32BE BOM
testing detection of UTF-32LE BOM
testing detection of UTF-16BE BOM
testing detection of UTF-16LE BOM
testing detection of UTF-8 BOM
testing detection of Emacs coding tag in piped input
testing uchardet detection of encoding
SKIP src/preproc/preconv/tests/smoke-test.sh (exit status: 77)

XFAIL: src/roff/groff/tests/string_case_xform_unicode_escape.sh
===============================================================

XFAIL src/roff/groff/tests/string_case_xform_unicode_escape.sh (exit status: 1)

XFAIL: tmac/tests/e_footnotes-work-with-columns.sh
==================================================

e.tmac:<standard input>:5: changing columnation with footnote pending
e.tmac:<standard input>:7: writing 2-column footnote in 1-column layout
XFAIL tmac/tests/e_footnotes-work-with-columns.sh (exit status: 1)

SKIP: tmac/tests/pdfpic_does-not-choke-on-bad-pdfinfo-output.sh
===============================================================

cannot locate 'gs' command
SKIP tmac/tests/pdfpic_does-not-choke-on-bad-pdfinfo-output.sh (exit status: 77)

SKIP: tmac/tests/pdfpic_falls-back-to-PSPIC.sh
==============================================

cannot locate 'gs' command
SKIP tmac/tests/pdfpic_falls-back-to-PSPIC.sh (exit status: 77)

Reply via email to