]> git.lyx.org Git - lyx.git/blob - development/autotests/ignoredTests
Cmake export tests: Ignore some test of files used as a child document only
[lyx.git] / development / autotests / ignoredTests
1 # Regular expressions for test combinations known to fail permanently
2 # or to be 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/Modules/Noweb_lyx16
16 export/examples/Modules/Noweb2LyX_lyx16
17
18 # Ignore MergedManuals_xhtml because the test is very time-consuming
19 # and the underlying subdocuments are already tested
20 # Ignore MergedManuals_lyx2[2-9] too
21 # due to following xhtml export of converted file
22 export/doc/(ja/|)MergedManuals_(xhtml|lyx2[2-9])
23
24 # Legacy encoding cp858 only supported by some iconv variants.
25 # (Gnu iconv only supports it, if configured with "--enable-extra-encodings"
26 #  see https://www.gnu.org/software/libiconv/)
27 export/export/latex/inputenc-cp858_pdf2
28
29 # Korean legacy encoding fails (missing fonts)
30 # 2019-05-17: This is a minor issue since we default to utf8 now. 
31 export/export/latex/CJK/ko_default_pdf2
32
33
34 # ===========================================
35 Sublabel: special
36 # Documents that do not work with all exports
37 # ===========================================
38
39 # XeTeX with TeX fonts
40 ######################
41 # XeTeX with TeX-fonts works only for input encodings "utf8-plain" and "ascii".
42 # Ignore all (excect dedicated XeTeX tests):
43 export/export/latex/lyxbugs/wrong_output_3059-rtl-tables-xetex_pdf4_texF
44 !export/export/.*xetex.*_pdf4_texF
45 export/.*/(|ar|ca|cs|da|de|en|el|es|eu|fa|fr|gl|he|hu|id|it|nb||nl|pl|pt|pt_BR|pt_PT|ro|ru|sk|sl|sr|sv|uk).*_pdf4_texF
46
47 # Only PDFLaTeX
48 ###############
49 # Inside these two files, we state that they should only be expected
50 # to work with pdflatex and possibly lualatex.
51 export/examples/Modules/PDF_Form_(dvi.*|pdf[^25]*)
52 export/examples/(|de/|fr/)Modules/PDF_Comments_dvi3_.*F
53 export/examples/(|de/|fr/)Modules/PDF_Comments_pdf5_texF
54
55 # jss.cls (not on CTAN)
56 # "All documents need to be processed by pdflatex" [jss.pdf]
57 export/templates/Articles/Journal_of_Statistical_Software_.*(dvi|dvi3_.*|pdf3?)
58
59 # No dvipdf[m]
60 ##############
61 # Beamer does not work with dvipdf[m] (wrong output or compilation errors).
62 # See `texdoc beamer`.
63 # TODO: Should the export do PDF (dvipdfm) be made unavailable for Beamer or
64 # just a warning be given in the example or documentation?
65 export/.*/(|de/|es/|fr/|ja/).*Beamer.*pdf3
66
67 # Only Postscript (and ps2pdf)
68 #################
69 # Document uses Postscript specials
70 # Does not compile with pdflatex or non-TeX fonts (see note in the document source).
71 export/examples/Graphics_and_Insets/Instant_Preview_pdf[25].*
72 export/examples/Graphics_and_Insets/Instant_Preview_(dvi3|pdf4)_systemF
73
74 export/examples/Articles/Chess/Game_2_pdf[25].*
75 export/examples/(|fr/)Presentations/Powerdot_pdf[25].*
76 export/examples/Modules/Chessboard_(lyx(16|20|21|22|23)|(pdf5|dvi3)_texF)
77
78 # pLaTeX
79 ########
80 # ignore with pdflatex and Xe/LuaTeX with 8-bit fonts:
81 #
82 export/export/latex/.*platex.*(pdf2|texF)
83 export/export/latex/languages/ja[-_].*_(pdf2|texF)
84 #
85 # Most Japanese documents use language "japanese" wich is tied to "platex"
86 # (automatically invoked instead of "latex" to create a DVI file).
87 # For a discussion of alternatives for Japanese with LaTeX , see also
88 # https://tex.stackexchange.com/questions/320021/xelatex-using-japanese-ldf-for-babel-causes-invalid-characters-errors
89 #
90 # Exceptions: 
91 # The "!" means: "Protect these tests from being matched by future patterns in this file".
92 # Export by plain- and pdflatex engines works with language "japanese-cjk", e.g.
93 !export/examples/ja/Multilingual_Typesetting_with_CJK_(dvi|pdf[23]?)
94 !export/examples/ja/Multilingual_Typesetting_with_CJK_.*systemF
95 # the rest:
96 export/.*/ja/.*_(pdf2|texF)
97
98 # Japanese knitr.lyx and sweave.lyx support only XeLaTeX with system fonts
99 # because they use the "bxjsarticle" class and non-TeX fonts
100 !export/examples/ja/Modules/Rnw.*knitr.*_(lyx.*|xhtml|pdf4_systemF)
101 export/examples/ja/Modules/Rnw.*knitr.*
102 !export/examples/ja/Modules/Sweave.*_(lyx.*|xhtml|pdf4_systemF)
103 export/examples/ja/Modules/Sweave.*
104
105
106 # CJK fails (sometimes) with Xe/LuaTeX and 8-bit fonts:
107 #####
108 export/examples/ja/Multilingual_Typesetting_.*CJK.(dvi3|pdf5)_texF
109 export/.*/(ko|zh_CN)/.*(dvi3|pdf[45])_texF
110 export/export/latex/CJK/zh_CN-toc_*.(dvi3|pdf[45])_texF
111 export/export/latex/CJK/en-de-el-ru-ko_utf8_.*_texF
112
113 # export of minted documents to 2.2.x is not guaranteed to work (and currently
114 # fails for our two minted example files), as explained here:
115 # https://www.mail-archive.com/search?l=mid&q=20190113085555.GA7928%40GIOVE
116 export/examples/Insets/Minted.*lyx22
117
118 # Subdocuments that are not expected to work as stand-alone documents:
119 ##############
120 export/mathmacros/Spacechild[123].*
121 # chapters of Springer books (svmono, svmult) (except 00_Main_File)
122 export/templates/Books/Springer_.*/(0[^0]|1.)_.*
123 check_load/templates/Books/Springer_.*/(0[^0]|1.)_.*
124 export/templates/Theses/PhD_Thesis/(Acknowledgments|Appendix|Summary|Bibliography|Chapter_[12])_lyx.*
125 # Used only as include file for some tests
126 .*/export/IncludeMissingEndTagDiv.*
127
128 # Bibliography.lyx is not expected to compile. See the following for discussion:
129 #   https://www.mail-archive.com/search?l=mid&q=20190104195414.opgeuggeqakxl2fo%40barna
130 # Ignore all formats except xhtml export
131 export/templates/Theses/PhD_Thesis/Bibliography_[^x].*
132
133 # `acmart` and `copernicus` are not supported by LyX < 2.3
134 export/templates/Articles/Association_for_Computing_Machinery.*_lyx(16|20|21|22)
135 export/templates/Articles/Copernicus_Publications_.*_lyx(16|20|21|22)
136 # Seems, like only latex and pdflatex compilations work
137 #! Missing number, treated as zero.
138 # in copernicus.cls:199
139 # \ifnum\pdfoutput=\z@
140 export/templates/Articles/Copernicus_.*_(texF|systemF)
141
142
143
144 # ============================================================
145 Sublabel: obsolete
146 # Documents relying on no longer available packages or classes
147 # ============================================================
148
149 # aastex6.cls is obsoleted by aastex62.cls
150 export/attic/examples/Articles/American_Astronomical_Society_.*v._6%29.*
151 check_load/attic/examples/Articles/American_Astronomical_Society_.*v._6%29
152 export/templates/Obsolete/American_Astronomical_Society_.*v._6%29.*
153 check_load/templates/Obsolete/American_Astronomical_Society_.*v._6%29
154 # Version 6.2 is not supported in LyX 1.6
155 export/examples/Articles/American_Astronomical_Society_.*v._6.2.*_lyx16
156 export/templates/Articles/American_Astronomical_Society_.*v._6.2.*_lyx16
157
158 # latex8.sty is obsoleted by IEEEconf
159 export/templates/Obsolete/Latex8_Article.*(dvi|pdf|lyx2[23]).*
160
161 # ==============================================================
162 Sublabel: irrelevant
163 # Dedicated test samples that don't need testing in all variants
164 # ==============================================================
165
166 # LaTeX
167 # don't check loading, lyx2lyx, or export to other LyX versions or HTML
168 check_load/export/latex/.*
169 lyx2lyx/export/latex/.*
170 export/export/latex/.*(lyx..|xhtml)
171
172 # don't test with non-TeX fonts:
173 export/export/latex/inputenc-.*_systemF # 11522 still open but already tested
174 export/export/latex/languages/supported-languages_babel_(pdf|dvi)._systemF
175 export/export/latex/languages/supported-languages_babel_auto-legacy_.*_systemF
176 export/export/latex/lyxbugs/6197-polish-amssymb_pdf5_systemF
177 export/export/latex/languages/nested-inputenc_auto-legacy_.*_systemF
178 export/export/latex/languages/cyrillic-languages-conflict_.*_systemF
179 export/export/latex/languages/th-en_utf8_.*_systemF
180
181 # wrong output but does not fail:
182 export/export/latex/lyxbugs/3059-language-in-tables_.*_systemF
183
184 # don't test with TeX fonts:
185 export/export/latex/languages/supported-languages_babel_non-tex_.*(dvi|pdf.?|texF)
186 export/export/latex/languages/supported-languages_polyglossia_.*(dvi|pdf.?|texF)
187 export/export/latex/languages/supported-languages_XeTeX_.*(dvi|pdf.?|texF)
188 export/export/latex/languages/supported-languages_(dvi3|pdf5).*_texF
189 export/export/latex/lyxbugs-resolved/9633-.*(dvi|pdf.?|texF)
190 export/export/latex/lyxbugs/11522-systemfonts-Math-missingchars_pdf5_texF
191 export/templates/Articles/American_Psychological_Association_%28APA%29,_v\._7_(dvi3|pdf5)_texF
192 export/export/latex/languages/latinErt_(dvi3|pdf5)_texF
193 export/export/latex/languages/mixed_ltr-art_arabi-standard-font_(dvi3|pdf5)_texF
194
195 # Tests which are not expected to succeed, because used
196 # as a child
197 export/export/latex/languages/supported-languages_(dvi|pdf).*
198
199 # lyx2lyx
200 # dedicated lyx2lyx tests
201 !export/export/lyx2lyx/.*lyx..
202 export/export/lyx2lyx/.*
203
204
205 # HTML
206 # don't check loading, lyx2lyx, or export to other LyX versions or DVI/PDF
207 check_load/export/xhtml/.*
208 lyx2lyx/export/xhtml/.*
209 export/export/xhtml/.*(lyx..|dvi.*|pdf.*)
210
211 # DOCBOOK
212 # not expected to successful compile 
213 check_load/export/docbook/.*
214 lyx2lyx/export/docbook/.*
215 export/export/docbook/.*(lyx..|dvi.*|pdf.*)