2015-12-18 17:08:52 +00:00
|
|
|
# Regular expressions for test combinations known to fail permanently.
|
2013-08-25 16:18:19 +00:00
|
|
|
#
|
2015-12-18 17:08:52 +00:00
|
|
|
# Patterns will be automatically enclosed with '^' and '$'.
|
|
|
|
# Combinations matching these patterns will be skipped
|
|
|
|
# by the cmake test configuration.
|
|
|
|
|
2013-08-23 04:07:15 +00:00
|
|
|
# latex8.sty is obsolete and replaced by IEEEconf.
|
|
|
|
check_load/templates/attic/latex8
|
2014-03-12 16:15:07 +00:00
|
|
|
export/templates/attic/latex8_pdf.*
|
2015-12-18 17:08:52 +00:00
|
|
|
export/templates/attic/latex8_(dvi|dvi3_.*)
|
|
|
|
|
2016-09-02 15:25:35 +00:00
|
|
|
# aastex.cls is obsolete and replaced by aastex6.cls
|
|
|
|
export/doc/attic/aastex6_sample_(dvi|pdf).*
|
|
|
|
|
2015-12-18 17:08:52 +00:00
|
|
|
# CJK fails with LuaTeX or XeTeX and 8-bit fonts:
|
|
|
|
export/examples/ko/splash.*texF
|
|
|
|
export/.*/zh_CN/.*texF
|
|
|
|
|
|
|
|
# Japanese manuals use language "japanese" wich is tied to "platex"
|
|
|
|
# (automatically set instead of (plain) LaTeX).
|
|
|
|
# For export with other engines, the language must be set to "Japanese (CJK).
|
|
|
|
# see also INVERTED.*export/export/ja/wrong_auto_encoding_(dvi|pdf(|3))
|
|
|
|
# For a discussion of alternatives for Japanese with LaTeX , see also
|
|
|
|
# http://www.preining.info/blog/2014/12/writing-japanese-in-latex-part-1-introduction/
|
2015-11-21 13:20:54 +00:00
|
|
|
export/.*/ja/.*_(pdf[245]|dvi3).*
|
2015-12-21 10:52:00 +00:00
|
|
|
|
|
|
|
# These files are not expected to compile, they use math-macros
|
|
|
|
# defined in master 'autotests/mathmacros/masterOfSpace.lyx'
|
|
|
|
export/mathmacros/Spacechild[123].*
|
2015-12-25 18:02:06 +00:00
|
|
|
|
|
|
|
# These files are subdocuments, they are not expected to behave
|
|
|
|
export/examples/springer/svmono_(acknow|acronym|appendix|chapter|dedication|foreword|glossary|part|preface|referenc|solutions)_lyx[0-9][0-9]
|
|
|
|
export/examples/springer/svmult_(acknow|acronym|appendix|cblist|dedication|foreword|glossary|part|preface|referenc)_lyx[0-9][0-9]
|
2015-12-25 19:03:35 +00:00
|
|
|
export/examples/thesis/(Acknowledgments|Appendix|Summary|chapter-[12])_lyx[0-9][0-9]
|
2015-12-28 07:16:49 +00:00
|
|
|
|
|
|
|
# Endless loop after the third roundtrip
|
|
|
|
export/templates/IEEEtran-Journal_lyx16
|
2015-12-30 13:49:52 +00:00
|
|
|
|
2015-12-31 14:05:33 +00:00
|
|
|
#
|
|
|
|
# problems exporting to lyx16x
|
|
|
|
export/examples/(Literate|noweb2lyx)_lyx16
|
|
|
|
|
2015-12-30 13:49:52 +00:00
|
|
|
# Document class "Docbook article (SGML)" does not work with LaTeX:
|
2016-01-02 20:50:45 +00:00
|
|
|
export/examples/docbook_article_(dvi3|pdf[245]).*
|
|
|
|
export/templates/DocBook_article_(dvi3|pdf[245]).*
|
2016-05-30 07:50:22 +00:00
|
|
|
|
|
|
|
# Ignore MergedManuals_xhtml because the test is very time-consuming
|
|
|
|
# and the underlying subdocuments are already tested
|
|
|
|
export/doc/(ja/|)MergedManuals_xhtml
|
2016-05-31 07:13:35 +00:00
|
|
|
|
|
|
|
# Used only as include file for some tests
|
|
|
|
.*/export/IncludeMissingEndTagDiv.*
|