]> git.lyx.org Git - lyx.git/blobdiff - development/autotests/invertedTests
Cmake export tests: Adapt test filtering
[lyx.git] / development / autotests / invertedTests
index c9bd8269650cfd59e31dbcbcfdb1029ed73f6db8..870ed2b5d94b1e34255aa1b0e3d5ad9bcf9a9d71 100644 (file)
@@ -48,12 +48,18 @@ export/templates/(|de/|es/|fr/|ja/)Presentations/Beamer_lyx(16|20)
 export/examples/(|es/)Curricula_Vitae/Modern_CV_(lyx(16|20)|dvi|dvi3.*F|pdf|pdf3)
 export/examples/(|es/)Curricula_Vitae/Europe_CV_(dvi|dvi3.*F|pdf|pdf3)
 #
-# back-conversion fails for rotated float inset in a list
+# Back-conversion fails for rotated float inset in a list:
 export/export/lyx2lyx/lyx_2_3_test_lyx(16|20|21|22)
+# Additional empty lines (vs. Separator latexpar) with every round-trip
+# before an ERT nested in a Description list:
+export/export/lyx2lyx/lyx_2_3_test2_lyx(16|20)
 
 # New problem with TL18: endless loop?
 #    ! TeX capacity exceeded, sorry [input stack +size=5000].
-export/export/latex/luainputenc-utf8_pdf5_texF
+# rsp.:
+>   ! Undefined control sequence.
+>   l.1 à
+export/export/latex/inputenc-luatex-utf8_pdf5_texF
 
 # nonstandard tests failing for unknown reason:
 export/templates/Obsolete/ACM_SIGGGRAPH.*_pdf5_(texF|systemF)
@@ -73,9 +79,18 @@ export/doc/ja/(Formula-numbering|Customization|EmbeddedObjects|Intro)_pdf4_syste
 # Test for command \pdfsave fails:
 # ! Package xypdf Error: pdfTeX version 1.40.0 or higher is needed for the xypdf
 export/examples/ja/Graphics_and_Insets/XY-Pic.*_systemF
-#
-# Document class js*.cls requires platex <-> Xe/LuaTeX,
-# fixed with "bxjs*.cls"
+
+# Does this still fail in TL19? What is the error?
+export/doc/he/.*pdf5_systemF
+export/.*/fa/Welcome_(dvi3|pdf5)_systemF
+
+Bug (in LyX or LaTeX?): 
+If a language change happens in an environment, LyX does not write an
+explicit \inputencoding{<new-default>} when switching back to the "outer"
+language. However, without explicit \inputencoding, the input encoding
+“utf8” is not properly switched back and high-bit characters like "ä" produce
+an "inputenc Error: Invalid UTF-8 byte "A0"".
+export/export/latex/languages/nested-inputenc_auto-legacy_pdf2
 
 
 # ================================================
@@ -100,7 +115,7 @@ export/export/latex/lyxbugs/[0-9].*
 #    the Cyrillic script is not required yet Polyglossia tests for support.
 # The document "sr/Braille.lyx" is an example of case b).
 # (For some reason, the false positive error is not thrown with PDF (luatex).)
-export/examples/sr/Modules/Braille_(dvi3|pdf4)_systemF
+#export/examples/sr/Modules/Braille_(dvi3|pdf4)_systemF
 
 #10355 xmllint detects failures
 export/doc/attic/eu_UserGuide_xhtml
@@ -142,6 +157,9 @@ export/examples/ja/Modules/Linguistics.*systemF
 export/doc/ar/UserGuide_pdf4_systemF
 export/doc/ar/UserGuide_lyx(22|23)
 
+#11773 lyx2lyx: language reversion nesting problems with polyglossia
+export/export/lyx2lyx/11773-language-reversion-nesting-polyglossia_lyx2[23]
+export/examples/ko/Welcome_lyx2[23]
 
 # ==============================================================
 Sublabel: ert
@@ -159,15 +177,6 @@ Sublabel: texissues
 # e.g. non-ASCII in verbatim or listings, incompatible packages, ...
 # "Wontfix" if documents demonstrate correct use in the default output format.
 
-# Compilation error with Chech or Slovak text i a table cell.
-# All exports using babel fail (problem in Czech and Slovak Babel support,
-# reported per mail to Petr Tesa\v{r}\'ik, 2016-09-06)
-# Without the Czech or Slovak text it compiles.
-# No problem with inserted German (or other foreign language) text.
-# No problem if the complete table is Slovak, too.
-export/export/latex/languages/en-sk-cz-babel-table-error_(dvi|pdf[23]?|.*_texF)
-
-
 # Xe/LuaTeX
 ###########
 
@@ -182,10 +191,7 @@ export/export/latex/languages/ru_auto-legacy-luatex.*_texF
 # New in TL18 -> cf. unreliableTests.varying_versions.
 # Workaround: suppressing auto-date, setting inputenc to "utf8", or using
 #             date inset (new in LyX 2.4) in the source documents.
-export/export/latex/languages/uk-babel-date-missing-chars-with-ascii_(pdf4|dvi3)_texF
-# the "dvi3" tests for these pass, but have wrong output.
-export/doc/uk/Intro_pdf4_texF
-export/examples/uk/Welcome_pdf4_texF
+export/export/latex/languages/uk-babel-date-missing-chars-with-ascii_dvi3_texF
 
 # Babel with non-TeX fonts fails for some supported languages
 # Lithuanian: L7x font encoding also set with LuaTeX and non-TeX fonts
@@ -197,8 +203,18 @@ export/export/latex/languages/supported-languages_babel_non-tex_(dvi3|pdf5)_syst
 export/export/latex/languages/supported-languages_(dvi|pdf).*_texF
 export/export/latex/languages/supported-languages_babel_(dvi|pdf).*_texF
 
-# Babel-Spanish fails sometimes with XeTeX and TeX fonts
-export/doc/es/(Math|UserGuide|EmbeddedObjects|Customization)_pdf4_texF
+# Babel + XeTeX and system fonts fails due to a babel bug:
+# https://www.mail-archive.com/search?l=mid&q=20190831012945.zl76dbstyijfqgdh%40boogie
+# The error is the following, although remoing the referenced language just leads
+# to a different error:
+#
+#  ! File ended while scanning use of \bbl@inireader.
+#  <inserted text>
+#                  \par
+#  l.3 \input{babel-german-switzerland}
+#  I suspect you have forgotten a `}', causing me
+export/export/latex/languages/supported-languages_babel_non-tex_pdf4_systemF
+
 
 # Polyglossia + LuaTeX issue
 # Reported upstream here:
@@ -206,25 +222,20 @@ export/doc/es/(Math|UserGuide|EmbeddedObjects|Customization)_pdf4_texF
 # These tests were broken at 3374b854
 # See discussion here:
 # https://www.mail-archive.com/search?l=mid&q=1478004223.2367.5.camel%40lyx.org
-export/doc/(sk|nb)/Intro_(dvi3|pdf5)_systemF
+#export/doc/(sk|nb)/Intro_(dvi3|pdf5)_systemF
 # some Polyglossia languages work only with XeTeX and fail with LuaTeX:
 # * The font "NotoSansEthiopic" cannot be found.
 # * sanskrit: ! Undefined control sequence.
 #             l.53 \newXeTeXintercharclass
 # * RTL-languages: ! Undefined control sequence.
 #             \setLR ->\@RTLfalse \luatexpardir
-export/export/latex/languages/supported-languages_polyglossia_(dvi3|pdf5)_systemF
-
-# Systemcall: 'lualatex "supported-languages.tex"' finished with exit code 1
-# but no error in log and PDF is fine
-export/export/latex/languages/supported-languages_luatex_(dvi3|pdf5)_systemF
+export/export/latex/languages/supported-languages_polyglossia_XeTeX_(dvi3|pdf5)_systemF
 
 
 # Some packages fail with XeTeX/LuaTeX
 # Reported upstream (https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg184435.html)
 # Is there a new version fixing the problem?
-export/examples/Articles/Astronomy_%26_Astrophysics_(dvi3|pdf[45])_.*
-export/templates/Articles/Astronomy_%26_Astrophysics_(dvi3|pdf[45])_.*
+export/examples/Articles/Astronomy_%26_Astrophysics_(dvi3|pdf5)_texF
 
 # Gives the following error:
 # # ! Package hpstatement Error: H or P statement "H251"
@@ -249,15 +260,11 @@ export/templates/Presentations/Slides_.*_systemF
 # (TL 17 works).
 export/export/latex/inputenc-xetex-utf8-expl3-bug_pdf4_texF
 
-# Korean with LuaTeX:
-# Language korean not found in language.dat.lua
-export/examples/ko/Welcome_(dvi3|pdf5)_systemF
 
 # Arabic
 #
 # Larger Arabic documents currently have non-TeX fonts and XeTeX
-# as default output (examples/ar/Welcome_pdf4_texF works).
-# To fix pdfTeX export:
+# as default output. To fix pdfTeX export:
 # - set all non-Arab text parts to a different language (e.g. English)
 # - define alternatives for hyperref (e.g. with textorpdfstring)
 #   for correct handling of hyperref.
@@ -267,12 +274,8 @@ export/examples/ko/Welcome_(dvi3|pdf5)_systemF
 #                                                        \fi \fi
 #      l.62 \tableofcontents
 #                           {}
-#      I'm broken. Please show this to someone who can fix can fix
+#      I'm broken. Please show this to someone who can fix
 # see discussion at https://www.mail-archive.com/search?l=mid&q=20161114035123.s5lt4ib4x4obtptp%40steph
-#
-# Arab chars in hyperlink name fail and missing characters
-# 8-bit TeX exports are ignored (\output_format xetex).
-export/doc/ar/*._pdf4_texF
 
 # Babel-Arabic loads "inputenc" which fails with LuaTeX
 export/.*/ar/.*_(dvi3|pdf5)_texF
@@ -295,15 +298,6 @@ export/export/latex/languages/he-.*(dvi3|pdf5)_texF
 export/export/latex/languages/supported-languages_(dvi3|pdf5)_texF
 export/export/latex/languages/supported-languages_babel_(dvi3|pdf5)_texF
 
-# Polyglossia bug with LuaTeX and LTR languages (Arab, Hebrew and Farsi):
-# Undefined control sequences "\luatexpardir" and "\luatextextdir".
-# https://github.com/reutenauer/polyglossia/commit/ccb0e9e2c6411170ad779b05ff5076f1193cc323
-export/.*/ar/.*(dvi3|pdf5)_systemF
-export/.*/fa/Welcome_(dvi3|pdf5)_systemF
-# terminal message: "Language hebrew not found in language.dat.lua"
-export/.*/he/.*(dvi3|pdf5)_systemF
-export/export/latex/languages/supported-languages_(dvi3|pdf5)_systemF
-
 # Ukrainian
 # See comment in unreliableTests
 export/export/latex/languages/uk-babel-date-missing-chars-with-ascii_pdf5_texF
@@ -338,5 +332,17 @@ Sublabel: attic
 # Files in the attic with non-default output
 # (i.e. could be ERT, package incompatiblity, ...)
 export/doc/attic/it_(UserGuide_dvi3|UserGuide_pdf4)_systemF
-export/doc/attic/sk_UserGuide_pdf4_texF
 export/doc/attic/id_UserGuide_.*systemF
+
+# ================================================
+Sublabel: dvips
+# Comment by Jürgen Spitzmüller
+# The document requests the dvips graphics driver,
+# and of course this fails with any other backend.
+#
+# The document compiles if one sets the graphics driver to "Automatic"
+# and remove the dvips class option. But then, the output is not correct
+# (rotation of foils does not work).
+export/examples/(|fr/)Presentations/Foils_pdf[45]_systemF
+export/examples/(|fr/)Presentations/Foils_pdf[25](_systemF|_texF)?
+