]> git.lyx.org Git - lyx.git/commitdiff
ctest: update tagging scripts.
authorGünter Milde <milde@lyx.org>
Wed, 10 Apr 2019 19:02:10 +0000 (21:02 +0200)
committerGünter Milde <milde@lyx.org>
Wed, 10 Apr 2019 19:02:10 +0000 (21:02 +0200)
autotests/export/latex/en-th_language-default.lyx
development/autotests/ignoredTests
development/autotests/invertedTests
development/autotests/unreliableTests

index 2b1c8f8e4f92a60621e25052c2b1ea9532662e8c..d06a9670ac5ab1a24f4ca1e8e9a425efafd8758f 100644 (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"
index f7df536c07e6bd94b119859adc32493ac3ced089..47fcd50b4c0996b5438beef08f9a8dcfed2e28db 100644 (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
index 65b2abecead0828665479a202c4c07d1a2ba814c..fa513240c7dc0a9ed6b78954b4b2a8529b8605f3 100644 (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
index 206a81be50a8cfb9fdb53a5084a44704ff6646ca..7b451e817bb09bb834241bdb6d653f7f9d4c34d8 100644 (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
 # **********