]> git.lyx.org Git - lyx.git/blob - development/autotests/ignoredTests
a2a96c5ec717bbbf1ac582f568c3fad88ed37900
[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 # Seems, like only latex and pdflatex compilations work
38 #! Missing number, treated as zero.
39 # in copernicus.cls:199
40 # \ifnum\pdfoutput=\z@
41 export/templates/copernicus_(dvi3|pdf4|pdf5)_(texF|systemF)
42
43 # Document uses Postscript specials
44 # Does not compile with pdflatex (see note in the document source).
45 export/examples/instant_preview_(dvi3|pdf4)_systemF
46 export/examples/instant_preview_pdf[25].*
47 export/examples/(chessgame|chess-article|powerdot)_pdf[25].*
48 export/examples/chessboard-article_(lyx(16|21|22|23)|(pdf3|pdf5|dvi3)_texF)
49 export/examples/fr/powerdot_pdf[25].*
50
51 # requires jss.cls (not on CTAN)
52 # "All documents need to be processed by pdflatex" [jss.pdf]
53 export/templates/JSS-article_(dvi|dvi3_.*|pdf3?)
54
55 # CJK fails with LuaTeX or XeTeX and 8-bit fonts:
56 export/examples/ko/splash.*texF
57 export/.*/zh_CN/.*texF
58
59 # Japanese manuals use language "japanese" wich is tied to "platex"
60 # (automatically set instead of (plain) LaTeX).
61 # For export with other engines, the language must be set to "Japanese (CJK).
62 # see also INVERTED.TODO_export/export/latex/ja_wrong_auto_encoding_(dvi|pdf(|3)).*
63 # For a discussion of alternatives for Japanese with LaTeX , see also
64 # http://www.preining.info/blog/2014/12/writing-japanese-in-latex-part-1-introduction/
65 #
66 # Exception: ja knitr.lyx and sweave.lyx support only XeLaTeX with system fonts
67 # because they use the "bxjsarticle" class.
68 #
69 # The "!" means the following:
70 #   "Protect these tests from being matched by future patterns in this file".
71 !export/.*/ja/(knitr|sweave).*_(lyx.*|xhtml|pdf4_systemF)
72 export/.*/ja/(knitr|sweave).*
73 #
74 export/.*/ja/.*_(pdf[245]|dvi3).*
75
76 # export of minted documents to 2.2.x is not guaranteed to work (and currently
77 # fails for our two minted example files), as explained here:
78 # https://www.mail-archive.com/search?l=mid&q=20190113085555.GA7928%40GIOVE
79 export/examples/minted.*lyx22
80
81
82 # Subdocuments that are not expected to work as stand-alone documents:
83 export/mathmacros/Spacechild[123].*
84 export/examples/springer/svmono_(acknow|acronym|appendix|chapter|dedication|foreword|glossary|part|preface|referenc|solutions)_lyx[0-9][0-9]
85 export/examples/springer/svmult_(acknow|acronym|appendix|cblist|dedication|foreword|glossary|part|preface|referenc)_lyx[0-9][0-9]
86 export/examples/thesis/(Acknowledgments|Appendix|Summary|Bibliography|chapter-[12])_lyx[0-9][0-9]
87 # Used only as include file for some tests
88 .*/export/IncludeMissingEndTagDiv.*
89
90 # Bibliography.lyx is not expected to compile. See the following for discussion:
91 #   https://www.mail-archive.com/search?l=mid&q=20190104195414.opgeuggeqakxl2fo%40barna
92 # Ignore all formats except xhtml export
93 export/examples/thesis/Bibliography_[^x].*
94
95 # Document class "Docbook article (SGML)" does not work with LaTeX:
96 export/examples/docbook_article_(dvi3|pdf[245]).*
97 export/templates/DocBook_article_(dvi3|pdf[245]).*
98
99 # `acmart` and `copernicus` are not supported by LyX < 2.3
100 export/templates/acmart_lyx(16|21|22)
101 export/templates/copernicus_lyx(16|21|22)
102
103
104 # ============================================================
105 Sublabel: obsolete
106 # Documents relying on no longer available packages or classes
107 # ============================================================
108
109 # latex8.sty is obsolete and replaced by IEEEconf.
110 check_load/templates/attic/latex8
111 export/templates/attic/latex8_pdf.*
112 export/templates/attic/latex8_(dvi|dvi3_.*|lyx(22|23))
113
114 # aastex.cls is obsolete and replaced by aastex6.cls
115 # aastex6.cls is obsolete and replaced by aastex62.cls
116 export/doc/attic/aastex6_sample_(dvi|pdf|lyx(16|21|22|23)).*
117 export/templates/aastex6_.*
118 export/templates/aastex62_lyx16
119 export/examples/aas_sample_.*
120 export/examples/aas_sample62_lyx16
121 check_load/doc/attic/aastex6_sample
122 check_load/templates/aastex(6)?
123 check_load/examples/aas_sample
124
125
126
127 # ==============================================================
128 Sublabel: irrelevant
129 # Dedicated test samples that don't need testing in all variants
130 # ==============================================================
131
132 # Dedicated test samples for LaTeX:
133
134 # don't check loading
135 check_load/export/latex/.*
136 # don't check lyx2lyx
137 lyx2lyx/export/latex/.*
138 # don't check export to other LyX versions or HTML
139 export/export/latex.*(lyx..|xhtml)