COMMIT This is bigdecimal's bug, not date's. http://github.com/rubyspec/rubyspec/commit/46f643b17d13c3d520f53664f4591f45b30b05bf COMMIT Follow 1.9.3's ext/date. http://github.com/rubyspec/rubyspec/commit/0396550bdcaa46ae4f8ea3fd9a564c4741ee7fb8 COMMIT Add continue_timeout to StringIO for MRI r31860. http://github.com/rubyspec/rubyspec/commit/3d239f10c3bf9fbb595a81cac199a84e59e42d88 =================================================================== +++ 20110606T104847Z @@ 60321 @@ - creates a date with arguments - doesn't create dates for invalid arguments - creats a Date for different calendar reform dates +- choose an arbitrary reform date Date#valid_civil? - should be able to determine if a date is valid @@ 61215 @@ - creates a date with arguments - doesn't create dates for invalid arguments - creats a Date for different calendar reform dates +- choose an arbitrary reform date Date.new - needs to be reviewed for spec completeness =================================================================== --- 20110605T090142Z @@ 60221 @@ - creates a date with arguments - doesn't create dates for invalid arguments - creats a Date for different calendar reform dates -- doesn't blow up (illegal instruction and segfault, respectively) when fed huge numbers (FAILED - ) Date#valid_civil? - should be able to determine if a date is valid @@ 60232 @@ ) -Date#civil doesn't blow up (illegal instruction and segfault, respectively) when fed huge numbers FAILED -Expected FloatDomainError but got NoMemoryError (failed to allocate memory) /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth//mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth//mspec/lib/mspec/expectations/should.rb:8:in `should' -/var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth//rubyspec/library/date/shared/civil.rb:72 -/var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth//rubyspec/library/date/shared/civil.rb:71:in `each' -/var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth//rubyspec/library/date/shared/civil.rb:71 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth//mspec/lib/mspec/runner/mspec.rb:68:in `protect' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth//mspec/lib/mspec/runner/context.rb:179:in `protect' -/var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth//lib/ruby/1.8/date.rb:727:in `all?' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth//mspec/lib/mspec/runner/context.rb:179:in `each' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth//mspec/lib/mspec/runner/context.rb:179:in `all?' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth//mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 60251 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth//mspec/lib/mspec/runner/context.rb:199:in `process' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth//mspec/lib/mspec/runner/mspec.rb:37:in `describe' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth//mspec/lib/mspec/runner/object.rb:11:in `describe' -/var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth//rubyspec/library/date/civil_spec.rb:5 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth//mspec/lib/mspec/runner/mspec.rb:56:in `load' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth//mspec/lib/mspec/runner/mspec.rb:56:in `files' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 60268 @@ 1 file, 7 examples, expectations, 1 failure, 0 errors exit 1 -failed(rubyspec/library/date/civil_spec.rb) == rubyspec/library/date/civil_to_jd_spec.rb #