Control: tags -1 + confirmed On Sat, Jan 28, 2017 at 09:25:40AM +0100, Lucas Nussbaum wrote: > > Test Summary Report > > ------------------- > > t/10-simpledoc.t (Wstat: 256 Tests: 8 Failed: 0) > > Non-zero exit status: 1 > > Parse errors: Bad plan. You planned 24 tests but ran 8. > > Files=17, Tests=106, 2 wallclock secs ( 0.07 usr 0.02 sys + 1.74 cusr > > 0.36 csys = 2.19 CPU) > > Result: FAIL > > Failed 1/17 test programs. 0/106 subtests failed. > > Makefile:800: recipe for target 'test_dynamic' failed
Can confirm the test failreue for the t/10-simpledoc.t test. # Checking the formatting of a simple LaTeX document # Checking the generation of PDF xelatex exited with errors: ! Font TU/lmr/m/n/10=[lmroman10-regular]:+tlig; at 10.0pt not loadable: Metric l.54 \normalsize ! Font TU/lmr/m/n/17.28=[lmroman17-regular]:+tlig; at 17.28pt not loadable: Met l.10 \maketitle ! Font TU/lmr/m/n/12=[lmroman12-regular]:+tlig; at 12.0pt not loadable: Metric l.10 \maketitle # Looks like you planned 24 tests but ran 8. # Looks like your test exited with 1 just after 8. t/10-simpledoc.t ............ 1..24 ok 1 - An object of class 'LaTeX::Driver' isa 'LaTeX::Driver' ok 2 - checking basename ok 3 - formatter ok 4 - formatting 10-simpledoc ok 5 - should have run latex once ok 6 - should not have run bibtex ok 7 - should not have run makeindex ok 8 - 10-simpledoc.dvi contains the 4 patterns specified Dubious, test returned 1 (wstat 256, 0x100) Failed 16/24 subtests Regards, Salvatore

