]> git.lyx.org Git - lyx.git/blob - development/autotests/revertedTests
58aec9702e15644ef9a7df100b086e887a1acc96
[lyx.git] / development / autotests / revertedTests
1 # Hebrew docs do not currently work with LuaTeX
2 export/.*/he/.*(pdf5|dvi3)_.*
3 #
4 # FIXME
5 # After LyX 2.1 is released, apply the patch and remove these
6 # See http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg181595.html
7 export/.*/id/.*(pdf5|dvi3)_.*
8 #
9 # FIXME
10 # Similar to the Indonesian support, see:
11 # http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg181595.html
12 export/.*/hu/.*(pdf5|dvi3)_.*
13 #
14 # Export with XeTeX and LuaTeX (with either non-tex fonts or 8-bit
15 # compatibility mode) does not work because the loading of inputenc with
16 # utf8x is hardcoded in europecv.cls at the time of this writing. See:
17 # http://comments.gmane.org/gmane.editors.lyx.devel/145896
18 # TODO If David Carlisle takes over ownership, report these to him.
19 export/.*/es/europeCV_(pdf[5]|dvi3)_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_(pdf5|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/(|de/|es/|fr/)Math_(dvi3|pdf4)_systemF
47 export/doc/attic/eu_Additional_pdf4_systemF
48 export/doc/attic/pl_Additional_pdf4_systemF
49 export/doc/(de|es|fr)/EmbeddedObjects_pdf4_systemF
50 export/doc/(de|es|fr|id)/UserGuide_pdf4_systemF
51 export/doc/attic/eu_UserGuide_pdf4_systemF
52 export/doc/es/Tutorial_pdf4_systemF
53 export/doc/gl/Tutorial_dvi3_systemF
54 export/doc/(nb|sk|sv)/Intro_pdf4_systemF
55 export/doc/ru/Intro_pdf4_texF
56 export/examples/(MultilingualCaptions|aas_sample|simplecv)_pdf4_systemF
57 export/examples/de/Lebenslauf_pdf4_systemF
58 export/examples/es/ejemplo_con_lyx_pdf5_systemF
59 export/examples/eu/adibide_lyx-atua_(dvi3|pdf5)_systemF
60 export/examples/fr/(Foils|ListesPuces|seminar|simplecv)_pdf4_systemF
61 export/examples/gl/exemplo_lyxificado_(dvi3|pdf5)_systemF
62 export/examples/sr/Braille_pdf4_systemF
63 export/examples/sr/splash_pdf4_systemF
64 export/templates/RJournal_(dvi3|pdf[45])_systemF
65 # Changes in TeX Live 2014 (see git blame for info) fixed IEEEtran-CompSoc
66 # pdf4_systemF but not others. TODO Investigate if others can be fixed?
67 export/templates/IEEEtran-(Journal|TransMag)_pdf4_systemF
68 export/templates/kluwer_pdf4_systemF
69 #
70 # There is no Russian LuaTeX TeX font support yet.
71 export/.*/ru/(splash|Intro|Tutorial)_(pdf5|dvi3)_texF
72 #
73 # There is no Chinese LuaTeX or XeTeX TeX font support yet.
74 export/.*/zh_CN/.*(pdf[45]|dvi3)_texF
75 export/templates/ctex_pdf4_texF
76 #
77 # These started failing after we implemented tests for formats
78 # that are in the complement set to the default format (7ecbb068).
79 # TODO it might be worth it to take a look at each individually and
80 # see whether they are supposed to fail or if there is something LyX
81 # can do to add support for exporting them.
82 export/doc/hu/Tutorial_dvi3_.*F
83 export/doc/ja/.*_(pdf[245]|dvi3).*
84 export/examples/(chessgame|chess-article|powerdot-example)_pdf[25].*
85 export/examples/(docbook_article)_(pdf[245]|dvi3).*
86 export/examples/instant_preview_(dvi3|pdf4)_systemF
87 export/examples/instant_preview_pdf[25].*
88 export/examples/listerrors_(pdf[245]).*
89 export/examples/seminar_pdf4_systemF
90 export/examples/(|de/|es/)tufte-(book|handout)_(dvi.*|pdf|pdf3|pdf4.*)
91 export/examples/fr/exemple-powerdot_pdf[25].*
92 export/examples/ja/(.*)_(dvi3|pdf[245]).*
93 export/examples/ja/(knitr|lilypond|sweave)_(dvi|pdf3)
94 export/examples/ko/splash_(dvi||pdf[23]?)
95 export/templates/DocBook_article_(dvi3_|pdf2|pdf[45]_).*
96 export/templates/JSS-article_(dvi|dvi3_.*|pdf3?)
97 export/templates/attic/latex8_(dvi|dvi3_.*)
98 export/templates/ctex_pdf[23]?
99 #
100 # The following exports worked with TeX Live 2013, but not in 2014.
101 # For a workaround, see:
102 # https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg184435.html
103 # David Carlisle might fix the europeCV package.
104 export/examples/Foils_(dvi3|pdf4|pdf5)_systemF
105 export/examples/fr/Foils_(dvi3|pdf5)_systemF
106 export/examples/aa_sample_(dvi3|pdf4|pdf5)_(texF|systemF)
107 export/examples/europeCV_(dvi3|pdf5)_texF
108 export/templates/aa_(dvi3|pdf4|pdf5)_(texF|systemF)
109 #
110 # These exports correctly fail now on TeX Live 2014. Although they compiled
111 # without error on TeX Live 2013, the resulting PDFs had gibberish.
112 export/doc/he/(Intro|Tutorial)_pdf4_texF
113 export/examples/he/(example_lyxified|example_raw|splash)_pdf4_texF