]> git.lyx.org Git - lyx.git/blobdiff - development/autotests/unreliableTests
ctests: examples/uk/Welcome.lyx still fails with XeTeX on TeXLive19.
[lyx.git] / development / autotests / unreliableTests
index dcaf77aaf6da3c0782e80bef66ddfbb54f1feed5..f5edb628b3a6d0a6980bc93413afe226ea97b749 100644 (file)
@@ -15,29 +15,83 @@ Sublabel: nonstandard
 # e.g. a class or package file not in TeXLive.
 # TODO: rename to "extra" or "exotic"?
 
-export/templates/IUCr-article_(dvi|pdf).*
-export/templates/kluwer_.*_systemF
-export/templates/ectaart_(dvi3|pdf5).*
+# aa.cls (not in TeXLive).
+export/examples/Articles/Astronomy_%26_Astrophysics.*
+export/templates/Articles/Astronomy_%26_Astrophysics.*
 
-# requires knitr, requires rjournal.sty (not in TeXLive)
+# AEA.cls (see https://wiki.lyx.org/Examples/AEA)
+export/templates/Articles/American_Economic_Association_(AEA).*
+
+# copernicus.cls (not in TeXLive)
+# see https://publications.copernicus.org/for_authors/manuscript_preparation.html
+export/templates/Articles/Copernicus_Publications_Manuscript_Preparation_.*
+
+# ectaart.cls
+# see https://wiki.lyx.org/Examples/Econometrica
+export/templates/Articles/Econometrica.*
+
+# iucr.cls (not in TeXLive)
+export/templates/Articles/International_Union_of_Crystallography.*
+
+# ws-ijmpc.cls, w-ijmpd.cls
+# see https://wiki.lyx.org/Examples/IJMP
+export/templates/Articles/Int._Journal_of_Modern_Physics_C.*
+export/templates/Articles/Int._Journal_of_Modern_Physics_D.*
+
+# iopart.cls, iopams.sty, setstack.sty
+# see https://wiki.lyx.org/Layouts/Iopart
+export/templates/Articles/Institute_of_Physics_.*
+
+# jasatex.cls
+# see https://wiki.lyx.org/Layouts/JASATeX
+export/templates/Articles/Journal_of_the_Acoustical_Society_of_America.*
+
+# jss.cls
+export/templates/Articles/Journal_of_Statistical_Software_.*
+
+# LilyPond-book version 2.13 or newer.
+export/examples/Modules/LilyPond_Book.*
+
+# maa-monthly.sty (not in TeXLive)
+# http://www.maa.org/sites/default/files/pdf/pubs/maa-monthly.sty
+export/templates/Articles/Mathematical_Monthly.*
+
+# knitr, RJournal.sty (not in TeXLive)
 # incompatible with fontspec?
-export/templates/RJournal_(dvi3|pdf[45])_systemF
+export/templates/Articles/RJournal_.*
+
+# R (http://www.r-project.org)
+# R package knitr (http://yihui.name/knitr)
+export/examples/Modules/Sweave.*
+export/examples/Modules/Rnw.*knitr.*
+
+# obsolete versions of documentclass or style files
+export/templates/Obsolete/.*
+
+# svjour3.cls, svglov2.clo
+# see https://wiki.lyx.org/Examples/Springer
+export/templates/Articles/Springers_Global_Journal_Template.*
 
-# Requires aa.cls (not in TeXLive).
-# Fails 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/aa_sample_(dvi3|pdf[45])_.*
-export/templates/aa_(dvi3|pdf[45])_.*
+# svmono.cls
+templates/examples/Books/Springer_Monographs.*
+# svmult.cls
+templates/examples/Books/Springer_Contributed_Books.*
 
-# Requires iucr.cls (not in TeXLive)
-# Is there a new version fixing the problem?
-# Does LuaTeX produce sensible results?
-export/templates/IUCr-article_pdf4_systemF
+# TeXLive does not set up Hebrew 8-bit TeX fonts
+# We use the external package culmus-latex
+# https://sourceforge.net/projects/ivritex/files/culmus-latex/culmus-latex-0.7/
+export/export/latex/unicodesymbols/.*_he.*pdf2
+export/export/latex/(supported-languages|he-scrarticle).*
+export/.*/he/.*((dvi|pdf.?)|_texF)
+
+
+Sublabel: needauth
+##################
+# Tests that require authorisation to call external programs.
+export/examples/External_Material/Gnuplot.*
+export/examples/Graphics_and_Insets/Minted_File_Listing.*
+export/examples/Graphics_and_Insets/Minted_Listings.*
 
-# Requires acmsiggraph.cls (not in TeXLive)
-# see http://wiki.lyx.org/Examples/AcmSiggraph
-export/templates/obsolete/ACM-siggraph/ACM-siggraph_(dvi|pdf).*
 
 Sublabel: erratic
 #################
@@ -61,14 +115,27 @@ export/export/latex/cp858_pdf2
 # Seminar export with LaTeX fails in latest TeXLive:
 export/examples/(|fr/)seminar_(dvi|pdf).*
 
-# since TeXLive18, 8-bit LaTeX defaults to utf-8
-# ----------------------------------------------
+# since TL18, Babel-Ukrainean uses UTF-8 if it detects Xe/LuaTeX (for "\date").
+# * garbled output with LuaTeX + TeX fonts (since TL18)
+# * missing chars with XeTeX + TeX fonts (see invertedTests)
+export/export/latex/uk-babel-date-missing-chars-with-ascii_.*_texF
+export/(doc|examples)/uk/(Intro|Welcome)_.*_texF
+
+# new problem with TL18 (see invertedTests)
+export/export/latex/luainputenc-utf8_pdf5_texF
+
+# aastex: hard-coded version in class name:
+# 2018-05-12 aastex6.cls -> aastex62.cls
+export/examples/Articles/American_Astronomical_Society_.*
+export/templates/Articles/American_Astronomical_Society_.*
 
 # `acmart` calls "libertine" as default font.
 # With TeXLive < 18, this clashes with LyX setting up 8-bit TeX fonts
 # PDF (luatex) and PDF (xetex) (compilation error or wrong fonts).
 # See also #9744 allow parallel configuration of TeX and non-TeX fonts.
-export/templates/acmart_pdf[45]_texF
+export/templates/Articles/Association_for_Computing_Machinery_pdf[45]_texF
+
+# since TeXLive18, 8-bit LaTeX defaults to utf-8
 
 
 Sublabel: wrong_output
@@ -81,21 +148,32 @@ Sublabel: wrong_output
 # seminar.sty uses Postscript specials or PGF resulting in problems with slide
 # size and orientation depending on the output format and viewing application.
 # For details see Troubleshooting and the Appendix in examples/seminar.lyx.
-export/examples/(|fr/)seminar_(dvi|pdf).*
-
-# Babel-Spanish uses UTF-8 encoded "unicode" strings if it detects LuaTeX
-# (with TeXLive 2016 also for XeTeX).
-# With LuaTeX and 8-bit TeX-fonts, e.g., the toc heading becomes
-# ÃŊndice instead of Índice.
-# The problem is generic to all Spanish documents but only manifests itself
-# if Babel strings with non-ASCII chars are deployed.
-# In some cases, export fails unless the inputencoding is set to utf-8, too
-# (see invertedTests, some more tests fail with TeXLive versions < 18).
-# Set inputenc to utf8? (Changing the default in lib/languages
-# requires more tests for utf8 first.)
-export/examples/es/(ejemplo_con_lyx|tufte_book)_(pdf5|dvi3)_texF
+export/examples/(|fr/)Presentations/Seminar_(dvi|pdf).*
+
+# Babel-Spanish uses UTF-8 encoded strings if it detects Xe/LuaTeX.
+# With "language default" (=="latin9"), Babel strings  come out wrong
+# when compiling with Xe/LuaTeX and TeX-fonts.
+# - The problem is generic to all Spanish documents but only manifests itself
+#   if Babel strings with non-ASCII chars are actually used
+#   (the ToC heading, e.g., becomes "ÃŊndice" instead of "Índice").
+# - In some cases, export fails
+#   (see invertedTests, some more tests fail with TeXLive versions < 18).
+# Should we set inputenc to utf8 in the documents to work around the problem?
+# (Changing the default in lib/languages requires more tests for utf8 first.)
+export/examples/es/.*_(pdf5|dvi3)_texF
 export/doc/es/.*_(pdf5|dvi3)_texF
 
+# since TL18, Babel-Ukrainean uses UTF-8 if it detects Xe/LuaTeX (for "\date").
+# * garbled output with LuaTeX + TeX fonts (since TL18)
+#   (date and chapter headings)
+# * missing chars with XeTeX + TeX fonts (see invertedTests)
+export/export/latex/uk-babel-date-missing-chars-with-ascii_.*_texF
+export/doc/uk/Intro_.*_texF
+
+
+# LyX issues
+# **********
+
 #6197: „amssymb” with Polish babel: name clash \lll ("<<<" vs. "ł")
 # Wrong output with pdflatex
 # missing character with XeTeX/LuaTeX and Babel (-> invertedTests)
@@ -114,24 +192,18 @@ export/export/mixing_inTitle_layouts_(pdf|dvi).*
 # https://www.mail-archive.com/search?l=mid&q=20160831134006.4fewxothddqfeyw4%40steph
 # (not expecting much attention because DVI is not given high priority)
 export/doc/es/Customization_dvi3_systemF
-export/examples/(|es/)(europe|modern)CV_dvi3_systemF
-
-# No termination of LICR macros when textcyr and textgreek is not required
-# Cf. #9637 textgreek and textcyr depend on font-encoding, not input encoding
-# -> original problem fixed but run-together words in Russian (and Greek)
-export/export/latex/ru-accent-ascii_pdf2
-export/export/latex/unicodesymbols/009-cyrillic_ru_euc-cn_pdf2
+export/examples/(|es/)Curricula_Vitae/Europe_CV_dvi3_.*F
 
 # `acmart` requires PDFlatex:
 # * Missing page number in DVI, Postscript, and PDF (ps2pdf)
 # * "PDF (ps2pdf)" fails (problem with Postscript) in TeXLive < 2018
-export/templates/acmart_dvi.*
-#export/templates/acmart_ps # not tested by ctest autotests
-export/templates/acmart_pdf
+#   "Postscript" not tested by ctest autotests
+export/templates/Articles/Association_for_Computing_Machinery_dvi.*
+export/templates/Articles/Association_for_Computing_Machinery_pdf
 
 # lyx2lyx back-conversion of "Date" info-inset writes
 # the name of the day in English instead of Japanese.
-export/examples/ja/multilingual_lyx.*
+export/examples/ja/Multilingual_Typesetting_.*_lyx.*
 
 # No localization of auto-strings with Chinese language under 8-bit TeX
 # (ctex font issue with texlive-lang-chinese (from Debian) under pdflatex)