[LyX/master] ctests: ignore Japanese dvi3 systemF tests
Scott Kostyshak
skostysh at lyx.org
Fri Sep 25 19:14:08 UTC 2020
commit bf0f662e93c213dc2136ff963f17795302aaea52
Author: Scott Kostyshak <skostysh at lyx.org>
Date: Fri Sep 25 15:11:17 2020 -0400
ctests: ignore Japanese dvi3 systemF tests
These started to fail due to a "luatex" package update in the TL20
cycle. From an ML thread [1]:
The LuaTeX-ja package, which is loaded by bxjs* class, is not
designed to be used with dvilua(la)tex.
[1] https://www.mail-archive.com/search?l=mid&q=20200917155146.ec1bd9f9b5d5f5936513e5dd%40yahoo.co.jp
---
development/autotests/ignoredTests | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/development/autotests/ignoredTests b/development/autotests/ignoredTests
index 3c4d349..d6a99f7 100644
--- a/development/autotests/ignoredTests
+++ b/development/autotests/ignoredTests
@@ -102,6 +102,11 @@ export/examples/ja/Modules/Rnw.*knitr.*
!export/examples/ja/Modules/Sweave.*_(lyx.*|xhtml|pdf4_systemF)
export/examples/ja/Modules/Sweave.*
+# The LuaTeX-ja package, which is loaded by bxjs* class, is not designed
+# to be used with dvilua(la)tex:
+# https://www.mail-archive.com/search?l=mid&q=20200917155146.ec1bd9f9b5d5f5936513e5dd%40yahoo.co.jp
+# These started to fail due to a "luatex" package update in the TL20 cycle.
+export/.*/ja/.*_dvi3_systemF
# CJK fails (sometimes) with Xe/LuaTeX and 8-bit fonts:
#####
More information about the lyx-cvs
mailing list