diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-02-08 12:18:21 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-02-08 12:18:21 +0000 |
commit | 1d5714092d5c215cd380ac6fc19371608fff69ca (patch) | |
tree | c15878409730dd88eb0a24d8ff066e52621e3986 /regress/char | |
parent | 4c0770c1ecd159a77561d8e0364385f4bb758650 (diff) | |
download | mandoc-1d5714092d5c215cd380ac6fc19371608fff69ca.tar.gz |
disable some tests that expose wcwidth(3) differences among systems
Diffstat (limited to 'regress/char')
-rw-r--r-- | regress/char/unicode/Makefile | 5 |
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 |