mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
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).
This commit is contained in:
parent
df1f0d82a2
commit
c34624e28b
@ -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.
|
# Generally, documentation and templates use "auto-legacy" 8-bit encodings.
|
||||||
# 1. Exceptions to the following pattern (test cases with the right encoding):
|
# 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
|
!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:
|
# 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
|
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":
|
# dedicated tests with inputencoding "auto-legacy":
|
||||||
export/export/latex/languages/supported-languages_babel_auto-legacy_pdf4_texF
|
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
|
# pLaTeX
|
||||||
########
|
########
|
||||||
@ -111,12 +103,20 @@ export/examples/ja/Modules/Rnw.*knitr.*
|
|||||||
export/examples/ja/Modules/Sweave.*
|
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
|
# 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:
|
# fails for our two minted example files), as explained here:
|
||||||
# https://www.mail-archive.com/search?l=mid&q=20190113085555.GA7928%40GIOVE
|
# https://www.mail-archive.com/search?l=mid&q=20190113085555.GA7928%40GIOVE
|
||||||
export/examples/Insets/Minted.*lyx22
|
export/examples/Insets/Minted.*lyx22
|
||||||
|
|
||||||
# Subdocuments that are not expected to work as stand-alone documents:
|
# Subdocuments that are not expected to work as stand-alone documents:
|
||||||
|
##############
|
||||||
export/mathmacros/Spacechild[123].*
|
export/mathmacros/Spacechild[123].*
|
||||||
# chapters of Springer books (svmono, svmult) (except 00_Main_File)
|
# chapters of Springer books (svmono, svmult) (except 00_Main_File)
|
||||||
export/templates/Books/Springer_.*/(0[^0]|1.)_.*
|
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
|
# Ignore all formats except xhtml export
|
||||||
export/templates/Theses/PhD_Thesis/Bibliography_[^x].*
|
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/examples/Articles/DocBook_Article_.*(dvi3|pdf[245]).*
|
||||||
export/templates/Articles/DocBook_Article_.*(dvi3|pdf[245]).*
|
export/templates/Articles/DocBook_Article_.*(dvi3|pdf[245]).*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user