From 134374142d2f72ff171e7273e1b4d446efa8774f Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnter=20Milde?= Date: Tue, 2 Apr 2019 15:46:50 +0200 Subject: [PATCH] Ignore CJK-tests with Xe/LuaTeX and tex fonts. The CJK package does not support this combination... --- development/autotests/ignoredTests | 4 +++- development/autotests/invertedTests | 4 ---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/development/autotests/ignoredTests b/development/autotests/ignoredTests index 5990fc567b..ee30c342ba 100644 --- a/development/autotests/ignoredTests +++ b/development/autotests/ignoredTests @@ -59,8 +59,10 @@ export/examples/Modules/Chessboard_(lyx(16|20|21|22|23)|(pdf3|pdf5|dvi3)_texF) export/templates/Articles/Journal_of_Statistical_Software_.*(dvi|dvi3_.*|pdf3?) # CJK fails with LuaTeX or XeTeX and 8-bit fonts: -export/examples/ko/Welcome.*texF +export/examples/ja/Multilingual_Typesetting_.*_texF +export/.*/ko/.*texF export/.*/zh_CN/.*texF +export/export/latex/CJK/zh_CN-toc_.*_texF # Japanese manuals use language "japanese" wich is tied to "platex" # (automatically set instead of (plain) LaTeX). diff --git a/development/autotests/invertedTests b/development/autotests/invertedTests index ade9e77ef7..93a3570996 100644 --- a/development/autotests/invertedTests +++ b/development/autotests/invertedTests @@ -322,10 +322,6 @@ export/.*/he/.*(dvi3|pdf5)_systemF # and (with XeTeX) missing ASCII replacements. export/.*/he/.*_texF -# CJKutf8 does not work with XeTeX and LuaTeX (and 8-bit fonts) -export/examples/ja/Multilingual_Typesetting_.*_texF -export/export/latex/CJK/zh_CN-toc_.*_texF - # See comment in unreliableTests export/export/latex/uk-babel-date-missing-chars-with-ascii_pdf5_texF -- 2.39.5