2015-12-18 21:11:36 +00:00
|
|
|
# Regular expressions for tests that are known to fail
|
2015-11-28 17:23:29 +00:00
|
|
|
#
|
2015-12-18 21:11:36 +00:00
|
|
|
# Patterns will be automatically enclosed with '^' and '$'.
|
|
|
|
# Matching tests get the label "inverted"
|
|
|
|
# or (if also matching a pattern in "suspendedTests") "suspended".
|
2015-12-18 22:27:30 +00:00
|
|
|
# They get also the test-feature 'inverted', i.e.
|
2015-12-18 21:11:36 +00:00
|
|
|
# they are reported as failing if the export works without error.
|
|
|
|
|
2015-12-30 13:49:52 +00:00
|
|
|
|
2015-12-28 20:24:51 +00:00
|
|
|
Sublabel: todo
|
2015-12-30 18:15:16 +00:00
|
|
|
#
|
2015-12-28 20:24:51 +00:00
|
|
|
# LyX bugs and problems with the sample documents that require attention.
|
2015-12-30 18:15:16 +00:00
|
|
|
# * minor issues to explore and properly sort,
|
|
|
|
# * easyfix issues,
|
|
|
|
# * LyX bugs to report at trac (move pattern to section "lyxbugs" once done).
|
2015-12-28 20:24:51 +00:00
|
|
|
|
|
|
|
# the ukrainean splash has preamble code loading russian babel
|
|
|
|
# in the preamble (Why?)
|
|
|
|
# TODO: remove the LaTeX preamble code:
|
|
|
|
# fixes the inverted tests below,
|
|
|
|
# side-effects: Ukrainean instead of Russian date, different hyphenation.
|
|
|
|
export/examples/uk/splash_(dvi3|pdf[45])_texF
|
|
|
|
|
|
|
|
# missing commands (polyglossia?)
|
2016-01-08 21:51:58 +00:00
|
|
|
# Explore! (works with language_package==babel)
|
|
|
|
export/doc/fr/UserGuide_.*_systemF
|
2015-12-28 20:24:51 +00:00
|
|
|
|
2015-12-30 13:49:52 +00:00
|
|
|
# Missing characters (U+0361, U+1E61) in LM,
|
2015-12-30 07:41:40 +00:00
|
|
|
# set different system font in the source?
|
2015-12-28 20:24:51 +00:00
|
|
|
# + language nesting problem (may disappear after completed translation)
|
2016-09-02 02:56:11 +00:00
|
|
|
export/doc/(de/|fr/)Customization_.*_systemF
|
2015-12-18 22:27:30 +00:00
|
|
|
|
2015-12-30 13:49:52 +00:00
|
|
|
# Probably language mess
|
|
|
|
export/export/ja/wrong_auto_encoding_(dvi|pdf(|3))
|
|
|
|
|
|
|
|
# Missing characters with Latin Modern Unicode:
|
|
|
|
# 0000 NULL (where does this come from?)
|
|
|
|
# 212B ANGSTROM SIGN (literal character in the source, replace with 00C5)
|
2015-12-30 18:15:16 +00:00
|
|
|
# The following are due to ERT commands for characters missing in LM
|
|
|
|
# in chapter 16.2 "Accents in Text":
|
2015-12-30 13:49:52 +00:00
|
|
|
# \t -> 0361 COMBINING DOUBLE INVERTED BREVE
|
|
|
|
# \c e -> 0229 LATIN SMALL LETTER E WITH CEDILLA
|
|
|
|
export/doc/(|de/|es/|fr/)Math.*systemF
|
2015-12-30 07:41:40 +00:00
|
|
|
|
2015-12-30 18:15:16 +00:00
|
|
|
# missing character: There is no ^^A in font [lmroman12-regular]
|
|
|
|
# and all the line down to ^^Z and beyond...
|
|
|
|
# XeTeX artifact? works with LuaTeX, explore:
|
|
|
|
export/doc/(|de/|es/|fr/)EmbeddedObjects_pdf4_systemF
|
|
|
|
|
2016-01-06 13:51:02 +00:00
|
|
|
# Changes in TeX Live 2014 (see git blame for info) fixed
|
|
|
|
# IEEEtran-CompSoc_pdf4_systemF but not others.
|
|
|
|
# TODO Investigate if others can be fixed?
|
|
|
|
# * IEEEtran-Journal_pdf4_systemF compiles here (GM)
|
|
|
|
# * All IEEEtran-TransMag.* exports fail here:
|
|
|
|
# missing commands \IEEEtitleabstractindextext, \IEEEdisplaynontitleabstractindextext
|
|
|
|
# -> adapt template and style (GM)
|
|
|
|
export/templates/IEEEtran-(Journal|TransMag)_pdf4_systemF
|
|
|
|
|
2016-01-08 21:49:52 +00:00
|
|
|
# Requires ctex (Chinese).
|
|
|
|
# Default output format is XeTeX. -> Only system fonts?
|
2016-01-06 13:51:02 +00:00
|
|
|
# Does (dvi|pdf3_texF|dvi3_texF) produce sensible results?
|
|
|
|
export/templates/ctex_(pdf[23]?|pdf4_texF)
|
|
|
|
|
2016-01-08 21:49:52 +00:00
|
|
|
# Example for lib/scripts/listerrors
|
|
|
|
# Requires noweb. Seems to be restricted to plain "latex".
|
|
|
|
# Find out why and whether the script could be improved.
|
|
|
|
export/examples/listerrors_(pdf[245]).*
|
|
|
|
|
|
|
|
# Requires CJK.
|
|
|
|
# Why does it fail with pdflatex and dvipdfm? CJK restriction? Workarounds?
|
|
|
|
# (Also fails with Xe/LuaTeX and TeX-fonts -- as expected, see ignoredTests)
|
|
|
|
export/examples/ko/splash_(dvi||pdf[23]?)
|
|
|
|
|
|
|
|
# Following mathmacros tests fail
|
|
|
|
# Why? -> sort and comment
|
|
|
|
export/mathmacros/testcases_speed_(lyx16|lyx21|dvi|pdf|pdf[23]|(dvi3|pdf[45])_(texF|systemF))
|
|
|
|
check_load/mathmacros/testcases_speed
|
|
|
|
|
2016-01-24 20:06:45 +00:00
|
|
|
# The "longest label" marker in a labeling must be valid LaTeX (just like ERT).
|
|
|
|
# What should we do:
|
|
|
|
# - document this,
|
|
|
|
# - escape special characters,
|
|
|
|
# - convert to LaTeXString,
|
|
|
|
# or just report this at Trac for now?
|
2016-05-30 07:46:01 +00:00
|
|
|
export/export/LongestLabelWithUnderscore_[^x].*
|
2016-01-24 20:06:45 +00:00
|
|
|
|
2016-01-08 21:49:52 +00:00
|
|
|
|
2015-12-30 18:15:16 +00:00
|
|
|
Sublabel: lyxbugs
|
2015-12-30 07:41:40 +00:00
|
|
|
#
|
|
|
|
# LyX bugs with a Trac number.
|
|
|
|
|
|
|
|
# Language nesting and polyglossia #9633
|
2016-01-08 21:51:58 +00:00
|
|
|
export/doc/(nb|sk)/Intro.*systemF
|
2016-01-07 17:10:22 +00:00
|
|
|
# language nesting (may disappear after completed translation)
|
|
|
|
export/examples/fr/linguistics_.*_systemF
|
2016-09-02 02:56:11 +00:00
|
|
|
export/doc/(de/|fr/)Customization_.*_systemF
|
2015-12-30 07:41:40 +00:00
|
|
|
|
|
|
|
# use LuaTeX-compatible language names #9910
|
2016-01-08 21:51:58 +00:00
|
|
|
# Wrong language name for LuaTeX (with Babel, no error with Polyglossia)
|
2015-12-30 07:41:40 +00:00
|
|
|
# After LyX 2.1 is released, apply the patch and remove these
|
|
|
|
# See http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg181595.html
|
|
|
|
# ! LuaTeX error ...e/2015/texmf-dist/tex/luatex/hyph-utf8/luatex-hyphen.lua:53: luatex-hyphen: no entry in language.dat.lua for this language: bahasa
|
|
|
|
export/doc/attic/id_UserGuide_dvi3.*
|
|
|
|
export/doc/attic/id_UserGuide_pdf5.*
|
2016-01-08 21:51:58 +00:00
|
|
|
export/(doc|examples)/id/.*_(dvi3|pdf5)_texF
|
|
|
|
export/.*/hu/.*(dvi3|pdf5)_texF
|
2015-12-30 07:41:40 +00:00
|
|
|
|
|
|
|
# documents requiring pre-processing fail with Japanese #8823
|
|
|
|
export/examples/ja/(knitr|lilypond|sweave)_(dvi|pdf3?)
|
|
|
|
|
2016-09-02 03:26:03 +00:00
|
|
|
# #10355: xmllint detects failures
|
|
|
|
export/doc/attic/eu_UserGuide_xhtml
|
|
|
|
export/doc/(es|ja)/UserGuide_xhtml
|
|
|
|
export/examples/spreadsheet_xhtml
|
|
|
|
|
2015-12-30 07:41:40 +00:00
|
|
|
|
2015-12-30 18:15:16 +00:00
|
|
|
Sublabel: ert
|
2015-12-30 07:41:40 +00:00
|
|
|
#
|
2015-12-30 18:15:16 +00:00
|
|
|
# Export failures due to "raw" LaTeX use in ERT or preamble code.
|
|
|
|
# "Wontfix" if demonstrating correct use and OK in the default output format.
|
2015-12-18 22:27:30 +00:00
|
|
|
|
2015-12-30 07:41:40 +00:00
|
|
|
# Non-ASCII in ERT, fails with inputenc==ASCII (e.g. XeTeX with tex-fonts)
|
|
|
|
export/doc/(de|es|fr)/Additional_pdf4_texF
|
|
|
|
|
2016-06-11 11:54:33 +00:00
|
|
|
# inputencoding="utf8-plain" with Xe/LuaTeX: characters with
|
|
|
|
# Unicode point > 256 lead to errors with 8-bit fonts
|
|
|
|
# (We keep this option for power users setting Unicode fonts in the preamble
|
|
|
|
# or document class file).
|
|
|
|
export/export/utf8-plain-with-tex-fonts_.*_texF
|
2015-12-30 07:41:40 +00:00
|
|
|
|
2015-12-30 18:15:16 +00:00
|
|
|
Sublabel: texissues
|
2015-12-30 07:41:40 +00:00
|
|
|
#
|
2015-12-18 22:27:30 +00:00
|
|
|
# Export fails due to LaTeX limitations,
|
|
|
|
# e.g. non-ASCII in verbatim or listings, incompatible packages, ...
|
2015-12-30 18:15:16 +00:00
|
|
|
# "Wontfix" if documents demonstrate correct use in the default output format.
|
2015-12-18 22:27:30 +00:00
|
|
|
|
2015-12-30 20:59:32 +00:00
|
|
|
# Non-ASCII char in verbatim environment.
|
2015-12-18 22:27:30 +00:00
|
|
|
# Fails with ASCII (and hence also with XeTeX).
|
|
|
|
export/doc/(|de/|es/|fr/)UserGuide_pdf4_texF
|
|
|
|
|
|
|
|
# chemgreek incompatible with LuaTeX and TeX fonts
|
2016-01-08 21:49:52 +00:00
|
|
|
# fixed in TeXLive 2016-01-07 (add to unreliable?)
|
|
|
|
#export/examples/achemso_(dvi3|pdf5)_texF
|
2015-12-18 22:27:30 +00:00
|
|
|
# Math depends on the mhchem package which loads chemgreek
|
2016-01-08 21:49:52 +00:00
|
|
|
#export/doc/(|de/|es/|fr/)Math_(dvi3|pdf5)_texF
|
2015-12-18 22:27:30 +00:00
|
|
|
|
2015-12-21 21:48:37 +00:00
|
|
|
# Inside these two files, we state that they should only be expected
|
|
|
|
# to work with pdflatex and possibly lualatex.
|
|
|
|
export/examples/PDF-form_(dvi.*|pdf[^25]*)
|
|
|
|
export/examples/(|de/|fr/)PDF-comment_dvi3_.*F
|
|
|
|
export/examples/(|de/|fr/)PDF-comment_pdf5_texF
|
|
|
|
|
2016-01-09 10:10:23 +00:00
|
|
|
# Hebrew docs do not currently work with LuaTeX (will be fixed in TeXLive-16)
|
|
|
|
# TODO: set working system fonts in the lyx sources
|
|
|
|
export/.*/he/.*(dvi3|pdf5).*
|
|
|
|
|
2016-01-05 16:02:44 +00:00
|
|
|
# ... nor with XeTeX and 8-bit TeX fonts (due to missing ASCII replacements)
|
2015-12-28 20:24:51 +00:00
|
|
|
export/.*/he/.*pdf4_texF
|
|
|
|
|
|
|
|
# Babel-Russian uses UTF-8 for auto-strings if it detects Xe/LuaTeX.
|
|
|
|
# This fails unless the inputencoding is set to utf-8, too.
|
|
|
|
export/doc/ru/(Intro|Tutorial)_(dvi3|pdf[45])_texF
|
|
|
|
export/examples/ru/splash_(dvi3|pdf[45])_texF
|
|
|
|
|
2016-01-06 13:51:02 +00:00
|
|
|
# Document uses Postscript specials
|
|
|
|
# Does not compile with pdflatex (see note in the document source).
|
2015-12-30 13:49:52 +00:00
|
|
|
export/examples/instant_preview_(dvi3|pdf4)_systemF
|
|
|
|
export/examples/instant_preview_pdf[25].*
|
2016-01-06 13:51:02 +00:00
|
|
|
export/examples/(chessgame|chess-article|powerdot-example)_pdf[25].*
|
|
|
|
export/examples/fr/exemple-powerdot_pdf[25].*
|
2015-12-30 13:49:52 +00:00
|
|
|
|
|
|
|
# Gives the following error:
|
|
|
|
# # ! Package hpstatement Error: H or P statement "H251"
|
|
|
|
# # (hpstatement) is not defined.
|
2016-01-08 21:51:58 +00:00
|
|
|
# seems to be polyglossia-related (dvi3 worked with babel)
|
|
|
|
export/examples/H-P-statements_.*_systemF
|
2015-12-30 13:49:52 +00:00
|
|
|
|
2016-01-06 13:51:02 +00:00
|
|
|
# requires jss.cls (not on CTAN)
|
|
|
|
# "All documents need to be processed by pdflatex" [jss.pdf]
|
|
|
|
export/templates/JSS-article_(dvi|dvi3_.*|pdf3?)
|
|
|
|
|
2016-01-06 13:58:38 +00:00
|
|
|
# tufte (partially) incompatible with latex and xelatex:
|
|
|
|
# \MakeTextUppercase requires microtype.
|
|
|
|
# http://tex.stackexchange.com/questions/202142/problems-compiling-tufte-title-page-in-xelatex
|
|
|
|
export/examples/(|de/|es/)tufte-(book|handout)_(dvi.*|pdf|pdf3|pdf4.*)
|
|
|
|
|
2016-01-12 21:18:08 +00:00
|
|
|
# Wasysym - LuaTeX incompatibility
|
|
|
|
# Missing character reported for $_\sun$
|
|
|
|
# (the sun-character is printed in \normalsize (i.e. not scaled)
|
|
|
|
# with any export format -- only LuaTeX reports a missing character).
|
|
|
|
export/examples/aas_sample_(dvi3|pdf5)_(texF|systemF)
|
|
|
|
|
2016-09-03 01:21:36 +00:00
|
|
|
# These files use packages that are not compatible with the newest LuaTeX. We
|
|
|
|
# could potentially fix these by loading the luatex85 package early in the
|
|
|
|
# LyX-generated preamble, but it seems it's better to wait until the packages
|
|
|
|
# fix the root issue themselves.
|
|
|
|
# xy package:
|
|
|
|
.*(|fr/)xy(pic|figure).*pdf5.*
|
2016-01-12 21:18:08 +00:00
|
|
|
|
2015-12-21 21:48:37 +00:00
|
|
|
|
2015-12-21 10:42:32 +00:00
|
|
|
Sublabel: multilingual
|
2015-12-30 18:15:16 +00:00
|
|
|
#
|
2015-12-28 20:24:51 +00:00
|
|
|
# Without the Czech or Slovak text it compiles
|
|
|
|
# No problem with inserted German (or other foreign language) text
|
2015-12-21 10:42:32 +00:00
|
|
|
# No problem if the table is Slovak too
|
2015-12-28 20:24:51 +00:00
|
|
|
# Seems to be a problem with Check and Slovak Babel support. File a bug there.
|
2016-01-08 21:51:58 +00:00
|
|
|
# All exports using babel fail:
|
|
|
|
export/export/TableErrorIfSlovakTextInserted_(dvi|pdf[23]?|.*_texF)
|
2015-12-18 21:11:36 +00:00
|
|
|
|
2015-12-21 21:48:37 +00:00
|
|
|
|
2015-12-18 21:11:36 +00:00
|
|
|
Sublabel: attic
|
2015-12-30 13:49:52 +00:00
|
|
|
#
|
2015-12-18 21:11:36 +00:00
|
|
|
# Documents in the attic.
|
|
|
|
# Kept for reference and format conversion test.
|
|
|
|
# However, most problems here are "wontfix".
|
|
|
|
|
|
|
|
# Fails because of missing .png graphic files.
|
|
|
|
# They were replaced by .svgz, but, as this file is in the attic, we do not
|
2016-01-09 17:30:22 +00:00
|
|
|
# convert to new lyx format. Plain latex and xetex create output (ignoring
|
|
|
|
# missing files) while (pdf|lua)latex exits with != 0
|
|
|
|
export/doc/attic/eu_UserGuide_pdf[25].*
|
2015-12-18 21:11:36 +00:00
|
|
|
|
|
|
|
# Files in the attic with non-default output
|
|
|
|
# (i.e. could be ERT, package incompatiblity, ...)
|
|
|
|
export/doc/attic/it_(Customization_pdf5|UserGuide_dvi3|UserGuide_pdf4)_systemF
|
|
|
|
export/doc/attic/sk_UserGuide_pdf4_texF
|
2015-12-28 20:24:51 +00:00
|
|
|
export/doc/attic/id_UserGuide_pdf[45]_systemF
|
2016-05-31 07:13:35 +00:00
|
|
|
|
|
|
|
Sublabel: xhtml
|
|
|
|
export/export/WrongDfnTagHandling_xhtml
|