ruby 1.8.6 (2010-09-02 patchlevel 420) [powerpc-darwin9.8.0] [1.8.6] (ppc-mac-mini) 1447W 0F1E rubyspec:13F29E

chkbuild summary recent last

OlderDiff < 20101021T231528Z < ThisDiff > 20101023T001343Z > NewerDiff

COMMIT Add a few quick specs for explicit comparison to MRI's marshal format for Time.

===================================================================
+++ 20101023T001343Z
@@ 19014 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6/<buildtime>/rubyspec/core/time/_dump_spec.rb
 Time#_dump
 - dumps an array with a time as second element
+- dumps like MRI's marshaled time format
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6/<buildtime>/rubyspec/core/time/_load_spec.rb
 Time#_load
 - loads a time object in the old UNIX timestamp based format
+- loads MRI's marshaled time format
 
 Time._load
 - needs to be reviewed for spec completeness
@@ 32618 @@
 
 Finished in <t> seconds
 
+3286 files, 12923 examples, <num> expectations, 13 failures, 29 errors
 exit 1
 failed(rubyspec)
 == end # <time>

===================================================================
--- 20101021T231528Z
@@ 32616 @@
 
 Finished in <t> seconds
 
-3286 files, 12921 examples, <num> expectations, 13 failures, 29 errors
 exit 1
 failed(rubyspec)
 == end # <time>
    

OlderDiff < 20101021T231528Z < ThisDiff > 20101023T001343Z > NewerDiff


chkbuild summary recent last