]> git.lyx.org Git - lyx.git/blob - development/autotests/unreliableTests
3060b6e8c9219ca940edc9aedbfb92c48825097a
[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" as better label and name of pattern file?
10
11 Sublabel: nonstandard
12 #
13 # Documents with additional requirements,
14 # e.g. a class or package file not on CTAN.
15 # TODO: rename to "extra"?
16
17 export/templates/IUCr-article_(dvi|pdf).*
18 export/templates/ja_beamer-conference-ornate-20min_(pdf2|pdf[45]_(texF|systemF))
19 export/templates/es_beamer-conference-ornate-20min_(pdf2|pdf[45]_(texF|systemF))
20 export/templates/kluwer_.*_systemF
21 export/examples/modernCV_pdf4_(tex|system)F
22 export/templates/ectaart_(dvi3|pdf5)_(tex|system)F
23
24 # 1.) missing farsi package with lfeenc.def
25 # 2.) LuaTeX does not support Farsi yet. See:
26 #     https://github.com/reutenauer/polyglossia/commit/ccb0e9e2c6411170ad779b05ff5076f1193cc323
27 export/examples/fa/splash_(dvi|pdf|pdf[23]|(dvi3|pdf4|pdf5)_(texF|systemF))
28
29 # requires knitr, requires rjournal.sty (not on CTAN)
30 # incompatible with fontspec?
31 export/templates/RJournal_(dvi3|pdf[45])_systemF
32
33 # Requires aa.cls (not on CTAN).
34 # Fails with XeTeX/LuaTeX
35 # Reported upstream (https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg184435.html)
36 # Is there a new version fixing the problem?
37 export/examples/aa_sample_(dvi3|pdf[45])_.*
38 export/templates/aa_(dvi3|pdf[45])_.*
39
40 # Requires iucr.cls (not on CTAN)
41 # Is there a new version fixing the problem?
42 # Does LuaTeX produce sensible results?
43 export/templates/IUCr-article_pdf4_systemF
44
45
46 Sublabel: erratic
47 # Tests depending on local configuration, OS, TeX distribution,
48 # package versions, or the phase of the moon.
49 # TODO: use *erratic* only for the phase-of-moon dependency.
50
51 # for unknonwn reasons, seminar fails at some places:
52 export/examples/(|fr/)seminar_.*
53
54 # Export fails the first time but works the second time. (Why?)
55 export/doc/es/Customization_pdf4_texF
56
57
58 Sublabel: 1wrong 2output
59 # Export does not fail but the resulting document has errors.
60 #
61 # These tests are actually not "unreliable" (different result for different
62 # runs) but *invalid* (not measuring what they should measure).
63
64 # seminar.sty uses Postscript specials
65 # -> wrong output with pdflatex/LuaTeX and DVI (missing landscape slides).
66 export/examples/(|fr/)seminar_pdf[25].*
67 export/examples/(|fr/)seminar_dvi.*
68
69 # Babel-Spanish uses Babel's "strings" feature to define
70 # separate auto-strings using UTF-8 literals.
71 # Babel uses the "unicode" strings if it detects XeTeX or LuaTeX.
72 # This is wrong for Xe/Lua with 8-bit TeX-fonts.
73 # set inputenc to utf8?
74 # (Changing the default in lib/languages requires more tests for utf8 first.)
75 export/examples/es/linguistics_pdf4_texF
76 export/doc/es/.*_(pdf[45]|dvi3)_texF
77
78 # Non-ASCII char in verbatim environment is dropped (with a warning when
79 # doing this interactively) with ASCII (and hence also with XeTeX).
80 export/doc/(|de/|es/|fr/)EmbeddedObjects_pdf4_texF