From: Scott Kostyshak Date: Wed, 16 Mar 2016 05:07:21 +0000 (-0400) Subject: ctests: uninvert 3 tests that pass due to updates X-Git-Tag: 2.2.0rc1~79 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a28178ba382b786eef792c6a0e4b0f6c219fb07c;p=features.git ctests: uninvert 3 tests that pass due to updates When updating to the latest TeX Live revision, these exports now succeed. Inspecting the differences between the "good" PDF and the "bad" PDF (where the test failed) there are three differences, which can be found on the printed page numbers 81 and 82 (PDF page numbers 91 and 92). The accented i in "lím" was printed incorrectly (and the missing glyph was correctly detected). After the update the character is printed correctly and there is no longer an error. The package that caused the change is likely babel or babel-spanish. You can see the log from the TeX Live update that caused the fix by seeing the attachment to the message here: https://www.mail-archive.com/search?l=mid&q=20160313015902.lny3g5aujh4c4aps%40scott-Za1510 --- diff --git a/development/autotests/suspiciousTests b/development/autotests/suspiciousTests index 06e7287a10..98e7126546 100644 --- a/development/autotests/suspiciousTests +++ b/development/autotests/suspiciousTests @@ -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)