]> git.lyx.org Git - lyx.git/blob - development/autotests/unreliableTests
e3376e7300e5ed931a6baa155cb35d4b9b849702
[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 export/templates/IUCr-article_(dvi|pdf).*
19 export/templates/kluwer_.*_systemF
20 export/templates/ectaart_(dvi3|pdf5).*
21
22 # requires knitr, requires rjournal.sty (not in TeXLive)
23 # incompatible with fontspec?
24 export/templates/RJournal_(dvi3|pdf[45])_systemF
25
26 # Requires aa.cls (not in TeXLive).
27 # Fails with XeTeX/LuaTeX
28 # Reported upstream (https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg184435.html)
29 # Is there a new version fixing the problem?
30 export/examples/aa_sample_(dvi3|pdf[45])_.*
31 export/templates/aa_(dvi3|pdf[45])_.*
32
33 # Requires iucr.cls (not in TeXLive)
34 # Is there a new version fixing the problem?
35 # Does LuaTeX produce sensible results?
36 export/templates/IUCr-article_pdf4_systemF
37
38 # Requires acmsiggraph.cls (not in TeXLive)
39 # see http://wiki.lyx.org/Examples/AcmSiggraph
40 export/templates/ACM-siggraph_(dvi|pdf).*
41
42 Sublabel: erratic
43 #################
44 # Tests depending on local configuration, or the phase of the moon.
45
46 # Export fails the first time but works the second time. (Why?)
47 export/doc/es/Customization_pdf4_texF
48
49
50 Sublabel: varying_versions
51 ##########################
52 # Test depending on e.g. OS or version of a non-TeX-Live dependency.
53 # Note that a full, up-to-date TeX Live installation is required so this
54 # sublabel is about versions of other dependencies.
55
56 # Encoding cp858 only supported by some iconv variants
57 # Gnu iconv only supports it, if configured with "--enable-extra-encodings"
58 # (see https://www.gnu.org/software/libiconv/)
59 export/export/latex/cp858_pdf2
60
61
62 Sublabel: wrong_output
63 ######################
64 # Export does not fail but the resulting document has errors.
65 #
66 # These tests are actually not "unreliable" (different result for different
67 # runs) but *invalid* (not measuring what they should measure).
68
69 # seminar.sty uses Postscript specials or PGF
70 # -> wrong output with DVI and PDF (ps2pdf) (de-placed landscape slides).
71 export/examples/(|fr/)seminar_(dvi|pdf).*
72
73 # Babel-Spanish uses Babel's "strings" feature to define
74 # separate auto-strings using UTF-8 literals.
75 # Babel uses the "unicode" strings if it detects XeTeX or LuaTeX.
76 # This is wrong for Xe/Lua with 8-bit TeX-fonts.
77 # set inputenc to utf8?
78 # (Changing the default in lib/languages requires more tests for utf8 first.)
79 export/examples/es/linguistics_pdf4_texF
80 export/doc/es/.*_(pdf[45]|dvi3)_texF
81
82 # Non-ASCII char in verbatim environment is dropped (with a warning when
83 # doing this interactively) with ASCII (and hence also with XeTeX).
84 export/doc/(|de/|es/|fr/)EmbeddedObjects_pdf4_texF
85
86 # inputencoding="utf8-plain" with 8-bit TeX: non-ASCII characters are passed
87 #  as two 8-bit characters leading to garbage in the output
88 export/export/utf8-plain-with-tex-fonts_(dvi|pdf.?)
89
90 # The following document mixes inTitle layouts and leads to
91 # likely unintended output. See #10347
92 export/export/mixing_inTitle_layouts_(pdf|dvi).*
93
94 # Characters with accents are not output
95 # Reported to LuaTeX mailing list here:
96 # https://www.mail-archive.com/search?l=mid&q=20160831134006.4fewxothddqfeyw4%40steph
97 # (not expecting much attention because DVI is not given high priority)
98 export/doc/es/Customization_dvi3_systemF
99 export/examples/(|es/)(europe|modern)CV_dvi3_systemF
100
101 #9681 textgreek and textcyr also required for encodable characters
102 # -> Latin transcription instead of Greek
103 export/export/latex/unicodesymbols/008-greek-and-coptic_iso8859-7_pdf2