From 95ba824283d5b8058622a363be821ae73d9f055f Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Thu, 1 Sep 2016 17:12:09 -0400 Subject: [PATCH] ctests: update tests to reflect lualatex fixes europeCV and modernCV examples can now be exported to PDF using LuaTeX. For the specific output that was fixed, look at the diff and see the description in suspiciousTests that was removed by this commit. The output was checked manually and appears fine. These tests are thus "uninverted". Exporting those examples to DVI with LuaTeX does not exit with error, but the output drops characters with accents. Thus, these tests are now marked with the "wrong_output" label. I reported this issue on the LuaTeX mailing list at [1], but since DVI export is not given high priority, I don't expect much action. Note that these changes reflect an updated TeX Live 2016 installation. [1] https://www.mail-archive.com/search?l=mid&q=20160831134006.4fewxothddqfeyw4%40steph --- development/autotests/suspiciousTests | 7 ------- development/autotests/unreliableTests | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/development/autotests/suspiciousTests b/development/autotests/suspiciousTests index ab5d6b5f84..01ec842276 100644 --- a/development/autotests/suspiciousTests +++ b/development/autotests/suspiciousTests @@ -160,13 +160,6 @@ export/.*/he/.*pdf4_texF export/doc/ru/(Intro|Tutorial)_(dvi3|pdf[45])_texF export/examples/ru/splash_(dvi3|pdf[45])_texF -# LuaTeX fails for an \mbox in an index, e.g. $a_{\mbox{a}}$. -# This construct appears in the included bib file biblioExample.bib in -# the entry Eisenstein2005. Error message is -# Missing character: There is no (U+6035) in font rm-lmr12! -# (with system fonts: 602D and 6039) -export/examples/(|es/)(europe|modern)CV_(dvi3|pdf5)_(texF|systemF) - # Document uses Postscript specials # Does not compile with pdflatex (see note in the document source). export/examples/instant_preview_(dvi3|pdf4)_systemF diff --git a/development/autotests/unreliableTests b/development/autotests/unreliableTests index d65c633730..ef68ca913b 100644 --- a/development/autotests/unreliableTests +++ b/development/autotests/unreliableTests @@ -100,3 +100,10 @@ export/export/utf8-plain-with-tex-fonts_(dvi|pdf.?) # The following document mixes inTitle layouts and leads to # likely unintended output. See #10347 export/mixing_inTitle_layouts.lyx + +# Characters with accents are not output +# Reported to LuaTeX mailing list here: +# https://www.mail-archive.com/search?l=mid&q=20160831134006.4fewxothddqfeyw4%40steph +# (not expecting much attention because DVI is not given high priority) +export/doc/es/Customization_dvi3_systemF +export/examples/(|es/)(europe|modern)CV_dvi3_systemF -- 2.39.5