]> git.lyx.org Git - lyx.git/blob - development/autotests/suspendedTests
ctests: log a waste and a success
[lyx.git] / development / autotests / suspendedTests
1 # Regular expressions for tests that are most likely "wontfix" 
2 # or "sep" (someone else's problem)
3 #
4 # Tests matching here AND in "invertedTests" get the label "suspended"
5 # and the test-feature 'inverted', i.e. they are reported as failing if 
6 # the export works without error.
7 #
8 # Patterns will be automatically enclosed with '^' and '$'.
9 #
10 # Languages cannot be in the pattern as .*. Therefore they have to be
11 # explicitly named. This is due to our implementation creating different
12 # lists for different languages.
13 ##############################################################################
14
15 # XeTeX/LuaTeX with TeX fonts is a rarely used combination and not properly 
16 # supported by many packages. -> Failures are mostly due to LaTeX problems.
17 .*(|de|es|fr|he|hu|id|ko|ru|uk|zh_CN)/.*(dvi3|pdf4|pdf5)_texF
18
19 # The document requests the dvips graphics driver, and of course
20 # this fails with any other backend.
21 export/examples/(|fr/)Presentations/Foils_pdf[45]_systemF
22
23 # Files in the attic are kept for reference and conversion tests.
24 # Failures are usually due to new package versions and "wontfix".
25 .*/attic/(eu|id|it|pl|sk)_.*
26
27 # DocBook export is still work-in-progress for many layouts: the output
28 # is already viable, but not yet valid.
29 export/(templates|examples)/Scripts/Hollywood_docbook5
30 export/export/docbook/Hollywood_docbook5
31 export/templates/Letters/French_Letter_%28lettre%29_docbook5
32 export/templates/Letters/Letter_%28Standard_Class%29_docbook5
33 export/templates/Articles/Springers_Global_Journal_Template_%28V._3%29_docbook5