]> git.lyx.org Git - lyx.git/blob - development/autotests/unreliableTests
ctests: make a comment more specific.
[lyx.git] / development / autotests / unreliableTests
1 # Regular expressions for tests that should not be executed with
2 # ctest -L export or ctest -L inverted because they do not work as expected
3 # (either unreliable or invalid).
4 #
5 # Patterns will be automatically enclosed with '^' and '$'.
6 # Matching tests get the label "unreliable" and do not get the label "export".
7 #
8 # TODO: Name problem: *invalid* tests (wrong output) are not *unreliable*.
9 #   Use "unfit" or "unapplicable" as better label and name of pattern file?
10
11
12 Sublabel: nonstandard
13 #####################
14 # Documents with additional requirements,
15 # e.g. a class or package file not in TeXLive.
16 # TODO: rename to "extra" or "exotic"?
17
18 # aa.cls (not in TeXLive).
19 export/examples/Articles/Astronomy_%26_Astrophysics.*
20 export/templates/Articles/Astronomy_%26_Astrophysics.*
21
22 # AEA.cls (see https://wiki.lyx.org/Examples/AEA)
23 export/templates/Articles/American_Economic_Association_.*AEA.*
24
25 # copernicus.cls (not in TeXLive)
26 # see https://publications.copernicus.org/for_authors/manuscript_preparation.html
27 export/templates/Articles/Copernicus_Publications_Manuscript_Preparation_.*
28
29 # ectaart.cls
30 # see https://wiki.lyx.org/Examples/Econometrica
31 export/templates/Articles/Econometrica.*
32
33 # iucr.cls (not in TeXLive)
34 export/templates/Articles/International_Union_of_Crystallography.*
35
36 # ws-ijmpc.cls, w-ijmpd.cls
37 # see https://wiki.lyx.org/Examples/IJMP
38 export/templates/Articles/Int._Journal_of_Modern_Physics_C.*
39 export/templates/Articles/Int._Journal_of_Modern_Physics_D.*
40
41 # iopart.cls, iopams.sty, setstack.sty
42 # see https://wiki.lyx.org/Layouts/Iopart
43 export/templates/Articles/Institute_of_Physics_.*
44
45 # jasatex.cls
46 # see https://wiki.lyx.org/Layouts/JASATeX
47 export/templates/Articles/Journal_of_the_Acoustical_Society_of_America.*
48
49 # jss.cls
50 export/templates/Articles/Journal_of_Statistical_Software_.*
51
52 # LilyPond-book version 2.13 or newer.
53 export/examples/(|ja/)Modules/LilyPond_Book_(dvi|pdf|lyx2[23]).*
54
55 # maa-monthly.sty (not in TeXLive)
56 # http://www.maa.org/sites/default/files/pdf/pubs/maa-monthly.sty
57 export/templates/Articles/Mathematical_Monthly.*
58
59 # knitr, RJournal.sty (not in TeXLive)
60 # incompatible with fontspec?
61 export/templates/Articles/R_Journal_.*
62
63 # R (http://www.r-project.org)
64 # R package knitr (http://yihui.name/knitr)
65 export/examples/(|ja/)Modules/Sweave_(dvi|pdf|lyx2[23]).*
66 export/examples/(|ja/)Modules/Rnw.*knitr.*_(dvi|pdf|lyx2[23]).*
67
68 # obsolete versions of documentclass or style files
69 export/templates/Obsolete/.*
70
71 # svjour3.cls, svglov2.clo
72 # see https://wiki.lyx.org/Examples/Springer
73 export/templates/Articles/Springers_Global_Journal_Template.*
74
75 # svmono.cls
76 export/templates/examples/Books/Springer_Monographs.*
77 # svmult.cls
78 export/templates/examples/Books/Springer_Contributed_Books.*
79
80
81 # TeXLive does not set up Hebrew 8-bit TeX fonts
82 # We use the external package "culmus-latex"
83 # https://sourceforge.net/projects/ivritex/files/culmus-latex/culmus-latex-0.7/
84 # With current "culmus-latex", dvipdfm (.*_pdf3) fails because some of the
85 # fonts are type1 "*.pfa" while dvipdfm only works with binary "*.pfb" fonts:
86 #   dvipdfmx:warning: Could not locate a virtual/physical font for TFM "david".
87 #   dvipdfmx:warning: >> This font is mapped to a physical font "DavidCLM-Medium.pfa".
88 #   dvipdfmx:warning: >> Please check if kpathsea library can find this font: DavidCLM-Medium.pfa
89 # but: `kpsewhich DavidCLM-Medium.pfa` finds the font!
90 # Converting with `t1binary` (from t1utils) helps.
91 export/export/latex/unicodesymbols/.*_he.*pdf2
92 export/export/latex/(supported-languages|he-scrarticle).*
93 export/.*/he/.*((dvi|pdf.?)|_texF)
94 export/export/latex/languages/supported-languages_.*_pdf3
95
96
97 # Japanese (platex)
98 # dvips requires special font setup for kanji.
99 # Debian's texlive-lang-japanese does this automatically, tlmgr not.
100 # Without proper font setup setup,
101 # * the Postscript file has wrong and missing characters
102 #   (without error or warning),
103 # * as a consequence, `ps2pdf` fails for some documents:
104 export/.*/ja/.*_pdf
105
106
107 Sublabel: needauth
108 ##################
109 # Tests that require authorisation to call external programs.
110 export/examples/External_Material/Gnuplot.*
111 export/examples/Graphics_and_Insets/Minted_File_Listing.*
112 export/examples/Graphics_and_Insets/Minted_Listings.*
113
114
115 Sublabel: erratic
116 #################
117 # Tests depending on local configuration, or the phase of the moon.
118
119
120 Sublabel: varying_versions
121 ##########################
122 # Test depending on e.g. OS or version of a non-TeX-Live dependency.
123 # Note that a full, up-to-date TeX Live installation is required so this
124 # sublabel is about versions of other dependencies.
125
126 # Encoding cp858 only supported by some iconv variants
127 # Gnu iconv only supports it, if configured with "--enable-extra-encodings"
128 # (see https://www.gnu.org/software/libiconv/)
129 export/export/latex/inputenc-cp858_pdf2
130
131 # Seminar export with LaTeX fails in latest TeXLive:
132 export/examples/(|fr/)seminar_(dvi|pdf).*
133
134 # since TL18, Babel-Ukrainean uses UTF-8 if it detects Xe/LuaTeX (for "\date").
135 # * garbled output with LuaTeX + TeX fonts (since TL18)
136 # * missing chars with XeTeX + TeX fonts (see invertedTests)
137 export/export/latex/languages/uk-babel-date-missing-chars-with-ascii_.*_texF
138 export/(doc|examples)/uk/(Intro|Welcome)_.*_texF
139
140 # new problem with TL18 (see invertedTests)
141 export/export/latex/inputenc-luatex-utf8_pdf5_texF
142
143 # Compilation errors under TeXLive-19 with XeTeX, TeX-fonts, inputenc utf8,
144 # and expl3.sty (TL 17 works).
145 export/export/latex/inputenc-xetex-utf8-expl3-bug_pdf4_texF
146
147 # Error with LuaTeX for Japanese documents using graphicx.sty with TL17:
148 #   ! Package pdftex.def Error: Option `pdftex' requires pdfTeX,
149 #   (pdftex.def)                but pdfTeX features are missing.
150 export/doc/ja/Tutorial_(dvi3|pdf5)_systemF
151
152 # aastex: hard-coded version in class name:
153 # 2018-05-12 aastex6.cls -> aastex62.cls
154 export/examples/Articles/American_Astronomical_Society_.*
155 export/templates/Articles/American_Astronomical_Society_.*
156
157 # `acmart` calls "libertine" as default font.
158 # With TeXLive < 18, this clashes with LyX setting up 8-bit TeX fonts
159 # PDF (luatex) and PDF (xetex) (compilation error or wrong fonts).
160 # See also #9744 allow parallel configuration of TeX and non-TeX fonts.
161 export/templates/Articles/Association_for_Computing_Machinery_pdf[45]_texF
162
163 # Arabic Beamer example fails with TL17
164 export/examples/ar/Presentations/Beamer_pdf4_.*
165
166
167 Sublabel: wrong_output
168 ######################
169 # Export does not fail but the resulting document has errors.
170 #
171 # These tests are actually not "unreliable" (different result for different
172 # runs) but *invalid* (not measuring what they should measure).
173
174 # seminar.sty uses Postscript specials or PGF resulting in problems with slide
175 # size and orientation depending on the output format and viewing application.
176 # For details see Troubleshooting and the Appendix in examples/seminar.lyx.
177 export/examples/(|fr/)Presentations/Seminar_(dvi|pdf).*
178
179 # Babel-Spanish uses UTF-8 encoded strings if it detects Xe/LuaTeX.
180 # With "language default" (=="latin9"), Babel strings  come out wrong
181 # when compiling with Xe/LuaTeX and TeX-fonts.
182 export/export/latex/es_auto-legacy_texF
183
184 # since TL18, Babel-Ukrainean uses UTF-8 if it detects Xe/LuaTeX (for "\date").
185 # * garbled output with LuaTeX + TeX fonts (since TL18)
186 #   (date and chapter headings)
187 # * missing chars with XeTeX + TeX fonts (see invertedTests)
188 export/export/latex/languages/uk-babel-date-missing-chars-with-ascii_.*_texF
189 export/doc/uk/Intro_.*_texF
190
191
192 # LyX issues
193 # **********
194
195 #6197: „amssymb” with Polish babel: name clash \lll ("<<<" vs. "ł")
196 # Wrong output with pdflatex
197 # missing character with XeTeX/LuaTeX and Babel (-> invertedTests)
198 export/export/latex/6197-polish-amssymb_(dvi|pdf).?
199
200 # The following document mixes inTitle layouts and leads to
201 # likely unintended output. See #10347
202 export/export/mixing_inTitle_layouts_(pdf|dvi).*
203
204 # Characters with accents are not output
205 # Reported to LuaTeX mailing list here:
206 # https://www.mail-archive.com/search?l=mid&q=20160831134006.4fewxothddqfeyw4%40steph
207 # (not expecting much attention because DVI is not given high priority)
208 export/doc/es/Customization_dvi3_systemF
209 export/examples/(|es/)Curricula_Vitae/Europe_CV_dvi3_.*F
210
211 # `acmart` requires PDFlatex:
212 # * Missing page number in DVI, Postscript, and PDF (ps2pdf)
213 # * "PDF (ps2pdf)" fails (problem with Postscript) in TeXLive < 2018
214 #   "Postscript" not tested by ctest autotests
215 export/templates/Articles/Association_for_Computing_Machinery_dvi.*
216 export/templates/Articles/Association_for_Computing_Machinery_pdf
217
218 # lyx2lyx back-conversion of "Date" info-inset writes
219 # the name of the day in English instead of Japanese.
220 export/examples/ja/Multilingual_Typesetting_.*_lyx.*
221
222 # No localization of auto-strings with Chinese language under 8-bit TeX
223 # (ctex font issue with texlive-lang-chinese (from Debian) under pdflatex)
224 # and only partial localization with non-tex-fonts:
225 export/export/latex/CJK/zh_CN-toc.*
226 export/doc/zh_CN/(Intro|Tutorial)_(dvi|pdf).?
227
228 # Missing Chinese characters in the DVI (LuaTex)
229 export/doc/zh_CN/(Intro|Tutorial)_dvi3_systemF
230
231 # CJK languages don't change/reset the "language" (which is problematic for
232 # documents in a language that uses a non-standard font encoding)
233 # In a Greek document, Latin letters in a text part set to "Chinese"
234 # come out as Greek letters:
235 export/export/latex/CJK/el-zh_CN_utf8-cjk.*