From: Scott Kostyshak Date: Tue, 8 Jan 2019 22:05:55 +0000 (-0500) Subject: ctests: ingore a utf8-cjk test instead of invert X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=02f7ad6bdecd8ee0d152f9df267690f5200ba9f7;p=features.git ctests: ingore a utf8-cjk test instead of invert The 001-4-latin_utf8x_pdf2 test passes and the 001-4-latin_utf8-cjk_pdf2 test fails, which means that there are characters in the .lyx file that are only available with utf8-extended encoding, so the utf8 test is never expected to pass in the future. Thanks to Kornel. --- diff --git a/development/autotests/ignoredTests b/development/autotests/ignoredTests index 35981148ea..038846354a 100644 --- a/development/autotests/ignoredTests +++ b/development/autotests/ignoredTests @@ -95,6 +95,12 @@ export/templates/acmart_lyx(16|21|22) export/templates/acmart_(dvi3|pdf4|pdf5)_systemF export/templates/acmart_pdf +# the 001-4-latin_utf8x_pdf2 test passes and the 001-4-latin_utf8-cjk_pdf2 test +# fails, which means that there are characters in the .lyx file that are only +# available with utf8-extended encoding, so the utf8 test is never expected to +# pass in the future. +export/export/latex/unicodesymbols/001-4-latin_utf8-cjk_pdf2 + # ============================================================ Sublabel: obsolete # Documents relying on no longer available packages or classes diff --git a/development/autotests/invertedTests b/development/autotests/invertedTests index bc2e753e9f..cc7143a4d2 100644 --- a/development/autotests/invertedTests +++ b/development/autotests/invertedTests @@ -75,7 +75,7 @@ export/export/latex/unicodesymbols/074-76-letterlike-numberforms-arrows_cp1256_p # CJK: # Many unicode blocks work fine with utf8-cjk # Only a few are failing now (special documentclass required?): -export/export/latex/unicodesymbols/(001|070|074).*_utf8-cjk_pdf2 +export/export/latex/unicodesymbols/(070|074).*_utf8-cjk_pdf2 export/export/latex/unicodesymbols/.*_euc-cn_pdf2 export/export/latex/unicodesymbols/.*_gbk_pdf2