2015-12-18 21:52:22 +00:00
|
|
|
# Regular expressions for tests that should not be executed with
|
2016-01-12 12:13:42 +00:00
|
|
|
# ctest -L export or ctest -L inverted because they do not work as expected
|
2015-12-18 21:52:22 +00:00
|
|
|
# (either unreliable or invalid).
|
|
|
|
#
|
|
|
|
# Patterns will be automatically enclosed with '^' and '$'.
|
2016-01-12 12:13:42 +00:00
|
|
|
# Matching tests get the label "unreliable" and do not get the label "export".
|
|
|
|
#
|
|
|
|
# TODO: Name problem: *invalid* tests (wrong output) are not *unreliable*.
|
2016-02-01 22:56:37 +00:00
|
|
|
# Use "unfit" or "unapplicable" as better label and name of pattern file?
|
2015-12-18 21:52:22 +00:00
|
|
|
|
2016-03-17 07:13:45 +00:00
|
|
|
|
2015-11-24 17:42:36 +00:00
|
|
|
Sublabel: nonstandard
|
2016-09-16 10:03:17 +00:00
|
|
|
#####################
|
2015-12-18 21:52:22 +00:00
|
|
|
# Documents with additional requirements,
|
2016-02-01 22:56:37 +00:00
|
|
|
# e.g. a class or package file not in TeXLive.
|
2016-09-16 10:03:17 +00:00
|
|
|
# TODO: rename to "extra" or "exotic"?
|
2015-12-18 21:52:22 +00:00
|
|
|
|
2015-11-24 17:42:36 +00:00
|
|
|
export/templates/IUCr-article_(dvi|pdf).*
|
2016-01-08 21:51:58 +00:00
|
|
|
export/templates/kluwer_.*_systemF
|
2016-02-01 22:56:37 +00:00
|
|
|
export/templates/ectaart_(dvi3|pdf5).*
|
2015-12-18 21:52:22 +00:00
|
|
|
|
2016-02-01 22:56:37 +00:00
|
|
|
# requires knitr, requires rjournal.sty (not in TeXLive)
|
2016-01-12 12:13:42 +00:00
|
|
|
# incompatible with fontspec?
|
|
|
|
export/templates/RJournal_(dvi3|pdf[45])_systemF
|
|
|
|
|
2016-02-01 22:56:37 +00:00
|
|
|
# Requires aa.cls (not in TeXLive).
|
2016-01-12 12:13:42 +00:00
|
|
|
# Fails with XeTeX/LuaTeX
|
|
|
|
# Reported upstream (https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg184435.html)
|
|
|
|
# Is there a new version fixing the problem?
|
|
|
|
export/examples/aa_sample_(dvi3|pdf[45])_.*
|
|
|
|
export/templates/aa_(dvi3|pdf[45])_.*
|
|
|
|
|
2016-02-01 22:56:37 +00:00
|
|
|
# Requires iucr.cls (not in TeXLive)
|
2016-01-12 12:13:42 +00:00
|
|
|
# Is there a new version fixing the problem?
|
|
|
|
# Does LuaTeX produce sensible results?
|
|
|
|
export/templates/IUCr-article_pdf4_systemF
|
|
|
|
|
2016-02-01 22:56:37 +00:00
|
|
|
# Requires acmsiggraph.cls (not in TeXLive)
|
|
|
|
# see http://wiki.lyx.org/Examples/AcmSiggraph
|
2017-05-14 08:20:48 +00:00
|
|
|
export/templates/obsolete/ACM-siggraph/ACM-siggraph_(dvi|pdf).*
|
2015-12-18 21:52:22 +00:00
|
|
|
|
|
|
|
Sublabel: erratic
|
2016-09-16 10:03:17 +00:00
|
|
|
#################
|
2016-03-17 07:13:45 +00:00
|
|
|
# Tests depending on local configuration, or the phase of the moon.
|
2015-12-18 21:52:22 +00:00
|
|
|
|
2017-03-01 17:31:44 +00:00
|
|
|
# Manual export fails the first time but works the second time. (Why?)
|
|
|
|
export/doc/es/(Customization|Intro)_pdf4_texF
|
2015-12-18 21:52:22 +00:00
|
|
|
|
|
|
|
|
2016-03-17 07:13:45 +00:00
|
|
|
Sublabel: varying_versions
|
2016-09-16 10:03:17 +00:00
|
|
|
##########################
|
2016-12-03 05:35:48 +00:00
|
|
|
# Test depending on e.g. OS or version of a non-TeX-Live dependency.
|
|
|
|
# Note that a full, up-to-date TeX Live installation is required so this
|
|
|
|
# sublabel is about versions of other dependencies.
|
2016-03-17 07:13:45 +00:00
|
|
|
|
2016-12-06 11:51:32 +00:00
|
|
|
# Encoding cp858 only supported by some iconv variants
|
|
|
|
# Gnu iconv only supports it, if configured with "--enable-extra-encodings"
|
|
|
|
# (see https://www.gnu.org/software/libiconv/)
|
|
|
|
export/export/latex/cp858_pdf2
|
|
|
|
|
2017-10-08 08:26:33 +00:00
|
|
|
# Seminar export with LaTeX fails in latest TeXLive:
|
|
|
|
export/examples/(|fr/)seminar_(dvi|pdf).*
|
|
|
|
|
2019-01-16 21:42:08 +00:00
|
|
|
# `acmart` calls "libertine" as default font.
|
|
|
|
# With TeXLive < 18, this clashes with LyX setting up 8-bit TeX fonts
|
|
|
|
# PDF (luatex) and PDF (xetex) (compilation error or wrong fonts).
|
|
|
|
# See also #9744 allow parallel configuration of TeX and non-TeX fonts.
|
|
|
|
export/templates/acmart_pdf[45]_texF
|
2019-01-14 11:21:34 +00:00
|
|
|
|
2016-03-17 07:13:45 +00:00
|
|
|
|
|
|
|
Sublabel: wrong_output
|
2016-09-16 10:03:17 +00:00
|
|
|
######################
|
2015-12-18 21:52:22 +00:00
|
|
|
# Export does not fail but the resulting document has errors.
|
2015-12-08 16:40:15 +00:00
|
|
|
#
|
2015-12-18 21:52:22 +00:00
|
|
|
# These tests are actually not "unreliable" (different result for different
|
|
|
|
# runs) but *invalid* (not measuring what they should measure).
|
|
|
|
|
2017-10-08 08:26:33 +00:00
|
|
|
# seminar.sty uses Postscript specials or PGF resulting in problems with slide
|
|
|
|
# size and orientation depending on the output format and viewing application.
|
|
|
|
# For details see Troubleshooting and the Appendix in examples/seminar.lyx.
|
2016-10-10 12:14:33 +00:00
|
|
|
export/examples/(|fr/)seminar_(dvi|pdf).*
|
2015-12-18 21:52:22 +00:00
|
|
|
|
2017-03-01 17:31:44 +00:00
|
|
|
# Babel-Spanish uses UTF-8 encoded "unicode" strings if it detects LuaTeX
|
|
|
|
# (with TeXLive 2016 also for XeTeX).
|
|
|
|
# With LuaTeX and 8-bit TeX-fonts, e.g., the toc heading becomes
|
|
|
|
# ÃŊndice instead of Índice.
|
|
|
|
# The problem is generic to all Spanish documents but only manifests itself
|
|
|
|
# if Babel strings with non-ASCII chars are deployed.
|
|
|
|
# Set inputenc to utf8? (Changing the default in lib/languages
|
|
|
|
# requires more tests for utf8 first.)
|
|
|
|
export/examples/es/(ejemplo_con_lyx|tufte_book)_(pdf5|dvi3)_texF
|
|
|
|
export/doc/es/.*_(pdf5|dvi3)_texF
|
2015-12-30 20:59:32 +00:00
|
|
|
|
2019-01-31 11:50:19 +00:00
|
|
|
#6197: „amssymb” with Polish babel: name clash \lll ("<<<" vs. "ł")
|
|
|
|
# Wrong output with pdflatex
|
|
|
|
# missing character with XeTeX/LuaTeX and Babel (-> invertedTests)
|
|
|
|
export/export/latex/6197-polish-amssymb_(dvi|pdf).?
|
|
|
|
|
2015-12-30 20:59:32 +00:00
|
|
|
# Non-ASCII char in verbatim environment is dropped (with a warning when
|
|
|
|
# doing this interactively) with ASCII (and hence also with XeTeX).
|
|
|
|
export/doc/(|de/|es/|fr/)EmbeddedObjects_pdf4_texF
|
2016-06-11 11:54:33 +00:00
|
|
|
|
2016-08-26 15:35:19 +00:00
|
|
|
# The following document mixes inTitle layouts and leads to
|
|
|
|
# likely unintended output. See #10347
|
2016-10-10 12:14:33 +00:00
|
|
|
export/export/mixing_inTitle_layouts_(pdf|dvi).*
|
2016-09-01 21:12:09 +00:00
|
|
|
|
|
|
|
# Characters with accents are not output
|
|
|
|
# Reported to LuaTeX mailing list here:
|
|
|
|
# https://www.mail-archive.com/search?l=mid&q=20160831134006.4fewxothddqfeyw4%40steph
|
|
|
|
# (not expecting much attention because DVI is not given high priority)
|
|
|
|
export/doc/es/Customization_dvi3_systemF
|
|
|
|
export/examples/(|es/)(europe|modern)CV_dvi3_systemF
|
2019-01-14 11:21:34 +00:00
|
|
|
|
2019-01-30 14:14:45 +00:00
|
|
|
# No termination of LICR macros when textcyr and textgreek is not required
|
|
|
|
# Cf. #9637 textgreek and textcyr depend on font-encoding, not input encoding
|
|
|
|
# -> original problem fixed but run-together words in Russian (and Greek)
|
2019-01-14 11:21:34 +00:00
|
|
|
export/export/latex/ru-accent-ascii_pdf2
|
2019-01-30 14:14:45 +00:00
|
|
|
export/export/latex/unicodesymbols/009-cyrillic_ru_euc-cn_pdf2
|
2019-01-14 11:21:34 +00:00
|
|
|
|
2019-01-16 21:42:08 +00:00
|
|
|
# `acmart` requires PDFlatex:
|
|
|
|
# * Missing page number in DVI, Postscript, and PDF (ps2pdf)
|
|
|
|
# * "PDF (ps2pdf)" fails (problem with Postscript) in TeXLive < 2018
|
|
|
|
export/templates/acmart_dvi.*
|
|
|
|
#export/templates/acmart_ps # not tested by ctest autotests
|
|
|
|
export/templates/acmart_pdf
|
2019-01-23 10:06:04 +00:00
|
|
|
|
2019-01-28 16:24:39 +00:00
|
|
|
# lyx2lyx back-conversion of "Date" info-inset writes
|
2019-01-23 10:06:04 +00:00
|
|
|
# the name of the day in English instead of Japanese.
|
|
|
|
export/examples/ja/multilingual_lyx.*
|
2019-01-23 23:36:33 +00:00
|
|
|
|
2019-01-29 21:31:58 +00:00
|
|
|
# No localization of auto-strings with Chinese language under 8-bit TeX
|
2019-01-30 14:43:11 +00:00
|
|
|
# (ctex font issue with texlive-lang-chinese (from Debian) under pdflatex)
|
|
|
|
# and only partial localization with non-tex-fonts:
|
2019-01-28 16:24:39 +00:00
|
|
|
export/export/latex/CJK/zh_CN-toc.*
|
2019-01-29 21:31:58 +00:00
|
|
|
export/doc/zh_CN/(Intro|Tutorial)_(dvi|pdf).?
|
2019-01-29 09:52:41 +00:00
|
|
|
|
|
|
|
# Missing Chinese characters in the DVI (LuaTex)
|
|
|
|
export/doc/zh_CN/(Intro|Tutorial)_dvi3_systemF
|
2019-01-28 16:24:39 +00:00
|
|
|
|
|
|
|
# CJK languages don't change/reset the "language" (which is problematic for
|
|
|
|
# documents in a language that uses a non-standard font encoding)
|
|
|
|
# In a Greek document, Latin letters in a text part set to "Chinese"
|
|
|
|
# come out as Greek letters:
|
|
|
|
export/export/latex/CJK/el-zh_CN_utf8-cjk.*
|