Subject: | t/Time-LST.t started to fail |
t/Time-LST.t fails on my smoker systems. Test log looks either like
...
PERL_DL_NONLAZY=1 "/opt/perl-5.28.2/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Time::LST::ymdhms2lst: Need an array reference of datetime (6 values) to calculate LST at t/Time-LST.t line 15.
# Looks like your test exited with 255 just after 1.
t/Time-LST.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/5 subtests
...
or sometimes it looks different:
...
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
# Failed test 'datetime2lst'
# at t/Time-LST.t line 17.
# Failed test 'ymdhms2lst'
# at t/Time-LST.t line 22.
# Looks like you failed 2 tests of 5.
t/Time-LST.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/5 subtests
...