From 0e8121ca313d260d00b561e9b263139570ec0104 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnter=20Milde?= Date: Wed, 30 Dec 2015 21:59:32 +0100 Subject: [PATCH] Moving a testcase that does not fail but has wrong output to unreliableTests. --- development/autotests/suspiciousTests | 3 +-- development/autotests/unreliableTests | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.39.5