mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Amend 31ad4d6e
: DocBook: move tests to inverted instead of ignored.
Allow inverted tests without explicit language setting in testname
This commit is contained in:
parent
31ad4d6e21
commit
b940a81520
@ -169,11 +169,7 @@ macro(maketestname testname inverted listinverted listignored listunreliable lis
|
|||||||
string(REGEX MATCH "(^check_load|_(systemF|texF|pdf3|pdf2|pdf|dvi|lyx[0-9][0-9]|xhtml)$)" _v ${${testname}})
|
string(REGEX MATCH "(^check_load|_(systemF|texF|pdf3|pdf2|pdf|dvi|lyx[0-9][0-9]|xhtml)$)" _v ${${testname}})
|
||||||
# check if test _may_ be in listinverted
|
# check if test _may_ be in listinverted
|
||||||
set(sublabel2 "")
|
set(sublabel2 "")
|
||||||
if (_v)
|
findexpr(mfound ${testname} ${listinvertedx} sublabel2)
|
||||||
findexpr(mfound ${testname} ${listinvertedx} sublabel2)
|
|
||||||
else()
|
|
||||||
set(mfound OFF)
|
|
||||||
endif()
|
|
||||||
if (mfound)
|
if (mfound)
|
||||||
set(sublabel3 "")
|
set(sublabel3 "")
|
||||||
findexpr(foundsuspended ${testname} ${listsuspendedx} sublabel3)
|
findexpr(foundsuspended ${testname} ${listsuspendedx} sublabel3)
|
||||||
|
@ -385,11 +385,7 @@ export/doc/ru/Math_(dvi3|pdf[45])_systemF
|
|||||||
# ================================================
|
# ================================================
|
||||||
# DocBook
|
# DocBook
|
||||||
|
|
||||||
# not expected to successful compile
|
Sublabel: docbook
|
||||||
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
|
# Posters cannot be properly exported, the LyX documents are too far from
|
||||||
# DocBook expectations (but should have XML-valid output).
|
# DocBook expectations (but should have XML-valid output).
|
||||||
export/export/docbook/A0_Poster_Simple_docbook5
|
export/export/docbook/A0_Poster_Simple_docbook5
|
||||||
@ -397,11 +393,13 @@ export/export/docbook/SciPoster_docbook5
|
|||||||
export/examples/Posters/Beamerposter_docbook5
|
export/examples/Posters/Beamerposter_docbook5
|
||||||
export/templates/Posters/.*_docbook5
|
export/templates/Posters/.*_docbook5
|
||||||
|
|
||||||
|
Sublabel: docbook implementation
|
||||||
# Beamer is not yet implemented.
|
# Beamer is not yet implemented.
|
||||||
export/examples/Presentations/.*_docbook5
|
export/examples/Presentations/.*_docbook5
|
||||||
export/templates/.*/Presentations/Beamer_docbook5
|
export/templates/.*/Presentations/Beamer_docbook5
|
||||||
export/templates/Presentations/.*_docbook5
|
export/templates/Presentations/.*_docbook5
|
||||||
|
|
||||||
|
Sublabel: docbook chapter
|
||||||
# Specific things that are not expected to work.
|
# Specific things that are not expected to work.
|
||||||
# - Uses a book class, but has no chapters (forbidden in DocBook).
|
# - Uses a book class, but has no chapters (forbidden in DocBook).
|
||||||
export/export/MissingEndLayoutBetweenTables_docbook5
|
export/export/MissingEndLayoutBetweenTables_docbook5
|
||||||
|
Loading…
Reference in New Issue
Block a user