From 7ea92108535841edd697d68eaa85d8d1da98ab84 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Sat, 30 Sep 2017 22:52:57 -0400 Subject: [PATCH] Uninvert Japanese tests after fix to #8823 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The export ja/lilypond_pdf fails because ps2pdf gives an error. It is thus still inverted, under the category 'externalissues'. As Jürgen discovered, ps2pdf succeeds if the -dNOSAFER flag is used. Note that Kornel is seeing strange behavior with the sweave test, and thus the label of that test might be changed soon (e.g. to "unreliable"). For discussion, see: https://www.mail-archive.com/search?l=mid&q=20171001032524.fr5xfngylththwv2%40steph (cherry picked from commit 0c7e5c115d093c94c68e1f53f32efab2889f9bc7) --- development/autotests/invertedTests | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/development/autotests/invertedTests b/development/autotests/invertedTests index f8494beb62..fd54978c99 100644 --- a/development/autotests/invertedTests +++ b/development/autotests/invertedTests @@ -126,9 +126,6 @@ Sublabel: lyxbugs # LyX bugs with a Trac number. # ================================================ -#8823 documents requiring pre-processing fail with Japanese -export/examples/ja/(knitr|lilypond|sweave)_(dvi|pdf3?) - #10355 xmllint detects failures export/doc/attic/eu_UserGuide_xhtml export/doc/(es|ja)/UserGuide_xhtml @@ -266,6 +263,20 @@ export/templates/es_beamer-conference-ornate-20min_pdf4_texF check_load/templates/acmart +# ================================================ +Sublabel: externalissues +# Export fails due to non-LaTeX external tool, +# ================================================ +# +# e.g. a bug or missing feature in ps2pdf + +# ps2pdf gives the following and exits with error: +# Error: /invalidfileaccess in --file-- +# ps2pdf succeeds if the -dNOSAFER flag is used. For discussion, see: +# https://www.mail-archive.com/search?l=mid&q=1506851183.3130.15.camel%40lyx.org +export/examples/ja/lilypond_pdf + + # ====================================================================== Sublabel: attic # Documents in the attic, kept for reference and format conversion test. -- 2.39.5