Cmake export tests: Move some tests around.

Some tests behave different on different systems.
Probably missing font, or tex class ...
This commit is contained in:
Kornel Benko 2015-11-21 19:37:41 +01:00
parent 3ba613fd51
commit 98746f3bda
2 changed files with 4 additions and 4 deletions

View File

@ -3,6 +3,8 @@ export/templates/IUCr-article_(dvi|pdf).*
export/templates/es_beamer-conference-ornate-20min_pdf4_texF export/templates/es_beamer-conference-ornate-20min_pdf4_texF
export/templates/kluwer_pdf5_systemF export/templates/kluwer_pdf5_systemF
export/templates/kluwer_pdf[45]_systemF export/templates/kluwer_pdf[45]_systemF
export/examples/modernCV_pdf4_(tex|system)F
export/templates/ectaart_(dvi3|pdf5)_(tex|system)F
# #
export/examples/(|fr/)seminar_(dvi|pdf|pdf[23]|pdf4_texF|pdf5_systemF) export/examples/(|fr/)seminar_(dvi|pdf|pdf[23]|pdf4_texF|pdf5_systemF)
# #
@ -10,3 +12,4 @@ export/examples/(|fr/)seminar_(dvi|pdf|pdf[23]|pdf4_texF|pdf5_systemF)
# 2.) LuaTeX does not support Farsi yet. See: # 2.) LuaTeX does not support Farsi yet. See:
# https://github.com/reutenauer/polyglossia/commit/ccb0e9e2c6411170ad779b05ff5076f1193cc323 # https://github.com/reutenauer/polyglossia/commit/ccb0e9e2c6411170ad779b05ff5076f1193cc323
export/examples/fa/splash_(dvi|pdf|pdf[23]|(dvi3|pdf4|pdf5)_(texF|systemF)) export/examples/fa/splash_(dvi|pdf|pdf[23]|(dvi3|pdf4|pdf5)_(texF|systemF))
#

View File

@ -161,8 +161,6 @@ export/examples/(ru|uk)/splash_(dvi3|pdf[45])_texF
# This is wrong for Xe/Lua with 8-bit TeX-fonts. # This is wrong for Xe/Lua with 8-bit TeX-fonts.
# (It can be overridden adding the "strings=generic" option to Babel.) # (It can be overridden adding the "strings=generic" option to Babel.)
# for now inverted # for now inverted
export/doc/es/.*_(dvi3|pdf[45])_texF
export/.*/es/.*_(dvi3|pdf5)_texF
export/examples/es/linguistics_pdf4_texF export/examples/es/linguistics_pdf4_texF
export/examples/linguistics_(dvi3|pdf[45])_systemF export/examples/linguistics_(dvi3|pdf[45])_systemF
# #
@ -172,7 +170,6 @@ export/examples/linguistics_(dvi3|pdf[45])_systemF
# don't know where it comes from. On first inspection, the output looks OK. # don't know where it comes from. On first inspection, the output looks OK.
# Explore later. # Explore later.
export/examples/(|es/)(europe|modern)CV_(dvi3|pdf5)_(texF|systemF) export/examples/(|es/)(europe|modern)CV_(dvi3|pdf5)_(texF|systemF)
export/examples/modernCV_pdf4_(texF|systemF)
# #
# GM: * lmodern.sty # GM: * lmodern.sty
# * missing commands and missing characters # * missing commands and missing characters
@ -207,7 +204,7 @@ export/examples/achemso_(dvi3|pdf5)_texF
# Export to certain formats cannot be excluded from a module currently, # Export to certain formats cannot be excluded from a module currently,
# but even if they don't report an error, other formats result in corrupt # but even if they don't report an error, other formats result in corrupt
# output documents (missing landscape slides). # output documents (missing landscape slides).
export/examples/(|fr/)seminar_pdf(2|4_systemF|5.*F) export/examples/(|fr/)seminar_pdf(2|[45]_systemF)
# #
# GM: Korean? I don't expect this to work with Xe/Lua and TeXfonts. # GM: Korean? I don't expect this to work with Xe/Lua and TeXfonts.
export/examples/ko/splash_(dvi3|pdf[45])_texF export/examples/ko/splash_(dvi3|pdf[45])_texF