Skip Menu |

This queue is for tickets about the Form-Sensible CPAN distribution.

Report information
The Basics
Id: 92845
Status: new
Priority: 0/
Queue: Form-Sensible

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

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



Subject: t/fields/datetime.t fails test.

Looking at the matrix, seems Form-Sensible has been failing tests since May 2012

http://matrix.cpantesters.org/?dist=Form-Sensible%200.20023;reports=1#sl=7,1

This is a seperate bug from the Class::MOP one ( #90917  ), and pre-dates it by a bit.

Though I can confirm the Class::MOP patches fixes /that/ specific issue, this issue below is still left after application.

Though I went through and installed a bunch of old datetime modules to see if I could find out what the cause was, but no obvious cause has surfaced :(
 

#   Failed test 'valid datetime values are considered valid'
#   at t/fields/datetime.t line 88.

#   Failed test 'now start year is valid yearly recurrence'
#   at t/fields/datetime.t line 145.

#   Failed test 'end year is valid yearly recurrence'
#   at t/fields/datetime.t line 145.

#   Failed test 'a year is valid yearly recurrence'
#   at t/fields/datetime.t line 145.

#   Failed test 'first month is valid yearly recurrence'
#   at t/fields/datetime.t line 145.

#   Failed test 'datetime parses year'
#   at t/fields/datetime.t line 145.

#   Failed test 'end month valid monthly recurrence'
#   at t/fields/datetime.t line 189.

#   Failed test 'a month is valid monthly recurrence'
#   at t/fields/datetime.t line 189.

#   Failed test 'datetime parses month and year'
#   at t/fields/datetime.t line 189.

#   Failed test 'end day valid daily recurrence'
#   at t/fields/datetime.t line 236.

#   Failed test 'a day is valid day recurrence'
#   at t/fields/datetime.t line 236.

#   Failed test 'datetime parses date'
#   at t/fields/datetime.t line 236.

#   Failed test 'datetime parses relative date'
#   at t/fields/datetime.t line 236.

#   Failed test '[string: daily] end day valid daily recurrence'
#   at t/fields/datetime.t line 263.

#   Failed test '[string: daily] a day is valid day recurrence'
#   at t/fields/datetime.t line 263.
# Looks like you failed 15 tests of 33.