From b9b9759776862c22b51df614a07d5687521c1353 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Tue, 8 Jan 2019 17:05:55 -0500 Subject: [PATCH] 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. --- development/autotests/ignoredTests | 6 ++++++ development/autotests/invertedTests | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.2