From: Günter Milde Date: Wed, 30 Dec 2015 20:59:32 +0000 (+0100) Subject: Moving a testcase that does not fail but has wrong output to unreliableTests. X-Git-Tag: 2.2.0beta1~278 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0e8121ca313d260d00b561e9b263139570ec0104;p=features.git Moving a testcase that does not fail but has wrong output to unreliableTests. --- diff --git a/development/autotests/suspiciousTests b/development/autotests/suspiciousTests index 0643f5cb98..3e0490ea0b 100644 --- a/development/autotests/suspiciousTests +++ b/development/autotests/suspiciousTests @@ -170,10 +170,9 @@ Sublabel: texissues # e.g. non-ASCII in verbatim or listings, incompatible packages, ... # "Wontfix" if documents demonstrate correct use in the default output format. -# Non-ASCII char in verbatim or listings environment. +# Non-ASCII char in verbatim environment. # Fails with ASCII (and hence also with XeTeX). export/doc/(|de/|es/|fr/)UserGuide_pdf4_texF -export/doc/(|de/|es/|fr/)EmbeddedObjects_pdf4_texF # chemgreek incompatible with LuaTeX and TeX fonts export/examples/achemso_(dvi3|pdf5)_texF diff --git a/development/autotests/unreliableTests b/development/autotests/unreliableTests index b4f11c1717..4932822b54 100644 --- a/development/autotests/unreliableTests +++ b/development/autotests/unreliableTests @@ -54,3 +54,7 @@ export/examples/(|fr/)seminar_dvi.* # (Changing the default in lib/languages requires more tests for utf8 first.) export/examples/es/linguistics_pdf4_texF export/doc/es/.*_(pdf[45]|dvi3)_texF + +# Non-ASCII char in verbatim environment is dropped (with a warning when +# doing this interactively) with ASCII (and hence also with XeTeX). +export/doc/(|de/|es/|fr/)EmbeddedObjects_pdf4_texF