commit 4ad2215060523661c28310666e4db77773141b17
Author: Kornel Benko <[email protected]>
Date:   Fri Dec 4 19:33:39 2015 +0100

    Cmake export tests: Tutorial.lyx now compilable
    
    suspiciousTests: Remove Tutorial from the regex
    suspendedTests: Explicit list of languages needed
    ignoredTests: Language-string is separated from other strings only by '/'. 
'|', '_', '(' and ')'

diff --git a/development/autotests/ignoredTests 
b/development/autotests/ignoredTests
index dd256f5..544846b 100644
--- a/development/autotests/ignoredTests
+++ b/development/autotests/ignoredTests
@@ -4,7 +4,7 @@
 # latex8.sty is obsolete and replaced by IEEEconf.
 check_load/templates/attic/latex8
 export/templates/attic/latex8_pdf.*
-export/.*/ko[/_].*_texF
+export/.*/ko(/|_).*_texF
 #
 # Are they ever expected to success?
 export/.*/ja/.*_(pdf[245]|dvi3).*
diff --git a/development/autotests/suspendedTests 
b/development/autotests/suspendedTests
index 62103b2..56c5e4d 100644
--- a/development/autotests/suspendedTests
+++ b/development/autotests/suspendedTests
@@ -1,2 +1,4 @@
-.*(dvi3|pdf4|pdf5)_texF
+# Languages cannot be in regex as .*, therefore they have to be explicitly 
named
+# This is due to our implementation in creating different lists for different 
languages
+.*(|de|es|fr|he|hu|id|ko|ru|uk|zh_CN)/.*(dvi3|pdf4|pdf5)_texF
 .*/attic/.*F
diff --git a/development/autotests/suspiciousTests 
b/development/autotests/suspiciousTests
index 08f09ed..73f78d3 100644
--- a/development/autotests/suspiciousTests
+++ b/development/autotests/suspiciousTests
@@ -24,7 +24,7 @@ export/.*/hu/.*(pdf5)_texF
 export/.*/es/europeCV_pdf_texF
 #
 # somehow lualatex is not able to compile with non-tex fonts
-export/.*/es/(Math|Tutorial|UserGuide|ejemplo_con_lyx)_dvi3_systemF
+export/.*/es/(Math|UserGuide|ejemplo_con_lyx)_dvi3_systemF
 
 # See http://www.lyx.org/trac/ticket/8823
 export/examples/ja/(lilypond|sweave|knitr)_pdf

Reply via email to