From: Scott Kostyshak Date: Tue, 3 Sep 2019 00:46:05 +0000 (-0400) Subject: ctests: invert a test failing due to babel bug X-Git-Tag: lyx-2.4.0dev-acb2ca7b~1547 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=80a675cd5285cab401e733d95e294558f92fc6c9;p=features.git ctests: invert a test failing due to babel bug This test fails with an updated TL, although it passes on some older systems. --- diff --git a/development/autotests/invertedTests b/development/autotests/invertedTests index 9e0d95df49..d61510f324 100644 --- a/development/autotests/invertedTests +++ b/development/autotests/invertedTests @@ -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. +# +# \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 diff --git a/development/autotests/unreliableTests b/development/autotests/unreliableTests index 08f1294e5b..5cb6c10a86 100644 --- a/development/autotests/unreliableTests +++ b/development/autotests/unreliableTests @@ -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) # -------------------------------------------------------------------------