[LyX/master] ctests: ignore zh_CN dvi3_systemF tests

Scott Kostyshak skostysh at lyx.org
Wed Oct 28 02:40:22 UTC 2020


commit 35d3ccf75b2d1abe7d7db64b05ef33bc82b774f7
Author: Scott Kostyshak <skostysh at lyx.org>
Date:   Tue Oct 27 23:05:33 2020 -0400

    ctests: ignore zh_CN dvi3_systemF tests
    
    These exports had wrong output before, and now (on updated TL20)
    they fail with the following error message:
    
      DVI output is not supported in LuaTeX-ja
---
 development/autotests/ignoredTests    |    3 ++-
 development/autotests/unreliableTests |    5 +----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/development/autotests/ignoredTests b/development/autotests/ignoredTests
index dcb146a..d8e9b38 100644
--- a/development/autotests/ignoredTests
+++ b/development/autotests/ignoredTests
@@ -106,7 +106,8 @@ export/examples/ja/Modules/Sweave.*
 # 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
+export/.*/(ja|zh_CN)/.*_dvi3_systemF
+export/export/latex/CJK/zh_CN-toc.*_dvi3_systemF
 
 # CJK fails (sometimes) with Xe/LuaTeX and 8-bit fonts:
 #####
diff --git a/development/autotests/unreliableTests b/development/autotests/unreliableTests
index 7b08299..4e75fd7 100644
--- a/development/autotests/unreliableTests
+++ b/development/autotests/unreliableTests
@@ -220,10 +220,7 @@ export/examples/ja/Multilingual_Typesetting_.*_lyx.*
 # (ctex font issue with texlive-lang-chinese (from Debian) under pdflatex)
 # and only partial localization with non-tex-fonts:
 export/export/latex/CJK/zh_CN-toc.*
-export/doc/zh_CN/(Intro|Tutorial)_(dvi|pdf).?
-
-# Missing Chinese characters in the DVI (LuaTex)
-export/doc/zh_CN/(Intro|Tutorial)_dvi3_systemF
+export/doc/zh_CN/(Intro|Tutorial)_(dvi|pdf.?)
 
 # CJK languages don't change/reset the "language" (which is problematic for
 # documents in a language that uses a non-standard font encoding)


More information about the lyx-cvs mailing list