On 2016-10-18, Kornel Benko wrote: > Am Dienstag, 18. Oktober 2016 um 18:11:01, schrieb jeanpierre.chret...@free.fr
... >> I did also run ctest both with master and branch with command >> $ctest -R pdf2 >> and I find about 150 fails over about 350 tests in both cases. Is that >> normal ? > It is not 'normal'. We expect 0 failing here before release. I tried > the same parameter and get 3 failures. > 3710 - UNRELIABLE.NONSTANDARD_export/examples/fa/splash_pdf2 (Failed) > 4824 - UNRELIABLE.NONSTANDARD_export/templates/IUCr-article_pdf2 > (Failed) > 5142 - > UNRELIABLE.NONSTANDARD_export/templates/ja_beamer-conference-ornate-20min_pdf2 > (Failed) > Which is OK, because they are marked as 'unreliable' (which means that > the test highly depends on some platform configuration) You can also skip the unreliable tests with $ctest -R pdf2 -LE unreliable Günter