COMMIT Add a few quick specs for explicit comparison to MRI's marshal format for Time. http://github.com/rubyspec/rubyspec/commit/15a70376d25c12e73416f4efe5bfc0709a9950e5 =================================================================== +++ 20101023T004156Z @@ 21590 @@ - dumps a Time object to a bytestring - dumps an array with a date as first element - dumps an array with a time as second element +- dumps like MRI's marshaled time format /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//rubyspec/core/time/_load_spec.rb Time#_load - loads a time object in the new format - 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 @@ 38519 @@ Finished in seconds +3286 files, 13679 examples, expectations, 71 failures, 58 errors exit 1 failed(rubyspec) == end #