aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-02-08 12:18:21 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-02-08 12:18:21 +0000
commitdad8ccfce027fa7413a641fab828e13cb96eac48 (patch)
treec32811ab5902dd6cc44958260d92f05a03691863 /regress
parentd9f0f81c846a8405c29870e4a8379e5e79d1cad3 (diff)
downloadmandoc-dad8ccfce027fa7413a641fab828e13cb96eac48.tar.gz
mandoc-dad8ccfce027fa7413a641fab828e13cb96eac48.tar.zst
mandoc-dad8ccfce027fa7413a641fab828e13cb96eac48.zip
disable some tests that expose wcwidth(3) differences among systems
Diffstat (limited to 'regress')
-rw-r--r--regress/char/unicode/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/char/unicode/Makefile b/regress/char/unicode/Makefile
index b75ba6db..b6940f6e 100644
--- a/regress/char/unicode/Makefile
+++ b/regress/char/unicode/Makefile
@@ -3,7 +3,10 @@
REGRESS_TARGETS = ascii input invalid latin1 latin1diff
REGRESS_TARGETS += man mdoc named namediff nogroff
SKIP_ASCII = man mdoc
-UTF8_TARGETS = ${REGRESS_TARGETS}
+# input and nogroff exhibit implementation dependent differences
+# among wcwidth(3) on different systems
+#UTF8_TARGETS = ${REGRESS_TARGETS}
+UTF8_TARGETS = ascii invalid latin1 latin1diff man mdoc named namediff
HTML_TARGETS = ascii invalid latin1 latin1diff named namediff nogroff
LINT_TARGETS = input invalid