]> git.lyx.org Git - lyx.git/blob - development/autotests/invertedTests
Tweak ruff configuration
[lyx.git] / development / autotests / invertedTests
1 # Regular expressions for tests that are known to fail
2 #
3 # Patterns will be automatically enclosed with '^' and '$'.
4 # Matching tests get the label "inverted"
5 # or (if also matching a pattern in "suspendedTests") "suspended".
6 # They get also the test-property 'WILL_FAIL', i.e.
7 # they are reported as failing if the export works without error.
8 # https://cmake.org/cmake/help/v3.0/prop_test/WILL_FAIL.html
9
10 # ======================================================================
11 Sublabel: todo
12 # LyX bugs and problems with the sample documents that require attention
13 # ======================================================================
14 # * minor issues to explore and properly sort,
15 # * easyfix issues,
16 # * LyX bugs to report at trac (move pattern to section "lyxbugs" once done).
17
18 # missing glyphs: There is no ^^A in font [lmroman12-regular]
19 # and all the line down to ^^Z and beyond...
20 # XeTeX artifact? works with LuaTeX, explore:
21 export/doc/(|de/|es/|fr/)EmbeddedObjects_pdf4_systemF
22
23 # `acmart` document class:
24 # (see also lyxbugs below and ignoredTests)
25 # issues with listsof, reported to the maintainer
26 # https://www.mail-archive.com/search?l=mid&q=of84gj%24l6b%241%40blaine.gmane.org
27 # LyX gives the following terminal message:
28 #
29 #    TextClass.cpp (1385): The layout does not provide a list command for
30 #      the float `sidebar'. LyX will not be able to produce a float list.
31 #
32 # which makes "check_load" and "lyx2lyx" fail (lyx2lyx for < 2.3 is ignored).
33 check_load/templates/Articles/Association_for_Computing_Machinery_.*
34 export/templates/Articles/Association_for_Computing_Machinery_.*_lyx23
35
36 # Failing LyX2LyX conversions for old versions:
37 #
38 # "beamer" lyx2lyx fails sometimes for versions < 2.1
39 # Back-conversion results in some layouts without name ("\begin_layout \n")
40 # which trigger a warning message leading to test failure.
41 export/examples/(|de/|fr/|ja/)Presentations/Beamer_lyx(16|20)
42 export/examples/Presentations/Beamer_.*Complex.*_lyx(16|20)
43 export/templates/(|de/|es/|fr/|ja/|ar/)Presentations/Beamer_lyx(16|20)
44 #
45 # modernCV fails for versions < 2.1
46 # * reversed order of \end_layout and \end_inset results in corrupt LyX file
47 # * reversed order of command arguments results in incompilable LaTeX
48 export/examples/(|es/)Curricula_Vitae/Modern_CV_(lyx(16|20)|dvi|dvi3.*F|pdf|pdf3)
49 export/examples/(|es/)Curricula_Vitae/Europe_CV_(dvi|dvi3.*F|pdf|pdf3)
50 #
51 # Back-conversion fails for rotated float inset in a list:
52 export/export/lyx2lyx/lyx_2_3_test_lyx(16|20|21|22)
53 # Additional empty lines (vs. Separator latexpar) with every round-trip
54 # before an ERT nested in a Description list:
55 export/export/lyx2lyx/lyx_2_3_test2_lyx(16|20)
56
57 # nonstandard tests failing for unknown reason:
58 export/templates/Articles/R_Journal_(dvi3|pdf[45])_systemF
59 #export/templates/Articles/Kluwer_.*_systemF
60
61 # Thai with CJK package requires the babel option "thaicjk" instead of "thai".
62 # (see thaifont.txt in the CJK documentation for setup details).
63 export/export/latex/unicodesymbols/031-thai_th_(euc-|gbk|jis|utf8-cjk).*
64
65 # Package clashes when Japanese documents are compiled with non-TeX fonts,
66 #
67 export/doc/ja/(Additional|Math|UserGuide).*_systemF
68 export/doc/ja/(Formula-numbering|EmbeddedObjects)_pdf4_systemF
69
70 # Test for command \pdfsave fails:
71 # ! Package xypdf Error: pdfTeX version 1.40.0 or higher is needed for the xypdf
72 export/examples/ja/Graphics_and_Insets/XY-Pic.*_pdf5_systemF
73
74 # Does this still fail in TL19? What is the error?
75 export/.*/fa/Welcome_(dvi3|pdf5)_systemF
76 export/.*/fa/Welcome_(dvi3|pdf5)_systemF
77
78 # Bug (in LyX or LaTeX?):
79 # If a language change happens in an environment, LyX does not write an
80 # explicit \inputencoding{<new-default>} when switching back to the "outer"
81 # language. However, without explicit \inputencoding, the input encoding
82 # “utf8” is not properly switched back and high-bit characters like "ä" produce
83 # an "inputenc Error: Invalid UTF-8 byte "A0"".
84 export/export/latex/languages/nested-inputenc_auto-legacy_pdf2
85
86
87 # - This test is usually inverted, but it works with the DocBook backend.
88 !export/export/latex/lyxbugs/3059-language-in-tables_docbook5
89 !export/export/latex/lyxbugs/12708-refstyle-amsmath_docbook5
90
91 # ================================================
92 Sublabel: lyxbugs
93 # LyX bugs with a Trac number, git short hash, or 'wontfix' ML thread.
94 # ================================================
95
96 # Dedicated tests in export/latex/lyxbugs start with the ticket number or git short hash.
97 # (move to export/latex/lyxbugs-resolved when the problem is fixed).
98 #
99 # catchall for ticket number:
100 export/export/latex/lyxbugs/[0-9].*
101 #
102 # catchall for git short hash
103 # a git short hash of length 7 or 8, followed by a dash.
104 export/export/latex/lyxbugs/[a-z0-9][a-z0-9][a-z0-9][a-z0-9][a-z0-9][a-z0-9][a-z0-9][a-z0-9]?-.*
105
106 #8035 work around a Polyglossia bug:
107 # An error is reported if the document font does not announce support for a
108 # script (Cyrillic, Greek, ...) which Polyglossia thinks is required to
109 # typeset the document language. This is not required with LyX's check for
110 # missing glyphs and results in many false positives:
111 # a) with fonts including the required characters but
112 #    not the tag tested by Polyglossia,
113 # b) if the document language is "Serbian (Latin Script)",
114 #    the Cyrillic script is not required yet Polyglossia tests for support.
115 # The document "sr/Braille.lyx" is an example of case b).
116 # (For some reason, the false positive error is not thrown with PDF (luatex).)
117 #export/examples/sr/Modules/Braille_(dvi3|pdf4)_systemF
118
119 #11455 "Unable to process argument!" with multiple 1.6.x roundtrips
120 export/templates/Articles/IEEE_Transactions_Journal_lyx16
121
122 #11522 Support specification of complementing non-TeX fonts
123 #
124 # More than one non-TeX font required for the character set in many documents
125 # to prevent "missing glyph" errors with non-TeX fonts
126 #
127 #export/export/latex/inputenc-.*_systemF # problem remains but test now ignored
128 export/doc/(|de/|es/|fr/)Math.*systemF
129 # a minimal example for Math.lyx is in
130 #export/export/latex/lyxbugs/11522-systemfonts-Math-missingchars.*systemF
131 #
132 # Farsi: missing glyphs (em space and "English" quotes)
133 export/examples/fa/Welcome_pdf4_systemF
134 #
135 # CJK-quotes examples (missing in most Latin-script fonts)
136 export/doc/(|de/|es/|fr/)UserGuide_(dvi3|pdf4|pdf5)_systemF
137 #
138 # Japanese
139 export/examples/ja/Modules/Linguistics.*systemF
140 #
141 # Arabic (see also "texissues")
142 # "! Extra \else" and missing glyph "no ␣ in font Scheherazade":
143 # (the lyx2lyx test also tests compilation after round-trip)
144 export/doc/ar/UserGuide_pdf4_systemF
145 export/doc/ar/UserGuide_lyx(22|23)
146
147 #11773 lyx2lyx: language reversion nesting problems with polyglossia
148 export/export/lyx2lyx/11773-language-reversion-nesting-polyglossia_lyx2[23]
149 export/examples/ko/Welcome_lyx2[23]
150
151 # We decided not worth spending time to look into a fix
152 # Warning: Malformed LyX document: Missing layout name on line 1876
153 # https://www.mail-archive.com/search?l=mid&q=20200915233446.atwbyulny5gsbtyi%40tallinn
154 export/examples/ru/Presentations/Beamer_lyx(16|20)
155
156
157 # ==============================================================
158 Sublabel: ert
159 # Export failures due to "raw" LaTeX use in ERT or preamble code
160 # ==============================================================
161 #
162 # "Wontfix" if demonstrating correct use and OK in the default output format.
163
164
165 # ==============================================================
166 Sublabel: ertroundtrip
167 #
168 # Export failures due to exporting ERT (or preamble code) in backwards
169 # conversion and not parsing that ERT in forwards conversion. Often, it is not
170 # worth the time and is complicated to support roundtrips of this nature.
171
172 # this might be an ertroundtrip issue, although it is not confirmed. In any
173 # case, it doesn't seem worth the time to try to fix, considering that
174 # the APA7 layout is not shipped with 2.2.x and 2.2.x is now quite old.
175 # For more information, see the following ML thread:
176 #   https://www.mail-archive.com/search?l=mid&q=20200824050236.pjrlijcn2hxnrmrw%40tallinn
177 export/templates/Articles/American_Psychological_Association_%28APA%29,_v\._7_lyx22
178
179
180 Sublabel: texissues
181 # Export fails due to LaTeX limitations,
182 # ================================================
183 #
184 # e.g. non-ASCII in verbatim or listings, incompatible packages, ...
185 # "Wontfix" if documents demonstrate correct use in the default output format.
186
187 # Xe/LuaTeX
188 ###########
189
190 # Babel-Russian uses UTF-8 for auto-strings if it detects Xe/LuaTeX.
191 # This fails unless the inputencoding is set to utf-8, too.
192 export/export/latex/languages/ru_auto-legacy-luatex.*_texF
193
194 # Babel-Ukrainian uses UTF-8 if it detects Xe/LuaTeX (for "\date").
195 # With 8-bit TeX fonts this results in:
196 # * garbled output with PDF (LuaTeX)
197 # * missing glyphs with XeTeX and DVI (LuaTeX)
198 # New in TL18 -> cf. unreliableTests.varying_versions.
199 # Workaround: suppressing auto-date, setting inputenc to "utf8", or using
200 #             date inset (new in LyX 2.4) in the source documents.
201 export/export/latex/languages/uk-babel-date-missing-chars-with-ascii_dvi3_texF
202
203 # Babel-French fails with Xe/LuaTeX and TeX fonts
204 #   LaTeX Error: Command \at already defined. (and a lot more)
205 export/export/latex/languages/supported-languages_(dvi|pdf).*_texF
206 export/export/latex/languages/supported-languages_babel_(dvi|pdf).*_texF
207
208
209 # Polyglossia + LuaTeX issue
210 # Reported upstream here:
211 # https://github.com/reutenauer/polyglossia/issues/163
212 # These tests were broken at 3374b854
213 # See discussion here:
214 # https://www.mail-archive.com/search?l=mid&q=1478004223.2367.5.camel%40lyx.org
215 #export/doc/(sk|nb)/Intro_(dvi3|pdf5)_systemF
216 # some Polyglossia languages work only with XeTeX and fail with LuaTeX:
217 # * The font "NotoSansEthiopic" cannot be found.
218 # * sanskrit: ! Undefined control sequence.
219 #             l.53 \newXeTeXintercharclass
220 # * RTL-languages: ! Undefined control sequence.
221 #             \setLR ->\@RTLfalse \luatexpardir
222 export/export/latex/languages/supported-languages_polyglossia_XeTeX_(dvi3|pdf5)_systemF
223
224
225 # Some packages fail with XeTeX/LuaTeX
226 # Reported upstream (https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg184435.html)
227 # Is there a new version fixing the problem?
228 export/examples/Articles/Astronomy_%26_Astrophysics_(dvi3|pdf5)_texF
229
230 # These files use packages that are not compatible with the newest LuaTeX. We
231 # could potentially fix these by loading the luatex85 package early in the
232 # LyX-generated preamble, but it seems it's better to wait until the packages
233 # fix the root issue themselves.
234 # xy package:
235 export/examples/(|fr/|ru/)Graphics_and_Insets/XY-(Pic|Figure)_pdf5.*
236
237 # fontspec errors with `slides` class:
238 # LaTeX error: "kernel/command-already-defined"
239 # Lines 2684 ... 2690 in fontspec-xetex.sty
240 # Lines 2608 ... 2614 in fontspec-luatex.sty
241 export/templates/Presentations/Slides_.*_systemF
242
243 # expl3.sty: Compilation errors with XeTeX, TeX-fonts, inputenc utf8
244 # (TL 17 works).
245 export/export/latex/inputenc-xetex-utf8-expl3-bug_pdf4_texF
246
247
248 # Arabic
249 #
250 # Larger Arabic documents currently have non-TeX fonts and XeTeX
251 # as default output. To fix pdfTeX export:
252 # - set all non-Arab text parts to a different language (e.g. English)
253 # - define alternatives for hyperref (e.g. with textorpdfstring)
254 #   for correct handling of hyperref.
255 # - solve problem with ToC:
256 #      ! This can't happen (copying).
257 #      \AtBegShi@Output ...ipout \box \AtBeginShipoutBox
258 #                                                        \fi \fi
259 #      l.62 \tableofcontents
260 #                           {}
261 #      I'm broken. Please show this to someone who can fix
262 # see discussion at https://www.mail-archive.com/search?l=mid&q=20161114035123.s5lt4ib4x4obtptp%40steph
263
264 # Babel-Arabic loads "inputenc" which fails with LuaTeX
265 export/.*/ar/.*_(dvi3|pdf5)_texF
266 # no Arab charaters with luainputenc
267 export/export/latex/languages/supported-languages_(dvi3|pdf5)_texF
268 export/export/latex/languages/supported-languages_babel_auto-legacy_(dvi3|pdf5)_texF
269
270
271 # Farsi
272 # "invalid utf-8 sequence" with Babel-Farsi, LuaTeX, and TeX fonts.
273 # (XeTeX works, if inputenc is set to "utf8")
274 export/examples/fa/Welcome_(dvi3|pdf5)_texF
275
276 # Hebrew
277 # babel-hebrew loads "rlbabel.def" which fails with LuaTeX + TeX fonts:
278 # "! Right-to-Left Support Error: use TeX--XeT or e-TeX engine."
279 # (XeTeX works, if inputenc is set to "utf8")
280 export/.*/he/.*(dvi3|pdf5)_texF
281 export/export/latex/languages/he-.*(dvi3|pdf5)_texF
282 export/export/latex/languages/supported-languages_(dvi3|pdf5)_texF
283 export/export/latex/languages/supported-languages_babel_(dvi3|pdf5)_texF
284 export/templates/Articles/Hebrew_Article_%28KOMA-Script%29_(dvi3|pdf5)_texF
285
286
287 # Ukrainian
288 # See comment in unreliableTests
289 export/export/latex/languages/uk-babel-date-missing-chars-with-ascii_pdf5_texF
290
291 # Putting the following as the first line of the LaTeX file is a workaround:
292 # \RequirePackage[2020-02-02]{latexrelease}
293 export/templates/Articles/Journal_of_the_Acoustical_Society_of_America_%28JASA%29.*(dvi|pdf|lyx22|lyx23).*
294
295 # These fail on updated TL 2020 after an update to "babel-greek" because of
296 # missing symbols. I (Scott) checked the output of an older TL system and
297 # indeed the output looks good (no  missing symbols). This issue was reported
298 # to the babel-greek maintainer and is being looked into.
299 export/.*/el/.*_(dvi3|pdf5)_texF
300
301 # It is not high priority to look into the underlying cause of these two
302 # failures since TeX fonts are not commonly used with LuaTeX and the ectaart
303 # class is not in TeX Live.
304 export/templates/Articles/Econometrica_(dvi3|pdf5)_texF
305
306 # xymatrix + LuaTeX
307 # Error message says pdfTeX is required for xypdf.
308 export/export/latex/lyxbugs-resolved/6243-protect-xymatrix-in-caption_pdf5.*
309
310 # Issue triggered by June 2022 LaTeX 2e update, it is an issue in the .cls that
311 # likely will not be fixed since the cls does not appear to be maintained.
312 # https://github.com/latex3/latex2e/issues/836#issuecomment-1160073486
313 export/templates/Obsolete/.*American_Geophysical_Union.*_(lyx22|lyx23|pdf|dvi).*
314
315 export/templates/Obsolete/.*American_Geophysical_Union.*_(lyx22|lyx23|pdf|dvi).*
316
317 # https://github.com/gsilano/EuropeCV/pull/33
318 export/examples/(|es/)Curricula_Vitae/Europe_CV_(pdf.*|dvi|lyx22|lyx23)
319
320 # Armenian currently only works with XeTeX and LuaTeX and system fonts
321 export/examples/Language_Support/Writing_Armenian_(dvi|dvi3_texF|pdf|pdf2|pdf3|pdf5_texF)
322
323 # utf8x is not really supported (or needed) anymore:
324 # https://github.com/latex3/hyperref/issues/248#issuecomment-1961868947
325 export/export/latex/unicodesymbols/008-greek-and-coptic_utf8x_pdf2
326
327
328 # ================================================
329 Sublabel: externalissues
330 # Export fails due to non-LaTeX external tool,
331 # ================================================
332 #
333 # e.g. a bug or missing feature in ps2pdf
334
335 # ps2pdf gives the following and exits with error:
336 # Error: /invalidfileaccess in --file--
337 # ps2pdf succeeds if the -dNOSAFER flag is used. For discussion, see:
338 # https://www.mail-archive.com/search?l=mid&q=1506851183.3130.15.camel%40lyx.org
339 export/examples/ja/Modules/LilyPond_Book_pdf
340
341
342 # ======================================================================
343 Sublabel: attic
344 # Documents in the attic, kept for reference and format conversion test.
345 # However, many problems here are "wontfix".
346 # ======================================================================
347
348 # Fails because of missing .png graphic files.
349 # They were replaced by .svgz, but, as this file is in the attic, we do not
350 # convert to new lyx format. Plain latex and xetex create output (ignoring
351 # missing files) while (pdf|lua)latex exits with != 0
352 #export/doc/attic/eu_UserGuide_pdf[25].*
353
354 # Files in the attic with non-default output
355 # (i.e. could be ERT, package incompatiblity, ...)
356 export/doc/attic/it_(UserGuide_dvi3|UserGuide_pdf4)_systemF
357 export/doc/attic/id_UserGuide_.*systemF
358
359 # ================================================
360 Sublabel: dvips
361 # Comment by Jürgen Spitzmüller
362 # The document requests the dvips graphics driver,
363 # and of course this fails with any other backend.
364 #
365 # The document compiles if one sets the graphics driver to "Automatic"
366 # and remove the dvips class option. But then, the output is not correct
367 # (rotation of foils does not work).
368 export/examples/(|fr/)Presentations/Foils_pdf[45]_systemF
369 export/examples/(|fr/)Presentations/Foils_pdf[25](_systemF|_texF)?
370
371 # ================================================
372 Sublabel: varioref
373 # Comment by Jürgen Spitzmüller
374 # The problem, at least with the UserGuide, is that
375 # varioref is not working with XeTeX/LuaTeX for Russian, as it uses some
376 # char macros which are not defined for these engines.
377 export/doc/ru/UserGuide_(dvi3|pdf[45])_(system|tex)F
378 export/doc/ru/(Math|Additional|Shortcuts|EmbeddedObjects)_(dvi3|pdf[45])_systemF
379 export/examples/ru/Modules/Fancy_Colored_Boxes_(dvi3|pdf[45])_systemF
380
381
382 # ================================================
383 # DocBook
384 Sublabel: docbook
385 # Don't work too hard on obsolete things.
386 !export/templates/Obsolete/Latex8_Article_%28Obsolete%29_docbook5
387 export/templates/Obsolete/.*_docbook5
388 # Specific things that are not expected to work.
389 # - No real content apart from metadata (forbidden in DocBook).
390 export/export/mixing_inTitle_layouts_docbook5
391 # - Uses a book class, but has no chapters (forbidden in DocBook).
392 export/doc(|/de|/es|/fr|/ja).*(Dummy|Postizo|Bidon).*_docbook5
393 export/export/MissingEndLayoutBetweenTables_docbook5
394 export/export/latex/languages/ja-listings-uncodable-error_docbook5
395 export/export/latex/lyxbugs-resolved/9633-languagenesting_enumerate_and_lyxcode_docbook5
396 export/export/xhtml/MissingEndTagDiv_docbook5
397 export/export/xhtml/zh_CN_Tutorial_docbook5
398 # - Formal groups do not work when there is (sample) text instead of real content.
399 export/examples/Books/Tufte_Book_docbook5
400 # - No proper document title (should be fixable).
401 !export/export/latex/inputenc-utf8-platex_docbook5
402 export/export/latex/inputenc-.*_docbook5
403 export/export/latex/textcyr-textgreek-test_docbook5
404 export/doc/ja/Formula-numbering_docbook5
405 # - Formula in <code> tags.
406 !export/examples/(fr|ru)/Graphics_and_Insets/XY-Figure_docbook5
407 export/examples/(de|es|fr|ja|ru)/Graphics_and_Insets/XY-(Pic|Figure)_docbook5
408 # - Math macros not implemented and other insets illegally nested.
409 export/mathmacros/testcases_speed_docbook5
410 export/mathmacros/testcases_environments_docbook5
411 export/mathmacros/masterOfSpace_docbook5
412 # - Sidebars can be nested in LyX (mostly with shapepar), but not in DocBook. Also, multicol issues (like columns in
413 #   columns).
414 export/doc(|/de|/es|/fr|/ja|/ru)/Additional_docbook5
415 # - Many templates are too complex for automatic conversion to work reliably.
416 #   The resulting documents should still be easy to fully convert into DocBook.
417 #   - AASTeX.
418 export/export/docbook/bibliography_precooked_aastex_docbook5
419 export/(examples|templates)/Articles/American_Astronomical_Society_%28AASTeX_v._6.(2|3|3.1)%29_docbook5
420 #   - Springer. (The svmono_light should still pass.)
421 export/templates/Books/Springer.*/.*_docbook5
422 !export/export/docbook/svmono_light_docbook5
423 !export/export/docbook/svglo_docbook5
424 export/export/docbook/sv.*_docbook5
425 #   - scrbook with too many customisations.
426 !export/templates/Theses/PhD_Thesis/Acknowledgments_docbook5
427 !export/templates/Theses/PhD_Thesis/Summary_docbook5
428 export/templates/Theses/PhD_Thesis/.*_docbook5
429 #   - Hollywood, too much formatting in elements DocBook does not allow to be formatted (like address).
430 export/(templates|examples)/Scripts/Hollywood_docbook5
431 export/export/docbook/Hollywood_docbook5
432 #   - Lettre, formatting in elements DocBook does not allow to be formatted (like email).
433 export/templates/Letters/French_Letter_%28lettre%29_docbook5
434 #   - Letter, elements at the end of the document that should be in <info>.
435 export/templates(|/es|/ca)/Letters/Letter_%28Standard_Class%29_docbook5
436 #   - G-Brief: too far from the other classes, not implemented.
437 export/templates/Letters/G-Brief_%28V._2%29_docbook5
438 export/templates/Obsolete/G-Brief_%28V._1,_Obsolete%29/.*_docbook5
439 #   - KOMA-Script Letter: too hard to output phone and fax numbers at the right place (need two levels of wrapping).
440 export/templates/Letters/KOMA-Script_Letter_%28V._2%29_docbook5
441 export/examples(|/de)/Letters/Serial_Letter_.*_docbook5
442 #   - DIN-Brief: order of paragraphs cannot match valid DocBook.
443 export/templates/Letters/DIN-Brief_docbook5
444 #   - AMS: order of elements is not compatible with DocBook (some parts must be in <info>, others cannot, while
445 #     still being in the book's header).
446 export/examples/.*/American_Mathematical_Society_%28AMS%29_docbook5
447 #   - ACS: comments in the middle of the author info can wreak havoc (fixable).
448       Some bibliography entries do not exist within the document. Floats are empty.
449 export/examples/Articles/American_Chemical_Society_%28ACS%29_docbook5
450 #   - A&A: formula with two references (only one xml:id allowed per <equation> tag).
451 export/examples/Articles/Astronomy_%26_Astrophysics_docbook5
452 #   - Elsevier: footnotes in the metadata (author footnotes are not supported, except maybe through annotations).
453 export/templates/Articles/Elsevier_docbook5
454 # - Branches may cause problems (especially when mixing with parts that must go in <info>).
455 export/export/latex/languages/supported-languages_(|babel|babel_auto-legacy)_?docbook5
456 # - EmbeddedObjects: this document is too complex, with captions within tables, many LaTeX parameters when including
457 #   a file, uncaptioned tables in the same float, etc.
458 export/doc(|/de|/es|/fr|/ja|/ru)/EmbeddedObjects_docbook5
459 # - Math: formula in inline tag, formula with two references (only one xml:id allowed per <equation> tag).
460 export/doc(|/de|/es|/fr|/ja|/ru)/Math_docbook5
461 # - UserGuide: formula in inline tag, use of fancyhdr
462 export/doc(|/de|/es|/fr|/ja|/ru)/UserGuide_docbook5
463 # - Double inlines (code within code, personname within personname, emphasis within date, etc.).
464 export/doc/(es|fr|ja)/Customization_docbook5
465 # - Bicaption module would require some C++ implementation.
466 export/examples(|/de|/fr|/ja)/Modules/Multilingual_Captions_docbook5
467 # - European CV: hard to mix items and bibliographies.
468 export/examples(|/de|/es)/Curricula_Vitae/Europe_CV_docbook5
469 # - Modern CV: columns cause problems.
470 export/examples(|/es)/Curricula_Vitae/Modern_CV_docbook5
471 # - Chess: multicol not supported.
472 export/examples/Modules/Chessboard_docbook5
473 # - Empty figure and table (just a caption, while DocBook requires some content).
474 export/examples/Language_Support/Localization_Test_%28for_Developers%29_docbook5
475 # - Inline equation in formatting.
476 export/examples(|/ru)/Modules/Fancy_Colored_Boxes_docbook5
477 # - Waiting for a new version of DocBook to be tagged on https://github.com/docbook/docbook (anything over 5.2b10a3).
478 export/export/docbook/Localization_Test_docbook5
479 export/examples/Graphics_and_Insets/Minted_Listings_docbook5
480 # - Sweave and other literate-programming tools cannot be implemented properly without the LaTeX tooling.
481 export/examples/Modules/Sweave_docbook5
482 # - Figures without image, only an equation.
483 export/examples/Modules/Variable-width_Minipages_docbook5
484 # - Listing in LyX-Code, i.e. double <programlisting>.
485 export/examples/es/Modules/Linguistics_docbook5
486 # - Inlines in inlines (<code> within <personname>), double sidebar.
487 export/examples/ko/Language_Support/Writing_Korean_with_CJK-ko_docbook5
488 # - Metadata in abstract paragraph.
489 export/templates/Articles/Springers_Global_Journal_Template_%28V._3%29_docbook5
490 # - Sweave impossible to implement. Broken references (no .bib file, still referenced in the text).
491 export/templates/Articles/R_Journal_docbook5
492 # - Forbidden inlines, equation in formatting, broken references, float in paragraphs, videos.
493 export/templates/Articles/REVTeX_%28V._4.1%29_docbook5
494 # - Address at the end of the document (only allowed in abstract).
495 export/templates/Articles/Kluwer_docbook5
496 # - Broken references, empty figures, misplaced acknowledgements (template not viable for DocBook).
497 export/templates/Articles/International_Union_of_Crystallography_%28IUCr%29_docbook5
498 # - Biographies after bibliography: DocBook does not allow content after a bibliography.
499 export/templates/Articles/Mathematical_Monthly_docbook5
500 # - Empty figure, very custom table caption (maybe fixable?), strange appendices (not in ToC).
501 export/templates/Articles/Int._Journal_of_Modern_Physics_(C|D)_docbook5
502 # - Broken references.
503 export/templates/Articles/Journal_of_the_Acoustical_Society_of_America_%28JASA%29_docbook5
504 export/templates/Articles/Institute_of_Physics_%28IOP%29_docbook5
505 # - Empty article!?
506 export/templates/Articles/Hebrew_Article_%28KOMA-Script%29_docbook5
507 # - Empty figure. Broken references. Float notes not implemented (how to do it?).
508 export/templates/Articles/American_Economic_Association_%28AEA%29_docbook5
509 export/templates/Articles/American_Psychological_Association_%28APA%29,_v._7_docbook5
510 # - Empty figure. Dedications: IEEE wants them in the preamble, DocBook outside. How to implement biographies?
511 #   They should have their own section...
512 export/templates/Articles/IEEE_Transactions(.*)_docbook5
513 # - Bibliography in the middle of the document (potentially fixable, but complicated, because some documents have
514 #   several bibliographies, like books with one bibliography per chapter), subsections.
515 export/export/docbook/SciPoster_docbook5
516 # - A figure within a title does not make sense at all, so it cannot be valid
517 #   DocBook under any circumstances.
518 export/export/latex/lyxbugs-resolved/cprotect/7779-float-in-par-env_docbook5
519 # - LilyPond upstream issue:
520 #     https://gitlab.com/lilypond/lilypond/-/issues/6187
521 #   See also ML discussion:
522 #     https://www.mail-archive.com/search?l=mid&q=20211102011304.dmrcr7gjpxxwpd4o%40poole
523 export/examples/(|ja/)Modules/LilyPond_Book_docbook5
524
525 Sublabel: docbook poster
526 # Posters cannot be properly exported, the LyX documents are too far from
527 # DocBook expectations (but should have XML-valid output).
528 export/.*Poster.*_docbook5
529
530 Sublabel: docbook beamer
531 # Beamer is not yet implemented. One test passes, but mostly by chance.
532 !export/templates/Presentations/Slides_docbook5
533 export/(examples|templates)/(ar|de|es|fr|ja|ru)/Presentations/.*_docbook5
534 export/(examples|templates)/Presentations/.*_docbook5
535 export/export/latex/lyxbugs-resolved/ed62816e-knitr-comment-beamer_docbook5
536
537 # ======================================================================
538 Sublabel: expected
539 # These exports are expected to fail but don't necessarily indicate a bug.
540 # ======================================================================
541
542 # These fail because of the following warning:
543 #
544 #   lyx2lyx warning: Can't find bibfiles for bibtex inset at line <N>!
545 #
546 # From Jürgen (https://www.mail-archive.com/search?l=mid&q=f6dad5b0596f33e6931ffa4ea4ca49390b5c1bf8.camel%40lyx.org):
547 #   The bibtex inset in these files does not contain any bib file, so the
548 #   warning is appropriate. I would not want to ditch the warning, as it
549 #   makes sense to warn in this case.
550 #
551 #   On the other hand I can see why it makes sense to include an empty
552 #   inset to a template file.
553 #
554 #   So this is probably a case where adjustment to please the tests would
555 #   be over-optimization.
556 #
557 # Alternative to inverting them would be to just always ignore this warning in
558 # the ctests, but I think it might be useful in other cases.
559 #
560 export/templates/ja/(Articles|Books|Reports)/.*_lyx(16|20|21|22)