diff --git a/development/autotests/suspiciousTests b/development/autotests/suspiciousTests index 37eb968abd..f3f578a95d 100644 --- a/development/autotests/suspiciousTests +++ b/development/autotests/suspiciousTests @@ -64,34 +64,17 @@ export/doc/(|de/|es/|fr/)EmbeddedObjects_pdf4_systemF # -> adapt template and style (GM) export/templates/IEEEtran-(Journal|TransMag)_pdf4_systemF -# requires knitr, requires rjournal.sty (not on CTAN) -# incompatible with fontspec? -export/templates/RJournal_(dvi3|pdf[45])_systemF - # Requires ctex (Chinese). # Default output format is XeTeX. -> Only system fonts? # Does (dvi|pdf3_texF|dvi3_texF) produce sensible results? export/templates/ctex_(pdf[23]?|pdf4_texF) -# Requires aa.cls (not on CTAN). -# 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? -# Move to unreliable:nonstandard? -export/examples/aa_sample_(dvi3|pdf[45])_.* -export/templates/aa_(dvi3|pdf[45])_.* - -# Requires iucr.cls (not on CTAN) -# Is there a new version fixing the problem? -# Does LuaTeX produce sensible results? -export/templates/IUCr-article_pdf4_systemF - # Example for lib/scripts/listerrors # Requires noweb. Seems to be restricted to plain "latex". # Find out why and whether the script could be improved. export/examples/listerrors_(pdf[245]).* -# "Dangerous" setting "language default (no inpuentc) +# "Dangerous" setting "language default (no inpuentc)" # non-ASCII characters fail with LuaTeX # (work "per accident" with other routes) # set to "language default" to use inputenc/luainputenc! diff --git a/development/autotests/unreliableTests b/development/autotests/unreliableTests index a5c6154eb4..3060b6e8c9 100644 --- a/development/autotests/unreliableTests +++ b/development/autotests/unreliableTests @@ -1,11 +1,15 @@ # Regular expressions for tests that should not be executed with -# ctest -L export or ctest -L inverted because they are inapt +# ctest -L export or ctest -L inverted because they do not work as expected # (either unreliable or invalid). # # Patterns will be automatically enclosed with '^' and '$'. -# Matching tests get the label "unreliable". +# Matching tests get the label "unreliable" and do not get the label "export". +# +# TODO: Name problem: *invalid* tests (wrong output) are not *unreliable*. +# Use "unfit" as better label and name of pattern file? Sublabel: nonstandard +# # Documents with additional requirements, # e.g. a class or package file not on CTAN. # TODO: rename to "extra"? @@ -22,6 +26,22 @@ export/templates/ectaart_(dvi3|pdf5)_(tex|system)F # https://github.com/reutenauer/polyglossia/commit/ccb0e9e2c6411170ad779b05ff5076f1193cc323 export/examples/fa/splash_(dvi|pdf|pdf[23]|(dvi3|pdf4|pdf5)_(texF|systemF)) +# requires knitr, requires rjournal.sty (not on CTAN) +# incompatible with fontspec? +export/templates/RJournal_(dvi3|pdf[45])_systemF + +# Requires aa.cls (not on CTAN). +# 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])_.* + +# Requires iucr.cls (not on CTAN) +# Is there a new version fixing the problem? +# Does LuaTeX produce sensible results? +export/templates/IUCr-article_pdf4_systemF + Sublabel: erratic # Tests depending on local configuration, OS, TeX distribution,