]> git.lyx.org Git - lyx.git/blobdiff - development/autotests/suspiciousTests
Fix std::regex detection for older gcc
[lyx.git] / development / autotests / suspiciousTests
index bc3999375f472d1e07abf7af02eaf95c63f22fe4..f293a7166db7a2e801af844d47a3acc705734db0 100644 (file)
@@ -7,28 +7,6 @@
 # they are reported as failing if the export works without error.
 
 
-# These started failing after we implemented tests for formats
-# that are in the complement set to the default format (7ecbb068).
-# TODO it might be worth it to take a look at each individually and
-# see whether they are supposed to fail or if there is something LyX
-# can do to add support for exporting them.
-export/examples/listerrors_(pdf[245]).*
-export/examples/ko/splash_(dvi||pdf[23]?)
-
-# The following exports worked with TeX Live 2013, but not in 2014.
-# For a workaround, see:
-# https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg184435.html
-export/examples/aa_sample_(dvi3|pdf4|pdf5)_(texF|systemF)
-export/templates/aa_(dvi3|pdf4|pdf5)_(texF|systemF)
-
-export/templates/IUCr-article_pdf4_systemF
-
-export/examples/aas_sample_(dvi3|pdf5)_(texF|systemF)
-
-# Following mathmacros tests fail
-export/mathmacros/testcases_speed_(lyx16|lyx21|dvi|pdf|pdf[23]|(dvi3|pdf[45])_(texF|systemF))
-check_load/mathmacros/testcases_speed
-
 Sublabel: todo
 #
 # LyX bugs and problems with the sample documents that require attention.
@@ -36,10 +14,6 @@ Sublabel: todo
 # * easyfix issues,
 # * LyX bugs to report at trac (move pattern to section "lyxbugs" once done).
 
-# LyX index sorting fails with ASCII (and hence also with XeTeX).
-# (! >20 popup windows!)
-export/doc/(es|fr)/UserGuide_pdf4_texF
-
 # the ukrainean splash has preamble code loading russian babel
 # in the preamble (Why?)
 # TODO: remove the LaTeX preamble code:
@@ -51,14 +25,6 @@ export/examples/uk/splash_(dvi3|pdf[45])_texF
 # Explore! (works with language_package==babel)
 export/doc/fr/UserGuide_.*_systemF
 
-# Bug in Babel-Spanish with Xe/LuaTeX and Unicode fonts:
-#
-# Babel is required for es/UserGuide as it explains Babel-defined Spanish
-# mathematical functions like \sen
-# Workaround: add a line to the user-preamble
-#   \@ifpackageloaded{fontspec}{\unaccentedoperators}{}
-export/doc/es/UserGuide_.*_systemF
-
 # Missing characters (U+0361, U+1E61) in LM,
 # set different system font in the source?
 # + language nesting problem (may disappear after completed translation)
@@ -81,10 +47,6 @@ export/doc/(|de/|es/|fr/)Math.*systemF
 # XeTeX artifact? works with LuaTeX, explore:
 export/doc/(|de/|es/|fr/)EmbeddedObjects_pdf4_systemF
 
-# Work with the fonts substituted "silently" by the test script.
-# TODO: set the system fonts in the lyx source
-#export/examples/he/splash_pdf5_systemF
-
 # 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?
@@ -94,15 +56,34 @@ export/doc/(|de/|es/|fr/)EmbeddedObjects_pdf4_systemF
 #   -> adapt template and style (GM)
 export/templates/IEEEtran-(Journal|TransMag)_pdf4_systemF
 
-# requires knitr, requires rjournal.sty (not on CTAN)
-# incompatible with fontspec?
-export/templates/RJournal_(dvi3|pdf[45])_systemF
-
-# Default output format is XeTeX
-# -> Only system fonts?
+# Requires ctex (Chinese).
+# Default output format is XeTeX. -> Only system fonts?
 #    Does (dvi|pdf3_texF|dvi3_texF) produce sensible results?
 export/templates/ctex_(pdf[23]?|pdf4_texF)
 
+# 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
+
+# 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?
+export/export/LongestLabelWithUnderscore_[^x].*
+
 
 Sublabel: lyxbugs
 #
@@ -139,6 +120,11 @@ export/doc/(de|es|fr)/Additional_pdf4_texF
 # \ding{58} and \ding{171} not supported with XeTeX and system fonts:
 export/examples/fr/ListesPuces_pdf4_systemF
 
+# 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
 
 Sublabel: texissues
 #
@@ -151,9 +137,10 @@ Sublabel: texissues
 export/doc/(|de/|es/|fr/)UserGuide_pdf4_texF
 
 # chemgreek incompatible with LuaTeX and TeX fonts
-export/examples/achemso_(dvi3|pdf5)_texF
+# fixed in TeXLive 2016-01-07 (add to unreliable?)
+#export/examples/achemso_(dvi3|pdf5)_texF
 # Math depends on the mhchem package which loads chemgreek
-export/doc/(|de/|es/|fr/)Math_(dvi3|pdf5)_texF
+#export/doc/(|de/|es/|fr/)Math_(dvi3|pdf5)_texF
 
 # Inside these two files, we state that they should only be expected
 # to work with pdflatex and possibly lualatex.
@@ -161,8 +148,10 @@ export/examples/PDF-form_(dvi.*|pdf[^25]*)
 export/examples/(|de/|fr/)PDF-comment_dvi3_.*F
 export/examples/(|de/|fr/)PDF-comment_pdf5_texF
 
-# Hebrew docs do not currently work with DVI (LuaTeX)
-export/.*/he/.*dvi3.*
+# 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).*
+
 # ... nor with XeTeX and 8-bit TeX fonts (due to missing ASCII replacements)
 export/.*/he/.*pdf4_texF
 
@@ -200,6 +189,13 @@ export/templates/JSS-article_(dvi|dvi3_.*|pdf3?)
 # http://tex.stackexchange.com/questions/202142/problems-compiling-tufte-title-page-in-xelatex
 export/examples/(|de/|es/)tufte-(book|handout)_(dvi.*|pdf|pdf3|pdf4.*)
 
+# 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)
+
+
 
 Sublabel: multilingual
 #
@@ -219,12 +215,16 @@ Sublabel: attic
 
 # Fails because of missing .png graphic files.
 # They were replaced by .svgz, but, as this file is in the attic, we do not
-# convert to new lyx format. Plain latex creates output (and ignores missing
-#  files) while (pdf|lua|xe)latex exits with != 0
-export/doc/attic/eu_UserGuide_pdf.+
+# 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].*
 
 # 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
 export/doc/attic/id_UserGuide_pdf[45]_systemF
+
+Sublabel: xhtml
+export/export/MissingEndTagDiv_xhtml
+export/export/WrongDfnTagHandling_xhtml