aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/regress.pl.1
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-03-06 15:58:10 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-03-06 15:58:10 +0000
commit99652e43589d97e2ea1e61ff7af0a0ea36417b7b (patch)
tree8b28a6de60d3137801e64ff31c3e704dfda40dbd /regress/regress.pl.1
parent191883cea74b31f4bcc49ff54c9e283c584c9f80 (diff)
downloadmandoc-99652e43589d97e2ea1e61ff7af0a0ea36417b7b.tar.gz
mandoc-99652e43589d97e2ea1e61ff7af0a0ea36417b7b.tar.zst
mandoc-99652e43589d97e2ea1e61ff7af0a0ea36417b7b.zip
mention Solaris BUGS in regress.pl(1)
Diffstat (limited to 'regress/regress.pl.1')
-rw-r--r--regress/regress.pl.122
1 files changed, 20 insertions, 2 deletions
diff --git a/regress/regress.pl.1 b/regress/regress.pl.1
index 6870b4cb..04a56912 100644
--- a/regress/regress.pl.1
+++ b/regress/regress.pl.1
@@ -1,4 +1,4 @@
-.\" $Id: regress.pl.1,v 1.3 2017/07/18 18:47:06 schwarze Exp $
+.\" $Id: regress.pl.1,v 1.4 2019/03/06 15:58:11 schwarze Exp $
.\"
.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 18 2017 $
+.Dd $Mdocdate: March 6 2019 $
.Dt REGRESS.PL 1
.Os
.Sh NAME
@@ -145,3 +145,21 @@ The
subdirectory of the regression suite is not included.
It uses a Makefile structure that differs vastly from the
rest of the suite.
+.Sh BUGS
+On Oracle Solaris 11,
+.Xr diff 1
+does not support the
+.Fl a
+option.
+Delete that option from the following line in this script:
+.Pp
+.Dl my @diff = qw(diff -au);
+.Pp
+The C library function
+.Xr wcwidth 3
+is known to be buggy on Solaris, which may cause failures in the
+regression suite, usually because output lines containing affected
+Unicode characters wrap too early.
+.Pp
+The regression suite does not work at all on Solaris 10 or earlier
+because the Perl interpreter provided with those systems is too old.