The inverted Japanese knitr/sweave/lilypond tests are failing (meaning
the exports pass), except for the lilypond export that goes through
ps2pdf. For that I get an error from ps2pdf:

Error: /invalidfileaccess in --file--

Günter, Kornel, if you have time (no problem if more important things to
worry about), on current 2.3.x do you also see the failures of the
inverted tests, and do you also see the ps2pdf error I mention above?

If you do see the ps2pdf error, do you have a guess of where the root
problem is? e.g. our export, or Lilypond's creation or dvips or ps2pdf?

Attached is a patch.

Scott
From 9f0173f8bcd77817f3190aef407cfca305924295 Mon Sep 17 00:00:00 2001
From: Scott Kostyshak <skost...@lyx.org>
Date: Sat, 30 Sep 2017 22:52:57 -0400
Subject: [PATCH] Uninvert Japanese tests after fix to #8823

The export ja/lilypond_pdf failes because ps2pdf gives an error.
It is thus still inverted, under the category 'externalissues'.
---
 development/autotests/invertedTests | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/development/autotests/invertedTests b/development/autotests/invertedTests
index f8494be..c44b1ac 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,18 @@ 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--
+export/examples/ja/lilypond_pdf
+
+
 # ======================================================================
 Sublabel: attic
 # Documents in the attic, kept for reference and format conversion test.
-- 
2.7.4

Attachment: signature.asc
Description: PGP signature

Reply via email to