]> git.lyx.org Git - lyx.git/commitdiff
ctests: invert a test failing due to babel bug
authorScott Kostyshak <skostysh@lyx.org>
Tue, 3 Sep 2019 00:46:05 +0000 (20:46 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Tue, 3 Sep 2019 00:55:38 +0000 (20:55 -0400)
This test fails with an updated TL, although it passes on some older
systems.

development/autotests/invertedTests
development/autotests/unreliableTests

index 9e0d95df493aafebb9be724ce625834974e6c4ad..d61510f3241c34b0408ecba0e5f4dd5fbf415997 100644 (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
index 08f1294e5b4bc9f9ae44bbe201915d5571ea2f34..5cb6c10a864bd56ab9e358bc27fcfbf2a40277fc 100644 (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)
 # -------------------------------------------------------------------------