commit d49deef4f944561b8c1130b8758f926924803ae0
Author: Kornel Benko <[email protected]>
Date:   Tue Sep 4 15:48:14 2018 +0200

    Export tests: Ignore compilations of copernicus with luatex or xetex
    
    The compilations fail because the macro
        \DeclareUnicodeCharacter
    is not defined. Also the sequence
          \ifnum\pdfoutput=\z@
    is making troubles.
    
    The exports to previous lyx-versions is disabled too,
    because there is no layout defined there.
---
 development/autotests/ignoredTests |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/development/autotests/ignoredTests 
b/development/autotests/ignoredTests
index 16b36f9..538e2f2 100644
--- a/development/autotests/ignoredTests
+++ b/development/autotests/ignoredTests
@@ -127,3 +127,11 @@ check_load/export/latex/.*
 lyx2lyx/export/latex/.*
 # don't check export to other LyX versions or HTML
 export/export/latex.*(lyx..|xhtml)
+
+Sublabel: noluatex, noxetex
+#! Missing number, treated as zero.
+# in copernicus.cls:199
+# \ifnum\pdfoutput=\z@
+# Seems, like only latex and pdflatex compilations work
+export/templates/copernicus_(dvi3|pdf4|pdf5)_(texF|systemF)
+export/templates/copernicus_lyx(16|21|22)

Reply via email to