COMMIT Wrapped Kernel#freeze for immediate values inside the version guards http://github.com/rubyspec/rubyspec/commit/662aad9e64ba7877e6a47fa6eb4588ed689df900 COMMIT Whoops...move non-redundant limit parm specs back into gets_spec.rb instead of versions subdir http://github.com/rubyspec/rubyspec/commit/6f19220901281bddaa88b00635894d9f1dc975cf --- 20091223T080723 +++ 20091224T080028 @@ -1,21827 +1,21829 @@ - accepts a separator - accepts an integer as first parameter to limit the output's size - accepts an integer as second parameter to limit the output's size +- accepts an integer as limit parameter which is smaller than IO size +- accepts an integer as limit parameter which is same as IO size /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/io/initialize_copy_spec.rb IO#initialize_copy @@ -23176,7 +23178,7 @@ Kernel#freeze - prevents self from being further modified - returns the immediate when called on an immediate -- has no effect on immediate values +- freezes immediate values - causes mutative calls to raise RuntimeError /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/kernel/frozen_spec.rb @@ -25680,13 +25682,13 @@ /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/process/abort_spec.rb Process.abort - terminates execution immediately + ----------------------------------------------------- The rubyspec temp directory is not empty. Ensure that all specs are cleaning up temporary files. ----------------------------------------------------- - /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/process/constants_spec.rb Process::Constants - has the correct constant values on Linux