COMMIT Add boundary case to Fixnum#>> http://github.com/rubyspec/rubyspec/commit/947488c63b0feafd464785be34db08a1ce5a8907 COMMIT Remove spec for deprecated method http://github.com/rubyspec/rubyspec/commit/f81e291445c74410e30fbbe5e0f6c79c42977791 COMMIT Add missing boundary spec for Fixnum#div http://github.com/rubyspec/rubyspec/commit/2fed7384a6ea20a5860ed7c22b6d44083a9502f6 COMMIT Quiet GetoptLong specs properly http://github.com/rubyspec/rubyspec/commit/1a7caac34a0376bb0ea7479c10bcaf92e4136bd9 COMMIT Added ruby_version_is guard. See below. http://github.com/rubyspec/rubyspec/commit/150e54a89b84e19ba497650150b560ff5967ad5a COMMIT Fixed trailing whitespace. http://github.com/rubyspec/rubyspec/commit/04a2a14b5148e9122ea850b81cf9c03228e3eea2 COMMIT Fixed Kernel#taint spec which was wrong and NOOP among other things. http://github.com/rubyspec/rubyspec/commit/6d205267cf33d784b73446fc6639eb4a718dd52b --- 20091006T075415 +++ 20091007T075738 @@ -1,20691 +1,20692 @@ /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/fixnum/divide_spec.rb Fixnum#/ - returns self divided by the given argument +- supports dividing negative numbers - raises a ZeroDivisionError if the given argument is zero and not a Float - does NOT raise ZeroDivisionError if the given argument is zero and is a Float - coerces fixnum and return self divided by other @@ -20796,6 +20797,7 @@ - tries to convert it's argument to an Integer using to_int - raises a TypeError when the given argument can't be converted to Integer - does not raise RangeError when the given argument is out of range of Fixnum +- wraps to 0 when shifting all bits off /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/fixnum/size_spec.rb Fixnum#size