From: Kornel Benko Date: Fri, 4 Dec 2015 18:33:39 +0000 (+0100) Subject: Cmake export tests: Tutorial.lyx now compilable X-Git-Tag: testtag~79 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4ad2215060523661c28310666e4db77773141b17;p=lyx.git 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 dd256f52be..544846bffd 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 62103b2cf4..56c5e4d367 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 08f09edebb..73f78d380a 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