]> git.lyx.org Git - lyx.git/blob - development/autotests/ignoredTests
ctests: mark failing LyXHTML tests as "lyxbugs"
[lyx.git] / development / autotests / ignoredTests
1 # Regular expressions for test combinations known to fail permanently.
2 #
3 # Patterns will be automatically enclosed with '^' and '$'.
4 # Combinations matching these patterns will be skipped
5 # by the cmake test configuration.
6
7 # latex8.sty is obsolete and replaced by IEEEconf.
8 check_load/templates/attic/latex8
9 export/templates/attic/latex8_pdf.*
10 export/templates/attic/latex8_(dvi|dvi3_.*)
11
12 # CJK fails with LuaTeX or XeTeX and 8-bit fonts:
13 export/examples/ko/splash.*texF
14 export/.*/zh_CN/.*texF
15
16 # Japanese manuals use language "japanese" wich is tied to "platex"
17 # (automatically set instead of (plain) LaTeX).
18 # For export with other engines, the language must be set to "Japanese (CJK).
19 # see also INVERTED.*export/export/ja/wrong_auto_encoding_(dvi|pdf(|3))
20 # For a discussion of alternatives for Japanese with LaTeX , see also
21 # http://www.preining.info/blog/2014/12/writing-japanese-in-latex-part-1-introduction/
22 export/.*/ja/.*_(pdf[245]|dvi3).*
23
24 # These files are not expected to compile, they use math-macros
25 # defined in master 'autotests/mathmacros/masterOfSpace.lyx'
26 export/mathmacros/Spacechild[123].*
27
28 # These files are subdocuments, they are not expected to behave
29 export/examples/springer/svmono_(acknow|acronym|appendix|chapter|dedication|foreword|glossary|part|preface|referenc|solutions)_lyx[0-9][0-9]
30 export/examples/springer/svmult_(acknow|acronym|appendix|cblist|dedication|foreword|glossary|part|preface|referenc)_lyx[0-9][0-9]
31 export/examples/thesis/(Acknowledgments|Appendix|Summary|chapter-[12])_lyx[0-9][0-9]
32
33 # Endless loop after the third roundtrip
34 export/templates/IEEEtran-Journal_lyx16
35
36 #
37 # problems exporting to lyx16x
38 export/examples/(Literate|noweb2lyx)_lyx16
39
40 # Document class "Docbook article (SGML)" does not work with LaTeX:
41 export/examples/docbook_article_(dvi3|pdf[245]).*
42 export/templates/DocBook_article_(dvi3|pdf[245]).*
43
44 # Ignore MergedManuals_xhtml because the test is very time-consuming
45 # and the underlying subdocuments are already tested
46 export/doc/(ja/|)MergedManuals_xhtml
47
48 # Used only as include file for some tests
49 .*/export/IncludeMissingEndTagDiv.*