]> git.lyx.org Git - lyx.git/blob - development/autotests/unreliableTests
d3ce96c9ff4489e96c8aca157ec6a9824cef67fc
[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/Modules/LilyPond_Book.*
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/RJournal_.*
62
63 # R (http://www.r-project.org)
64 # R package knitr (http://yihui.name/knitr)
65 export/examples/Modules/Sweave.*
66 export/examples/Modules/Rnw.*knitr.*
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 templates/examples/Books/Springer_Monographs.*
77 # svmult.cls
78 templates/examples/Books/Springer_Contributed_Books.*
79
80 # TeXLive does not set up Hebrew 8-bit TeX fonts
81 # We use the external package culmus-latex
82 # https://sourceforge.net/projects/ivritex/files/culmus-latex/culmus-latex-0.7/
83 export/export/latex/unicodesymbols/.*_he.*pdf2
84 export/.*/he/.*((dvi|pdf.?)|_texF)
85
86
87 Sublabel: needauth
88 ##################
89 # Tests that require authorisation to call external programs.
90 export/examples/External_Material/Gnuplot.*
91 export/examples/Graphics_and_Insets/Minted_File_Listing.*
92 export/examples/Graphics_and_Insets/Minted_Listings.*
93
94
95 Sublabel: erratic
96 #################
97 # Tests depending on local configuration, or the phase of the moon.
98
99 # Manual export fails the first time but works the second time. (Why?)
100 export/doc/es/(Customization|Intro)_pdf4_texF
101
102
103 Sublabel: varying_versions
104 ##########################
105 # Test depending on e.g. OS or version of a non-TeX-Live dependency.
106 # Note that a full, up-to-date TeX Live installation is required so this
107 # sublabel is about versions of other dependencies.
108
109 # Encoding cp858 only supported by some iconv variants
110 # Gnu iconv only supports it, if configured with "--enable-extra-encodings"
111 # (see https://www.gnu.org/software/libiconv/)
112 export/export/latex/cp858_pdf2
113
114 # Seminar export with LaTeX fails in latest TeXLive:
115 export/examples/(|fr/)seminar_(dvi|pdf).*
116
117 # since TL18, Babel-Ukrainean uses UTF-8 if it detects Xe/LuaTeX (for "\date").
118 # * garbled output with LuaTeX + TeX fonts (since TL18)
119 # * missing chars with XeTeX + TeX fonts (see invertedTests)
120 export/export/latex/uk-babel-date-missing-chars-with-ascii_.*_texF
121 export/(doc|examples)/uk/(Intro|Welcome)_.*_texF
122
123 # new problem with TL18 (see invertedTests)
124 export/export/latex/luainputenc-utf8_pdf5_texF
125
126 # aastex: hard-coded version in class name:
127 # 2018-05-12 aastex6.cls -> aastex62.cls
128 export/examples/Articles/American_Astronomical_Society_.*
129 export/templates/Articles/American_Astronomical_Society_.*
130
131 # `acmart` calls "libertine" as default font.
132 # With TeXLive < 18, this clashes with LyX setting up 8-bit TeX fonts
133 # PDF (luatex) and PDF (xetex) (compilation error or wrong fonts).
134 # See also #9744 allow parallel configuration of TeX and non-TeX fonts.
135 export/templates/Articles/Association_for_Computing_Machinery_pdf[45]_texF
136
137 # since TeXLive18, 8-bit LaTeX defaults to utf-8
138
139
140 Sublabel: wrong_output
141 ######################
142 # Export does not fail but the resulting document has errors.
143 #
144 # These tests are actually not "unreliable" (different result for different
145 # runs) but *invalid* (not measuring what they should measure).
146
147 # seminar.sty uses Postscript specials or PGF resulting in problems with slide
148 # size and orientation depending on the output format and viewing application.
149 # For details see Troubleshooting and the Appendix in examples/seminar.lyx.
150 export/examples/(|fr/)Presentations/Seminar_(dvi|pdf).*
151
152 # Babel-Spanish uses UTF-8 encoded strings if it detects Xe/LuaTeX.
153 # With "language default" (=="latin9"), Babel strings  come out wrong
154 # when compiling with Xe/LuaTeX and TeX-fonts.
155 # - The problem is generic to all Spanish documents but only manifests itself
156 #   if Babel strings with non-ASCII chars are actually used
157 #   (the ToC heading, e.g., becomes "ÃŊndice" instead of "Índice").
158 # - In some cases, export fails
159 #   (see invertedTests, some more tests fail with TeXLive versions < 18).
160 # Should we set inputenc to utf8 in the documents to work around the problem?
161 # (Changing the default in lib/languages requires more tests for utf8 first.)
162 export/examples/es/.*_(pdf5|dvi3)_texF
163 export/doc/es/.*_(pdf5|dvi3)_texF
164
165 # since TL18, Babel-Ukrainean uses UTF-8 if it detects Xe/LuaTeX (for "\date").
166 # * garbled output with LuaTeX + TeX fonts (since TL18)
167 #   (date and chapter headings)
168 # * missing chars with XeTeX + TeX fonts (see invertedTests)
169 export/export/latex/uk-babel-date-missing-chars-with-ascii_.*_texF
170 export/(doc|examples)/uk/(Intro|Welcome)_.*_texF
171
172
173 # LyX issues
174 # **********
175
176 #6197: „amssymb” with Polish babel: name clash \lll ("<<<" vs. "ł")
177 # Wrong output with pdflatex
178 # missing character with XeTeX/LuaTeX and Babel (-> invertedTests)
179 export/export/latex/6197-polish-amssymb_(dvi|pdf).?
180
181 # Non-ASCII char in verbatim environment is dropped (with a warning when
182 # doing this interactively) with ASCII (and hence also with XeTeX).
183 export/doc/(|de/|es/|fr/)EmbeddedObjects_pdf4_texF
184
185 # The following document mixes inTitle layouts and leads to
186 # likely unintended output. See #10347
187 export/export/mixing_inTitle_layouts_(pdf|dvi).*
188
189 # Characters with accents are not output
190 # Reported to LuaTeX mailing list here:
191 # https://www.mail-archive.com/search?l=mid&q=20160831134006.4fewxothddqfeyw4%40steph
192 # (not expecting much attention because DVI is not given high priority)
193 export/doc/es/Customization_dvi3_systemF
194 export/examples/(|es/)Curricula_Vitae/Europe_CV_dvi3_.*F
195
196 # `acmart` requires PDFlatex:
197 # * Missing page number in DVI, Postscript, and PDF (ps2pdf)
198 # * "PDF (ps2pdf)" fails (problem with Postscript) in TeXLive < 2018
199 #   "Postscript" not tested by ctest autotests
200 export/templates/Articles/Association_for_Computing_Machinery_dvi.*
201 export/templates/Articles/Association_for_Computing_Machinery_pdf
202
203 # lyx2lyx back-conversion of "Date" info-inset writes
204 # the name of the day in English instead of Japanese.
205 export/examples/ja/Multilingual_Typesetting_.*_lyx.*
206
207 # No localization of auto-strings with Chinese language under 8-bit TeX
208 # (ctex font issue with texlive-lang-chinese (from Debian) under pdflatex)
209 # and only partial localization with non-tex-fonts:
210 export/export/latex/CJK/zh_CN-toc.*
211 export/doc/zh_CN/(Intro|Tutorial)_(dvi|pdf).?
212
213 # Missing Chinese characters in the DVI (LuaTex)
214 export/doc/zh_CN/(Intro|Tutorial)_dvi3_systemF
215
216 # CJK languages don't change/reset the "language" (which is problematic for
217 # documents in a language that uses a non-standard font encoding)
218 # In a Greek document, Latin letters in a text part set to "Chinese"
219 # come out as Greek letters:
220 export/export/latex/CJK/el-zh_CN_utf8-cjk.*