Subject: | Test failures |
Getting test failures when trying to install Gtk3::Notify in Perl 5.20.
Gtk3::Notify seems to actually work but (I see notifications) so I think it just needs the tests fixed.
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/notify.t .. 1/? Gtk3::Notify::Notification::new: passed too few parameters (expected 4, got 1) at t/notify.t line 19.
# Looks like your test exited with 255 just after 1.
t/notify.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
All 1 subtests passed
Test Summary Report
-------------------
t/notify.t (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.12 cusr 0.02 csys = 0.16 CPU)
Result: FAIL
Failed 1/1 test programs. 0/1 subtests failed.
Makefile:826: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255