X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2Fautotests%2FignoredTests;h=06e9b482ee01df368457bf1fa494bac56e69e39b;hb=275d5a66a533d353076ff9350514bc8cd4a97009;hp=6f8ed09909cadf0c1bdd367ec038405c8ea7f99e;hpb=55b3341fba1f3a080d99927dd6f46d7746c0c8b1;p=lyx.git diff --git a/development/autotests/ignoredTests b/development/autotests/ignoredTests index 6f8ed09909..06e9b482ee 100644 --- a/development/autotests/ignoredTests +++ b/development/autotests/ignoredTests @@ -1,11 +1,42 @@ -# Entries may be regular expressions -# they will be automatically enclosed with '^' and '$' +# Regular expressions for test combinations known to fail permanently. # +# Patterns will be automatically enclosed with '^' and '$'. +# Combinations matching these patterns will be skipped +# by the cmake test configuration. + # latex8.sty is obsolete and replaced by IEEEconf. check_load/templates/attic/latex8 export/templates/attic/latex8_pdf.* -# LuaTeX and XeTeX both enter in infinite loops -export/templates/JASA_.*_systemF +export/templates/attic/latex8_(dvi|dvi3_.*) + +# 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/ +export/.*/ja/.*_(pdf[245]|dvi3).* + +# These files are not expected to compile, they use math-macros +# defined in master 'autotests/mathmacros/masterOfSpace.lyx' +export/mathmacros/Spacechild[123].* + +# 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] +export/examples/thesis/(Acknowledgments|Appendix|Summary|chapter-[12])_lyx[0-9][0-9] + +# Endless loop after the third roundtrip +export/templates/IEEEtran-Journal_lyx16 + # -# not compilable with LuaTeX -export/doc/hu/Tutorial_pdf5_.* +# problems exporting to lyx16x +export/examples/(Literate|noweb2lyx)_lyx16 + +# Document class "Docbook article (SGML)" does not work with LaTeX: +export/examples/docbook_article_(dvi3|pdf[245]).* +export/templates/DocBook_article_(dvi3|pdf[245]).*