ctests: invert a test failing due to babel bug

This test fails with an updated TL, although it passes on some older
systems.
This commit is contained in:
Scott Kostyshak 2019-09-02 20:46:05 -04:00
parent 3d0f39ea6a
commit 80a675cd52
2 changed files with 17 additions and 0 deletions

View File

@ -188,6 +188,19 @@ export/export/latex/languages/supported-languages_babel_non-tex_(dvi3|pdf5)_syst
export/export/latex/languages/supported-languages_(dvi|pdf).*_texF
export/export/latex/languages/supported-languages_babel_(dvi|pdf).*_texF
# Babel + XeTeX and system fonts fails due to a babel bug:
# https://www.mail-archive.com/search?l=mid&q=20190831012945.zl76dbstyijfqgdh%40boogie
# The error is the following, although remoing the referenced language just leads
# to a different error:
#
# ! File ended while scanning use of \bbl@inireader.
# <inserted text>
# \par
# l.3 \input{babel-german-switzerland}
# I suspect you have forgotten a `}', causing me
export/export/latex/languages/supported-languages_babel_non-tex_pdf4_systemF
# Polyglossia + LuaTeX issue
# Reported upstream here:
# https://github.com/reutenauer/polyglossia/issues/163

View File

@ -156,6 +156,10 @@ export/(doc|examples)/uk/(Intro|Welcome)_.*_texF
# and expl3.sty (TL 17 works).
export/export/latex/inputenc-xetex-utf8-expl3-bug_pdf4_texF
# Babel bug (see entry in invertedTests for more information)
export/export/latex/languages/supported-languages_babel_non-tex_pdf4_systemF
# Fails with TL16/17 from Debian/stable (resolved with new TexLive)
# -------------------------------------------------------------------------