From 8a656d95d4bc0ca701d2d1eb666c35942a3ebd37 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Sun, 14 Jan 2018 15:51:31 -0500 Subject: [PATCH] ctests: run only pdf4_systemF for ja knitr/sweave The "bxjsarticle" class only supports export with XeLaTeX and system fonts. This commit uses the new exclusion functionality introduced at 10cd5dd2. The following tests are now ignored: export/examples/ja/knitr_dvi export/examples/ja/knitr_pdf export/examples/ja/knitr_pdf3 export/examples/ja/sweave_dvi export/examples/ja/sweave_pdf export/examples/ja/sweave_pdf3 The following tests are no longer ignored: export/examples/ja/knitr_pdf4_systemF export/examples/ja/sweave_pdf4_systemF --- development/autotests/ignoredTests | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/development/autotests/ignoredTests b/development/autotests/ignoredTests index 5e10cd0f5f..1a1a4ce73d 100644 --- a/development/autotests/ignoredTests +++ b/development/autotests/ignoredTests @@ -54,6 +54,11 @@ export/.*/zh_CN/.*texF # see also INVERTED.TODO_export/export/latex/ja_wrong_auto_encoding_(dvi|pdf(|3)).* # For a discussion of alternatives for Japanese with LaTeX , see also # http://www.preining.info/blog/2014/12/writing-japanese-in-latex-part-1-introduction/ +# +# Exception: ja knitr.lyx and sweave.lyx support only XeLaTeX with system fonts +# because they use the "bxjsarticle" class +!export/.*/ja/(knitr|sweave).*_(lyx.*|xhtml|pdf4_systemF) +export/.*/ja/(knitr|sweave).* export/.*/ja/.*_(pdf[245]|dvi3).* # These files are not expected to compile, they use math-macros -- 2.39.2