]> git.lyx.org Git - lyx.git/blobdiff - development/autotests/suspiciousTests
ia.po: repair 4 c-format errors
[lyx.git] / development / autotests / suspiciousTests
index 4152033d0193d959a3f9900c874ac1082c1f6676..06e7287a10ddccbb19540040c52198828a99c998 100644 (file)
@@ -55,10 +55,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 +64,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 +84,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.*
 
 
 Sublabel: lyxbugs
@@ -172,8 +151,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 +192,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 +218,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, ...)