commit 80a675cd5285cab401e733d95e294558f92fc6c9
Author: Scott Kostyshak <[email protected]>
Date:   Mon Sep 2 20:46:05 2019 -0400

    ctests: invert a test failing due to babel bug
    
    This test fails with an updated TL, although it passes on some older
    systems.
---
 development/autotests/invertedTests   |   13 +++++++++++++
 development/autotests/unreliableTests |    4 ++++
 2 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/development/autotests/invertedTests 
b/development/autotests/invertedTests
index 9e0d95d..d61510f 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.
+#  <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
diff --git a/development/autotests/unreliableTests 
b/development/autotests/unreliableTests
index 08f1294..5cb6c10 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)
 # -------------------------------------------------------------------------
 

Reply via email to