]> git.lyx.org Git - lyx.git/blob - development/autotests/ignoredTests
8e85a3f86d7a34f44683ac446a61e90c991a0534
[lyx.git] / development / autotests / ignoredTests
1 # Regular expressions for test combinations known to fail permanently
2 # or irrelevant
3 #
4 # Patterns will be automatically enclosed with '^' and '$'.
5 # Combinations matching these patterns will be skipped
6 # by the cmake test configuration.
7
8
9 # ================================================
10 Sublabel: problematic
11 # Documents that cause problems for the test suite
12 # ================================================
13
14 # problems exporting to lyx16x
15 export/examples/(Literate|noweb2lyx)_lyx16
16
17 # Tests created for lyx2lyx-tests only
18 !export/export/lyx2lyx/lyx_.*_test_lyx[12][1236]
19 .*/export/lyx2lyx/lyx_.*_test.*
20
21 # Ignore MergedManuals_xhtml because the test is very time-consuming
22 # and the underlying subdocuments are already tested
23 export/doc/(ja/|)MergedManuals_xhtml
24
25
26 # ===========================================
27 Sublabel: special
28 # Documents that do not work with all exports
29 # ===========================================
30
31 # Inside these two files, we state that they should only be expected
32 # to work with pdflatex and possibly lualatex.
33 export/examples/PDF-form_(dvi.*|pdf[^25]*)
34 export/examples/(|de/|fr/)PDF-comment_dvi3_.*F
35 export/examples/(|de/|fr/)PDF-comment_pdf5_texF
36
37 # Document uses Postscript specials
38 # Does not compile with pdflatex (see note in the document source).
39 export/examples/instant_preview_(dvi3|pdf4)_systemF
40 export/examples/instant_preview_pdf[25].*
41 export/examples/(chessgame|chess-article|powerdot)_pdf[25].*
42 export/examples/chessboard-article_(lyx(16|21|22|23)|(pdf3|pdf5|dvi3)_texF)
43 export/examples/fr/powerdot_pdf[25].*
44
45 # requires jss.cls (not on CTAN)
46 # "All documents need to be processed by pdflatex" [jss.pdf]
47 export/templates/JSS-article_(dvi|dvi3_.*|pdf3?)
48
49 # CJK fails with LuaTeX or XeTeX and 8-bit fonts:
50 export/examples/ko/splash.*texF
51 export/.*/zh_CN/.*texF
52
53 # Japanese manuals use language "japanese" wich is tied to "platex"
54 # (automatically set instead of (plain) LaTeX).
55 # For export with other engines, the language must be set to "Japanese (CJK).
56 # see also INVERTED.TODO_export/export/latex/ja_wrong_auto_encoding_(dvi|pdf(|3)).*
57 # For a discussion of alternatives for Japanese with LaTeX , see also
58 # http://www.preining.info/blog/2014/12/writing-japanese-in-latex-part-1-introduction/
59 #
60 # Exception: ja knitr.lyx and sweave.lyx support only XeLaTeX with system fonts
61 # because they use the "bxjsarticle" class.
62 #
63 # The "!" means the following:
64 #   "Protect these tests from being matched by future patterns in this file".
65 !export/.*/ja/(knitr|sweave).*_(lyx.*|xhtml|pdf4_systemF)
66 export/.*/ja/(knitr|sweave).*
67 #
68 export/.*/ja/.*_(pdf[245]|dvi3).*
69
70 # These files are not expected to compile, they use math-macros
71 # defined in master 'autotests/mathmacros/masterOfSpace.lyx'
72 export/mathmacros/Spacechild[123].*
73
74 # These files are subdocuments, they are not expected to behave
75 export/examples/springer/svmono_(acknow|acronym|appendix|chapter|dedication|foreword|glossary|part|preface|referenc|solutions)_lyx[0-9][0-9]
76 export/examples/springer/svmult_(acknow|acronym|appendix|cblist|dedication|foreword|glossary|part|preface|referenc)_lyx[0-9][0-9]
77 export/examples/thesis/(Acknowledgments|Appendix|Summary|Bibliography|chapter-[12])_lyx[0-9][0-9]
78 # Bibliography.lyx is not expected to compile. See the following for discussion:
79 #   https://www.mail-archive.com/search?l=mid&q=20190104195414.opgeuggeqakxl2fo%40barna
80 # Ignore all formats except xhtml export
81 export/examples/thesis/Bibliography_[^x].*
82
83 # Document class "Docbook article (SGML)" does not work with LaTeX:
84 export/examples/docbook_article_(dvi3|pdf[245]).*
85 export/templates/DocBook_article_(dvi3|pdf[245]).*
86
87 # Used only as include file for some tests
88 .*/export/IncludeMissingEndTagDiv.*
89
90 # acmart is new to lyx23
91 export/templates/acmart_lyx(16|21|22)
92 export/templates/acmart_(dvi3|pdf4|pdf5)_systemF
93 export/templates/acmart_pdf
94
95 # the 001-4-latin_utf8x_pdf2 test passes and the 001-4-latin_utf8-cjk_pdf2 test
96 # fails, which means that there are characters in the .lyx file that are only
97 # available with utf8-extended encoding, so the utf8 test is never expected to
98 # pass in the future.
99 export/export/latex/unicodesymbols/001-4-latin_utf8-cjk_pdf2
100
101 # ============================================================
102 Sublabel: obsolete
103 # Documents relying on no longer available packages or classes
104 # ============================================================
105
106 # latex8.sty is obsolete and replaced by IEEEconf.
107 check_load/templates/attic/latex8
108 export/templates/attic/latex8_pdf.*
109 export/templates/attic/latex8_(dvi|dvi3_.*)
110
111 # aastex.cls is obsolete and replaced by aastex6.cls
112 # aastex6.cls is obsolete and replaced by aastex62.cls
113 export/doc/attic/aastex6_sample_(dvi|pdf|lyx(16|21|22|23)).*
114 export/templates/aastex6_.*
115 export/templates/aastex62_lyx16
116 export/examples/aas_sample_.*
117 export/examples/aas_sample62_lyx16
118 check_load/doc/attic/aastex6_sample
119 check_load/templates/aastex(6)?
120 check_load/examples/aas_sample
121
122
123
124 # ==============================================================
125 Sublabel: irrelevant
126 # Dedicated test samples that don't need testing in all variants
127 # ==============================================================
128
129 # Dedicated test samples for LaTeX:
130
131 # don't check loading
132 check_load/export/latex/.*
133 # don't check lyx2lyx
134 lyx2lyx/export/latex/.*
135 # don't check export to other LyX versions or HTML
136 export/export/latex.*(lyx..|xhtml)
137
138 Sublabel: noluatex, noxetex
139 #! Missing number, treated as zero.
140 # in copernicus.cls:199
141 # \ifnum\pdfoutput=\z@
142 # Seems, like only latex and pdflatex compilations work
143 export/templates/copernicus_(dvi3|pdf4|pdf5)_(texF|systemF)
144 export/templates/copernicus_lyx(16|21|22)