[LyX/master] Cmake export tests: Suspend some Foils compilations with system fonts

Kornel Benko kornel at lyx.org
Mon Dec 16 10:43:16 UTC 2019


commit a48eefadc7db0911895ef109a58453f1567630a8
Author: Kornel Benko <kornel at lyx.org>
Date:   Mon Dec 16 11:55:17 2019 +0100

    Cmake export tests: Suspend some Foils compilations with system fonts
---
 development/autotests/invertedTests  |   11 +++++++++++
 development/autotests/suspendedTests |    4 ++++
 2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/development/autotests/invertedTests b/development/autotests/invertedTests
index 8302dc3..dd280c6 100644
--- a/development/autotests/invertedTests
+++ b/development/autotests/invertedTests
@@ -322,3 +322,14 @@ Sublabel: attic
 # (i.e. could be ERT, package incompatiblity, ...)
 export/doc/attic/it_(UserGuide_dvi3|UserGuide_pdf4)_systemF
 export/doc/attic/id_UserGuide_.*systemF
+
+# ================================================
+Sublabel: dvips
+# The document requests the dvips graphics driver,
+# and of course this fails with any other backend.
+#
+# The document compiles if you set the graphics driver to "Automatic"
+# and remove the dvips class option. But then, the output is not correct
+# (rotation of foils does not work).
+export/examples/(|fr/)Presentations/Foils_pdf[45]_systemF
+
diff --git a/development/autotests/suspendedTests b/development/autotests/suspendedTests
index f8007d9..b162a4f 100644
--- a/development/autotests/suspendedTests
+++ b/development/autotests/suspendedTests
@@ -16,6 +16,10 @@
 # supported by many packages. -> Failures are mostly due to LaTeX problems.
 .*(|de|es|fr|he|hu|id|ko|ru|uk|zh_CN)/.*(dvi3|pdf4|pdf5)_texF
 
+# The document requests the dvips graphics driver, and of course
+# this fails with any other backend.
+export/examples/(|fr/)Presentations/Foils_pdf[45]_systemF
+
 # Files in the attic are kept for reference and conversion tests.
 # Failures are usually due to new package versions and "wontfix".
 .*/attic/(eu|id|it|pl|sk)_.*


More information about the lyx-cvs mailing list