https://bugzilla.redhat.com/show_bug.cgi?id=1803711 --- Comment #10 from Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx> --- (In reply to Mauro Carvalho Chehab from comment #9) > (In reply to Jitka Plesnikova from comment #3) > > The problem is probably related to the fonts update. > > I don't think so. Building it by hand, with XFT=1 and either doing "make > test" or running the unit test alone: > > > $ perl -It -MTkTest -e "checked_test_harness('./xt', 0, 'blib/lib', > 'blib/arch')" t/entry.t > t/entry.t .. ok > All tests successful. > Files=1, Tests=351, 2 wallclock secs ( 0.04 usr 0.01 sys + 2.10 cusr > 0.03 csys = 2.18 CPU) > Result: PASS > > Works. > > The only difference I see is that, when building with mock, the output is > not displayed. I'm starting to suspect that the unit test is failing due to > some limitation at mock to emulate a X11/Wayland console, e. g. probably > some incompatibility with xorg-x11-server-Xvfb. Funny enough, running: xvfb-run -a perl -It -MTkTest -e "checked_test_harness('./xt', 0, 'blib/lib', 'blib/arch')" t/entry.t or xvfb-run -a make test works fine too. Perhaps it requires some extra package for the tests to pass on mock? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx