Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DateTime-Format-Strptime CPAN distribution.

Report information
The Basics
Id: 22450
Status: resolved
Priority: 0/
Queue: DateTime-Format-Strptime

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.0700
Fixed in: (no value)



Subject: locale test failing with bleadperl
I saw this on bleadperl Output from '/usr/bin/make test' (but I lost a character on copy&paste that I replaced with a '?'): make[1]: Entering directory `/home/k/.cpan/build/DateTime-Format-Strptime-1.0700' PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/perl/pD25DC6/perl-5.8.0@29078/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/001_load...............ok t/002_dates..............ok t/003_every..............ok t/004_locale_defaults....ok t/005_croak..............ok t/006_locales............# [D? is not a recognised day in this locale. at t/006_locales.t line 27 # ] # Failed test 'Parsed with Day Name' # at t/006_locales.t line 30. Can't call method "strftime" on an undefined value at t/006_locales.t line 32. # Looks like you planned 252 tests but only ran 23. # Looks like you failed 1 test of 23 run. # Looks like your test died just after 23. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 23-252 Failed 230/252 tests, 8.73% okay t/007_edge...............ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/006_locales.t 255 65280 252 459 23-252 Failed 1/7 test scripts. 230/373 subtests failed. Files=7, Tests=373, 6 wallclock secs ( 3.34 cusr + 0.14 csys = 3.48 CPU) Failed 1/7 test programs. 230/373 subtests failed. Any advice welcome how this should be debugged.
Is it still failing? If so, you can turn diagnostics on for any use-case by adding 'diagnostic => 1' to the constructor. Either do this in the test/*.t files and put up with a LOT of output, or isolate the test(s) that fail and just run those with the diagnostics turned on. If the problem still exists, please create a new ticket at the google-code project: http://code.google.com/p/datetime-format-strptime/ including relevent tests and the result of turning on diagnostic for them. In future, please log bugs in the google-code project: http://code.google.com/p/datetime-format-strptime/