mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
ctests: found reason for "seminar" failure.
This commit is contained in:
parent
30c9c8e81a
commit
11a036b871
@ -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
|
||||
#
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user