COMMIT Eliminate stdout output during spec runs on Windows. http://github.com/rubyspec/rubyspec/commit/6fbc0bd212a832ff63640089d85051f8b8dc1934 COMMIT Expect RuntimeError instead of TypeError, because that's how 1.8.6-p399 and 1.8.7-p249 expect. http://github.com/rubyspec/rubyspec/commit/2b41a411a6f0471a155567766e35880dda881d1b COMMIT Split specs into two distinct cases, one being the empty block. http://github.com/rubyspec/rubyspec/commit/de70f244c25593181953537a1b75a0af47a51151 =================================================================== +++ 20100524T111106 @@ 12 @@ URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6 リポジトリのルート: http://svn.ruby-lang.org/repos/ruby リポジトリ UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e +リビジョン: 27986 ノード種別: ディレクトリ 準備中の処理: 特になし 最終変更者: wyhaines @@ 20733 @@ - taints self if block's result is tainted - returns nil if no modifications were made - raises a RuntimeError if the string is modified while substituting +- raises a RuntimeError when self is frozen /home/chkbuild/tmp/build/ruby-1.8.6-pth//rubyspec/core/string/succ_spec.rb String#succ @@ 44023 @@ - taints self if block's result is tainted - returns nil if no modifications were made - raises a RuntimeError if the string is modified while substituting +- raises a RuntimeError when self is frozen Finished in seconds +1 file, 44 examples, 135 expectations, 0 failures, 0 errors == rubyspec/core/string/succ_spec.rb #