]> git.lyx.org Git - lyx.git/blob - development/autotests/revertedTests
ctests: comment for why the Russian docs fail
[lyx.git] / development / autotests / revertedTests
1 # Hebrew docs do not currently work with LuaTeX
2 export/.*/he/(Intro|Tutorial|example).*(pdf5|dvi3)_.*
3 export/.*/he/(splash).*(dvi3)_.*
4 export/examples/he/splash_pdf5_texF
5 #
6 # FIXME
7 # After LyX 2.1 is released, apply the patch and remove these
8 # See http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg181595.html
9 export/.*/id/.*(dvi3)_.*
10 export/.*/id/.*(pdf5)_texF
11 export/doc/id/UserGuide_pdf5_systemF
12 #
13 # FIXME
14 # Similar to the Indonesian support, see:
15 # http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg181595.html
16 export/.*/hu/.*(dvi3)_.*
17 export/.*/hu/.*(pdf5)_texF
18 #
19 export/.*/es/europeCV_pdf_texF
20 #
21 # somehow lualatex is not able to compile with non-tex fonts
22 export/.*/es/(Math|Tutorial|UserGuide|ejemplo_con_lyx)_dvi3_systemF
23
24 # See http://www.lyx.org/trac/ticket/8823
25 export/examples/ja/(lilypond|sweave|knitr)_pdf
26 # Incompatibility between luainputenc.sty and ectaart.cls
27 # luainputenc.sty loads luatex.sty
28 # Both files (luatex.sty and ectaart.cls) define
29 # the latex-command \setattribute
30 export/templates/ectaart_(pdf5|dvi3)_.*
31 #
32 # LuaTeX does not support Farsi yet. See:
33 # https://github.com/reutenauer/polyglossia/commit/ccb0e9e2c6411170ad779b05ff5076f1193cc323
34 export/examples/fa/splash_(pdf5|dvi3)_.*
35 #
36 # There is no non-TeX support for Ukrainian with LuaTeX. See:
37 # https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg181690.html
38 export/doc/uk/Intro_dvi3_systemF
39 #
40 # The following documents likely fail because of excessive preamble code that
41 # is only targeted at (pdf)latex. TODO these .lyx files could be fixed. Although
42 # it is unlikely that a user would want to use system fonts to view LyX's
43 # documents, fixing these would provide further tests for LyX's handling of
44 # XeTeX/LuaTeX with system fonts.
45 export/doc/(de/|es/|fr/)Customization_pdf4_systemF
46 export/doc/(es/|fr/)Math_dvi3_systemF
47 export/doc/(es/)Math_pdf4_systemF
48 export/doc/(es|fr|id)/UserGuide_pdf4_systemF
49 export/doc/es/Tutorial_pdf4_systemF
50 export/doc/gl/Tutorial_dvi3_systemF
51 export/doc/(nb|sk)/Intro_pdf4_systemF
52 export/examples/(aas_sample)_pdf4_systemF
53 export/examples/eu/adibide_lyx-atua_(dvi3)_systemF
54 export/examples/fr/(Foils|ListesPuces|seminar|simplecv)_pdf4_systemF
55 export/examples/gl/exemplo_lyxificado_(dvi3)_systemF
56 export/templates/RJournal_(dvi3|pdf[45])_systemF
57 # Changes in TeX Live 2014 (see git blame for info) fixed IEEEtran-CompSoc
58 # pdf4_systemF but not others. TODO Investigate if others can be fixed?
59 export/templates/IEEEtran-(Journal|TransMag)_pdf4_systemF
60 export/templates/kluwer_pdf4_systemF
61 #
62 # There is no Chinese LuaTeX or XeTeX TeX font support yet.
63 export/.*/zh_CN/.*(pdf[45]|dvi3)_texF
64 #
65 # These started failing after we implemented tests for formats
66 # that are in the complement set to the default format (7ecbb068).
67 # TODO it might be worth it to take a look at each individually and
68 # see whether they are supposed to fail or if there is something LyX
69 # can do to add support for exporting them.
70 export/doc/hu/Tutorial_dvi3_.*F
71 export/doc/ja/.*_(pdf[245]|dvi3).*
72 export/examples/(chessgame|chess-article|powerdot-example)_pdf[25].*
73 export/examples/(docbook_article)_(pdf[245]|dvi3).*
74 export/examples/instant_preview_(dvi3|pdf4)_systemF
75 export/examples/instant_preview_pdf[25].*
76 export/examples/listerrors_(pdf[245]).*
77 export/examples/seminar_pdf4_systemF
78 export/examples/(|de/|es/)tufte-(book|handout)_(dvi.*|pdf|pdf3|pdf4.*)
79 export/examples/fr/exemple-powerdot_pdf[25].*
80 export/examples/ja/(.*)_(dvi3|pdf[245]).*
81 export/examples/ja/(knitr|lilypond|sweave)_(dvi|pdf3)
82 export/examples/ko/splash_(dvi||pdf[23]?)
83 export/templates/DocBook_article_(dvi3_|pdf2|pdf[45]_).*
84 export/templates/JSS-article_(dvi|dvi3_.*|pdf3?)
85 export/templates/attic/latex8_(dvi|dvi3_.*)
86 export/templates/ctex_pdf[23]?
87 export/templates/ja_.*(pdf[245]|dvi3).*
88 #
89 # The following exports worked with TeX Live 2013, but not in 2014.
90 # For a workaround, see:
91 # https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg184435.html
92 export/examples/aa_sample_(dvi3|pdf4|pdf5)_(texF|systemF)
93 export/templates/aa_(dvi3|pdf4|pdf5)_(texF|systemF)
94 #
95 # These exports correctly fail now on TeX Live 2014. Although they compiled
96 # without error on TeX Live 2013, the resulting PDFs had gibberish.
97 export/doc/he/(Intro|Tutorial)_pdf4_texF
98 export/examples/he/(example_lyxified|example_raw|splash)_pdf4_texF
99 #
100 # These exports correctly fail now that we've switched to polyglossia. Although
101 # they compiled without error with babel, the resulting PDFs had gibberish.
102 # Note that there is a problem with the LyX-generated preamble in the Russian
103 # docs:
104 # https://www.mail-archive.com/search?l=mid&q=n0j157%246a1%241%40ger.gmane.org
105 export/doc/ru/Intro_pdf5_systemF
106 export/doc/ru/Tutorial_pdf5_systemF
107 export/doc/el/Intro_pdf5_systemF
108 #
109 # Inside these two files, we state that they should only be expected
110 # to work with pdflatex and possibly lualatex.
111 export/examples/PDF-(comment|form)_(dvi.*|pdf[^25]*)
112 #
113 export/templates/IUCr-article_pdf4_systemF
114 #
115 # Gives the following error:
116 # # ! Package hpstatement Error: H or P statement "H251"
117 # # (hpstatement)                is not defined.
118 # 1580:export/examples/H-P-statements_pdf5_systemF
119 export/examples/H-P-statements_pdf[45]_systemF