]> git.lyx.org Git - lyx.git/blobdiff - development/autotests/suspiciousTests
Fix std::regex detection for older gcc
[lyx.git] / development / autotests / suspiciousTests
index 58b40d16d543220cf662ac7a80e281716a0bec32..f293a7166db7a2e801af844d47a3acc705734db0 100644 (file)
@@ -25,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)
@@ -64,39 +56,16 @@ 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
-
 # 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)
 
-# Requires aa.cls (not on CTAN).
-# 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?
-# Move to unreliable:nonstandard?
-export/examples/aa_sample_(dvi3|pdf[45])_.*
-export/templates/aa_(dvi3|pdf[45])_.*
-
-# Requires iucr.cls (not on CTAN)
-# Is there a new version fixing the problem?
-# Does LuaTeX produce sensible results?
-export/templates/IUCr-article_pdf4_systemF
-
 # 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]).*
 
-# "Dangerous" setting "language default (no inpuentc)
-# non-ASCII characters fail with LuaTeX
-# (work "per accident" with other routes)
-# set to "language default" to use inputenc/luainputenc!
-export/examples/aas_sample_(dvi3|pdf5)_(texF|systemF)
-
 # 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)
@@ -107,7 +76,13 @@ export/examples/ko/splash_(dvi||pdf[23]?)
 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
@@ -145,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
 #
@@ -209,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
 #
@@ -228,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