commit c604c14160480be9dc27e0931280b23f64d70713
Author: Günter Milde <[email protected]>
Date:   Tue Apr 2 15:46:50 2019 +0200

    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 5990fc5..ee30c34 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 ade9e77..93a3570 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
 

Reply via email to