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