]> git.lyx.org Git - lyx.git/commitdiff
DocBook: move tests to inverted instead of ignored.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Sat, 17 Oct 2020 03:55:05 +0000 (05:55 +0200)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Sat, 17 Oct 2020 03:55:16 +0000 (05:55 +0200)
LyX should still avoid crashing on those, and if they start to pass, then something is wrong (most likely, a very large part of the files is being ignored).

development/autotests/ignoredTests
development/autotests/invertedTests

index c5e384b46b1cfff10fa1777139d85f1d73786479..dcb146a543caae6e67b4a2cc36ab5efad2a6768d 100644 (file)
@@ -216,19 +216,7 @@ lyx2lyx/export/xhtml/.*
 export/export/xhtml/.*(lyx..|dvi.*|pdf.*)
 
 # DocBook
-# not expected to successful compile 
+# not expected to successful compile
 check_load/export/docbook/.*
 lyx2lyx/export/docbook/.*
 export/export/docbook/.*(lyx..|dvi.*|pdf.*)
-# Posters cannot be properly exported, the LyX documents are too far from
-# DocBook expectations (but should have XML-valid output).
-export/export/docbook/A0_Poster_Simple_docbook5
-export/export/docbook/SciPoster_docbook5
-export/examples/Posters/Beamerposter_docbook5
-export/templates/Posters/.*_docbook5
-# Beamer is not yet implemented.
-export/examples/Presentations/.*_docbook5
-# Specific things that are not expected to work.
-export/export/MissingEndLayoutBetweenTables_docbook5 # Uses a book class, but has no chapters (forbidden in DocBook).
-export/export/docbook/bibliography_precooked_aastex_docbook5 # The AASTeX template is too complex for automatic
-# conversion to work reliably.
\ No newline at end of file
index bf410aa8ebb071d4561e18974465ef2befe4239b..579fd0cebeb190c6a31b5d06dc361e24113da61b 100644 (file)
@@ -83,7 +83,7 @@ export/examples/ja/Graphics_and_Insets/XY-Pic.*_systemF
 export/.*/fa/Welcome_(dvi3|pdf5)_systemF
 export/.*/fa/Welcome_(dvi3|pdf5)_systemF
 
-# Bug (in LyX or LaTeX?): 
+# 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
@@ -381,3 +381,29 @@ Sublabel: varioref
 export/doc/ru/UserGuide_(dvi3|pdf[45])_(system|tex)F
 export/doc/ru/Math_(dvi3|pdf[45])_systemF
 
+
+# ================================================
+# DocBook
+
+# not expected to successful compile
+check_load/export/docbook/.*
+lyx2lyx/export/docbook/.*
+export/export/docbook/.*(lyx..|dvi.*|pdf.*)
+
+# Posters cannot be properly exported, the LyX documents are too far from
+# DocBook expectations (but should have XML-valid output).
+export/export/docbook/A0_Poster_Simple_docbook5
+export/export/docbook/SciPoster_docbook5
+export/examples/Posters/Beamerposter_docbook5
+export/templates/Posters/.*_docbook5
+
+# Beamer is not yet implemented.
+export/examples/Presentations/.*_docbook5
+export/templates/.*/Presentations/Beamer_docbook5
+export/templates/Presentations/.*_docbook5
+
+# Specific things that are not expected to work.
+# - Uses a book class, but has no chapters (forbidden in DocBook).
+export/export/MissingEndLayoutBetweenTables_docbook5
+# - The AASTeX template is too complex for automatic conversion to work reliably.
+export/export/docbook/bibliography_precooked_aastex_docbook5