Dear Testers, looking at the permanently ignored tests, I see besides an obsolete style file the hungarian Tutorial - ignored with LuaTeX.
As I just tried to fix a bug with Hungarian language and LuaTeX, I could not resist to try the document "by hand": Without change to the document (default TeX fonts + fragile preamble code) * compilation with pdflatex OK * compilation with XeTeX fails missing glyphs -> invert (if not already done) * compilation with LuaTeX fails missing hyphenation entry for luatex (with TeX-fonts), This is an upstream bug that should be reported and may become fixed in a later LaTeX distribution -> invert and mark as fragile. With changed preamble (use non-TeX fonts + fixing the fragile user preamble (removing the loading of lmodern.sty)), both XeLaTeX and LuaLaTeX exports work fine! So, no reason to have export/doc/hu/Tutorial_pdf5_.* in ignoredTests. Günter