]> git.lyx.org Git - lyx.git/blobdiff - development/autotests/suspiciousTests
Split TextMetrics::setRowHeight in three parts
[lyx.git] / development / autotests / suspiciousTests
index 4152033d0193d959a3f9900c874ac1082c1f6676..2949ead2a40dfb1165f9ff422f226a0a495a2fe0 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)
@@ -55,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?
@@ -68,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)
@@ -111,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
@@ -172,8 +143,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
 
@@ -211,6 +184,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
 #
@@ -230,9 +210,9 @@ 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, ...)