Skip Menu |

This queue is for tickets about the Ask CPAN distribution.

Report information
The Basics
Id: 105038
Status: resolved
Priority: 0/
Queue: Ask

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.007
Fixed in: (no value)



Subject: Tests fail without a DISPLAY
Probably it's a good idea to protect from failures if there's no DISPLAY available while make test is running: Running make test PERL_DL_NONLAZY=1 "/bbbike/perl-5.22.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/01basic.t t/02callbacks.t t/03extending.t t/04i18n.t t/01basic.t ...... ok Gtk-WARNING **: cannot open display: at /opt/perl-5.22.0/lib/site_perl/5.22.0/x86_64-linux/Gtk2.pm line 126. t/02callbacks.t .. Dubious, test returned 1 (wstat 256, 0x100) No subtests run Gtk-WARNING **: cannot open display: at /opt/perl-5.22.0/lib/site_perl/5.22.0/x86_64-linux/Gtk2.pm line 126. t/03extending.t .. Dubious, test returned 1 (wstat 256, 0x100) No subtests run Gtk-WARNING **: cannot open display: at /opt/perl-5.22.0/lib/site_perl/5.22.0/x86_64-linux/Gtk2.pm line 126. t/04i18n.t ....... Dubious, test returned 1 (wstat 256, 0x100) No subtests run