ctest: update tagging scripts.

This commit is contained in:
Günter Milde 2019-04-10 21:02:10 +02:00
parent 02e7bb80d3
commit 230cc9bc5b
4 changed files with 22 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#LyX 2.4 created this file. For more info see https://www.lyx.org/
\lyxformat 571
\lyxformat 572
\begin_document
\begin_header
\save_transient_properties true
@ -14,7 +14,7 @@
\language_package default
\inputencoding auto
\fontencoding auto
\font_roman "default" "default"
\font_roman "lmodern" "default"
\font_sans "default" "default"
\font_typewriter "default" "default"
\font_math "auto" "auto"

View File

@ -149,3 +149,6 @@ Sublabel: irrelevant
check_load/export/latex/.*
lyx2lyx/export/latex/.*
export/export/latex/.*(lyx..|xhtml)
# don't test with non-TeX fonts:
export/export/latex/en-th_(LTH|language-default).*systemF

View File

@ -186,7 +186,6 @@ export/export/latex/misplaced-inputenc-switch_pdf2
export/export/latex/ja_wrong_auto_encoding_(dvi|pdf(|3)).*
# ==============================================================
Sublabel: ert
# Export failures due to "raw" LaTeX use in ERT or preamble code
@ -312,13 +311,21 @@ export/.*/he/.*(dvi3|pdf5)_systemF
# Xe/LuaTeX + TeX fonts: "! Right-to-Left Support Error: use TeX--XeT or e-TeX engine."
export/.*/he/.*_texF
# Ukrainian
# See comment in unreliableTests
export/export/latex/uk-babel-date-missing-chars-with-ascii_pdf5_texF
# Hebrew
# Missing 8-bit fonts (see unreliableTests)
# After reinstalling culmus under the TL19 control, it compiles
#export/export/latex/unicodesymbols/012-31-hebrew_he-.*_pdf2
# Thai
# babel-thai globally changes catcodes for high-bit chars
# which prevents parsing of utf8 with vanilla inputenc (utf8x works)
# see also unreliable.wrong_output
export/export/latex/en-th_utf8_(dvi|pdf[23]?|pdf4_texF)
# ps2pdf gives the following error on updated TL18:
# Error: /undefined in d7Z
# For previous² TL versions, there is no error but the output is incorrect

View File

@ -177,6 +177,15 @@ export/doc/es/.*_(pdf5|dvi3)_texF
export/export/latex/uk-babel-date-missing-chars-with-ascii_.*_texF
export/doc/uk/Intro_.*_texF
# Thai
# babel-thai globally changes catcodes for high-bit chars
# which prevents parsing of utf8 with vanilla inputenc (utf8x works)
# see also unreliable.wrong_output
export/export/latex/en-th_utf8_(dvi3|pdf5)_texF
export/export/latex/en-th_language-default_(dvi|pdf).*
# only ASCII characters in DVI (LuaTeX) with non-TeX fonts:
export/export/latex/en-th_utf8_dvi3_systemF
# LyX issues
# **********