On 2019-01-14, Scott Kostyshak wrote: > On Mon, Jan 14, 2019 at 12:26:56PM +0100, Günter Milde wrote:
>> +#9744 allow parallel configuration of TeX and non-TeX fonts >> +# parallel configuration implemented ([2fc430d5aede/lyxgit] 11/09/15), >> +# use case for new setting value useNonTeXFonts == "automatic" >> +# The font package "libertine" sets up "non-TeX fonts" if Xe/LuaTeX >> +# is detected: >> +# The "acmart" document class calls "libertine" as default font: >> +# * With pdf5 (LuaTeX), this clashes with LyX setting up 8-bit TeX fonts >> +# * with pdf4 (XeTeX) this does not clash but >> + selects CM fonts with different metrics -> unreliableTests wrong output. >> +export/templates/acmart_pdf5_texF > I now get: > 6297 - SUSPENDED.LYXBUGS_export/templates/acmart_pdf5_texF (Failed) The test passes here (i.e. export fails). This makes it an unreliable test: Could you please have a look at the output? If the output is correct (the same as for acmart_pdf2), the clause must be moved to unreliableTests/varying_versions. If the output is similar to acmart_pdf4_texF, it belongs to unreliableTests/wrong_output: - export/templates/acmart_pdf4_texF + export/templates/acmart_pdf[45]_texF Thanks, Günter