]> git.lyx.org Git - features.git/commitdiff
ctests: found reason for "seminar" failure.
authorGünter Milde <milde@lyx.org>
Thu, 22 Sep 2016 21:54:18 +0000 (23:54 +0200)
committerGünter Milde <milde@lyx.org>
Thu, 22 Sep 2016 21:54:18 +0000 (23:54 +0200)
development/autotests/invertedTests
development/autotests/unreliableTests

index f31a91358f0fe645253ae8fbde8191bc4b7b56be..b39db446b88963255d749204998743cb93f6a239 100644 (file)
@@ -99,6 +99,15 @@ export/export/latex/LongestLabelWithUnderscore.*
 # if they contain non-ASCII characters)
 export/doc/(es|fr)/Additional_pdf4_texF
 
+#10394 Do not error on missing characters in "nullfont".
+# "LaTeXing" seminar fails (except for LuaTeX) with 
+#    Missing character: There is no 0 in font nullfont!
+# due to a bug in PGF (https://sourceforge.net/p/pgf/bugs/314/)
+# However, these warnings can be safely ignored as PGF deliberately uses
+# "nullfont" to suppress output.
+#   http://tex.stackexchange.com/questions/121154/tikzpicture-options-causing-there-is-no-in-font-nullfont
+export/examples/(|fr/)seminar_.*(dvi|pdf|pdf[2-4]).*
+
 
 Sublabel: ert
 #
index 192607ac76171c70019b8aa223ee33357837d09b..4bcc1d2f39e9ee644a12fa9008106a3606137a05 100644 (file)
@@ -50,9 +50,6 @@ Sublabel: erratic
 #################
 # Tests depending on local configuration, or the phase of the moon.
 
-# for unknonwn reasons, seminar fails at some places:
-export/examples/(|fr/)seminar_.*(dvi|pdf).*
-
 # Export fails the first time but works the second time. (Why?)
 export/doc/es/Customization_pdf4_texF
 
@@ -76,10 +73,10 @@ Sublabel: wrong_output
 # These tests are actually not "unreliable" (different result for different
 # runs) but *invalid* (not measuring what they should measure).
 
-# seminar.sty uses Postscript specials
-# -> wrong output with pdflatex/LuaTeX and DVI (missing landscape slides).
-export/examples/(|fr/)seminar_pdf[25].*
-export/examples/(|fr/)seminar_dvi.*
+# seminar.sty uses Postscript specials or PGF
+# -> wrong output with DVI (missing landscape slides).
+#    (currently) wrong output with LuaTeX (scaled with 0.5)
+export/examples/(|fr/)seminar_(dvi|pdf5).*
 
 # Babel-Spanish uses Babel's "strings" feature to define
 # separate auto-strings using UTF-8 literals.