]> git.lyx.org Git - features.git/commitdiff
ctests: label tests with not-on-CTAN requirements as "nonstandard".
authorGünter Milde <milde@lyx.org>
Tue, 12 Jan 2016 12:13:42 +0000 (13:13 +0100)
committerGünter Milde <milde@lyx.org>
Mon, 18 Jan 2016 08:01:28 +0000 (09:01 +0100)
development/autotests/suspiciousTests
development/autotests/unreliableTests

index 37eb968abd908b2129a9ba7c16141be76df7fe40..f3f578a95d77a4c349636e108bd8013e39abe645 100644 (file)
@@ -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!
index a5c6154eb46e8b051e9330305f30040d1adfa9c4..3060b6e8c9219ca940edc9aedbfb92c48825097a 100644 (file)
@@ -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,