Subject: | Test units fails on Darwin Kernel Version 19.6.0: Thu Jun 18 20:49:00 PDT 2020; root:xnu-6153.141.1~1/RELEASE_X86_64 x86_64 (MacOS Catalina) |
Test units failed with:
PERL_DL_NONLAZY=1 "/usr/local/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/date_parser.t .. 1/18
# Failed test 'unixtime is working'
# at t/date_parser.t line 15.
# got: 1579756379
# expected: 1295784779
# Failed test 'unixtime is working'
# at t/date_parser.t line 22.
# got: 1295886222
# expected: 1295911422
# Failed test 'cmp before is working'
# at t/date_parser.t line 24.
# got: 1
# expected: -1
# Failed test 'cmp after is working'
# at t/date_parser.t line 25.
# got: -1
# expected: 1
# Failed test 'calc 0 is working'
# at t/date_parser.t line 36.
# got: 1295886222
# expected: 1295911422
# Failed test 'calc -1 is working'
# at t/date_parser.t line 41.
# got: 1
# expected: -1
# Failed test 'calc -1 is working'
# at t/date_parser.t line 42.
# got: -1
# expected: 1
# Failed test 'calc 1 is working'
# at t/date_parser.t line 47.
# got: -1
# expected: 1
# Failed test 'calc 1 is working'
# at t/date_parser.t line 48.
# got: 1
# expected: -1
# Looks like you failed 9 tests of 18.
t/date_parser.t .. Dubious, test returned 9 (wstat 2304, 0x900)
Failed 9/18 subtests
Test Summary Report
-------------------
t/date_parser.t (Wstat: 2304 Tests: 18 Failed: 9)
Failed tests: 5, 7-9, 12, 14-15, 17-18
Non-zero exit status: 9
Files=1, Tests=18, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.04 cusr 0.04 csys = 0.10 CPU)
Result: FAIL
Failed 1/1 test programs. 9/18 subtests failed.
make: *** [test_dynamic] Error 9