From c34624e28b1180b3dafae2d060f41955f7fc386e Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnter=20Milde?= Date: Wed, 8 May 2019 12:11:35 +0200 Subject: [PATCH] ctests: ignore mathmacro and tabletemplate tests with XeTeX and TeX-fonts. Adding these tests rule to ignore this combination (which is known to fail if inputenc = auto-legacy). --- development/autotests/ignoredTests | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/development/autotests/ignoredTests b/development/autotests/ignoredTests index 158eb8ef72..05ec37fb59 100644 --- a/development/autotests/ignoredTests +++ b/development/autotests/ignoredTests @@ -68,20 +68,12 @@ export/examples/Modules/Chessboard_(lyx(16|20|21|22|23)|(pdf3|pdf5|dvi3)_texF) # Generally, documentation and templates use "auto-legacy" 8-bit encodings. # 1. Exceptions to the following pattern (test cases with the right encoding): !export/examples/(|ar|ca|cs|da|de|el|es|eu|fa|fr|gl|he|hu|id|it|ko|nb|nl|pl|pt|pt_BR|pt_PT|ro|ru|sk|sl|sr|sv|uk|zh_CN)/Welcome_pdf4_texF -# encoding right but packages clash: -#!export/examples/ja/Multilingual_Typesetting_.*CJK.*_pdf4_texF # 2. Catchall patterns to ignore the other tests: -export/(doc|examples|templates)/.*_pdf4_texF +export/(doc|examples|mathmacros|tabletemplates|templates)/.*_pdf4_texF export/(doc|examples|templates)/(|ar|ca|cs|da|de|el|es|eu|fa|fr|gl|he|hu|id|it|ja|ko|nb|nl|pl|pt|pt_BR|pt_PT|ro|sk|sl|sr|sv|uk|zh_CN)/.*pdf4_texF # dedicated tests with inputencoding "auto-legacy": export/export/latex/languages/supported-languages_babel_auto-legacy_pdf4_texF -# CJK fails (sometimes) with Xe/LuaTeX and 8-bit fonts: -export/examples/ja/Multilingual_Typesetting_.*CJK.(dvi3|pdf5)_texF -export/.*/zh_CN/.*(dvi3|pdf[45])_texF -export/export/latex/CJK/zh_CN-toc_*.(dvi3|pdf[45])_texF - - # pLaTeX ######## @@ -111,12 +103,20 @@ export/examples/ja/Modules/Rnw.*knitr.* export/examples/ja/Modules/Sweave.* +# CJK fails (sometimes) with Xe/LuaTeX and 8-bit fonts: +##### +export/examples/ja/Multilingual_Typesetting_.*CJK.(dvi3|pdf5)_texF +export/.*/zh_CN/.*(dvi3|pdf[45])_texF +export/export/latex/CJK/zh_CN-toc_*.(dvi3|pdf[45])_texF + + # export of minted documents to 2.2.x is not guaranteed to work (and currently # fails for our two minted example files), as explained here: # https://www.mail-archive.com/search?l=mid&q=20190113085555.GA7928%40GIOVE export/examples/Insets/Minted.*lyx22 # Subdocuments that are not expected to work as stand-alone documents: +############## export/mathmacros/Spacechild[123].* # chapters of Springer books (svmono, svmult) (except 00_Main_File) export/templates/Books/Springer_.*/(0[^0]|1.)_.* @@ -130,7 +130,8 @@ export/templates/Theses/PhD_Thesis/(Acknowledgments|Appendix|Summary|Bibliograph # Ignore all formats except xhtml export export/templates/Theses/PhD_Thesis/Bibliography_[^x].* -# Document class "Docbook article (SGML)" does not work with LaTeX: +# "Docbook article (SGML)" document class does not work with LaTeX +########################## export/examples/Articles/DocBook_Article_.*(dvi3|pdf[245]).* export/templates/Articles/DocBook_Article_.*(dvi3|pdf[245]).* -- 2.39.5