From a28178ba382b786eef792c6a0e4b0f6c219fb07c Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Wed, 16 Mar 2016 01:07:21 -0400 Subject: [PATCH] ctests: uninvert 3 tests that pass due to updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- development/autotests/suspiciousTests | 8 -------- 1 file changed, 8 deletions(-) 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)