Subject: | Test suite fails for almost all TZ settings |
This works:
$ env TZ=Europe/London ./Build test
...
Result: PASS
This fails:
$ env TZ=Europe/Berlin ./Build test
...
t/06timestamp.t .... 1/?
# Failed test 'Display after tab->append_line with timestamp'
# at t/06timestamp.t line 32.
# Display differs on line 0 at column 0
# Got: '[22:33:09] First line'
# Expected: '[21:33:09] First line'
# Failed test 'Display after tab->append_line with formatted timestamp'
# at t/06timestamp.t line 56.
# Display differs on line 0 at column 1
# Got: '22'
# Expected: '21'
# Failed test 'Display after tab->append_line with datestamp'
# at t/06timestamp.t line 85.
# Display differs on line 1 at column 0
# Got: '[22:33] First line'
# Expected: '[21:33] First line'
# Failed test 'Display after tab->append_line with datestamp'
# at t/06timestamp.t line 118.
# Display differs on line 1 at column 0
# Got: '[15:41] Third line'
# Expected: '[14:41] Third line'
# Looks like you failed 4 tests of 4.
t/06timestamp.t .... Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/4 subtests
t/99pod.t .......... ok
Test Summary Report
-------------------
t/06timestamp.t (Wstat: 1024 Tests: 4 Failed: 4)
Failed tests: 1-4
Non-zero exit status: 4
Files=8, Tests=51, 1 wallclock secs ( 0.04 usr 0.05 sys + 0.62 cusr 0.15 csys = 0.86 CPU)
Result: FAIL
Failed 1/8 test programs. 4/51 subtests failed.
(And it seems that any other non-UTC timezone setting fails)