kazeburo / POSIX-strftime-Compiler

Other
5 stars 3 forks source link

tmname1 and tmzone1(CET-1CEST) tests fail #13

Open eserte opened 11 months ago

eserte commented 11 months ago

On my freebsd 15 smokers the test suite fails:

#   Failed test 'tmzone1(CET-1CEST)'
#   at t/02_timezone.t line 26.
#          got: '+0200'
#     expected: '+0100'

#   Failed test 'tmname1(CET-1CEST)'
#   at t/02_timezone.t line 27.
#          got: 'CEST'
#     expected: 'CET'
# Looks like you failed 2 tests of 4.
t/02_timezone.t .. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/4 subtests 

Looking at http://matrix.cpantesters.org/?dist=POSIX-strftime-Compiler%200.45;reports=1 there are more similar fail reports, most of them on linux systems, so this is probably not a freebsd15-specific issue.