COMMIT [Rubyspec #198]: Fix wrong variable name in Kernel#open spec. http://github.com/rubyspec/rubyspec/commit/e023da9147f58ac9d533c957fab826b704c6bf66 COMMIT [Rubyspec #199]: New spec for Array#rotate and #rotate! (from 1.9.2) http://github.com/rubyspec/rubyspec/commit/e4a6493076366efca58c962d82b4148285bdb646 --- 20100128T080154 +++ 20100129T080259 @@ -1,19 +1,19 @@ URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1 リポジトリのルート: http://svn.ruby-lang.org/repos/ruby リポジトリ UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e -リビジョン: 26457 +リビジョン: 26462 ノード種別: ディレクトリ 準備中の処理: 特になし 最終変更者: yugui @@ -19908,7 +19908,7 @@ /home/chkbuild/tmp/build/ruby-1.9.1//ruby/ext/socket/extconf.rb:105: warning: ambiguous first argument; put parentheses or even spaces /home/chkbuild/tmp/build/ruby-1.9.1//ruby/ext/json/lib/json/editor.rb:237: warning: shadowing outer local variable - item s: . -TestSystem#test_system: /home/chkbuild/tmp/build/ruby-1.9.1//tmp/ruby_script_tmp20100128-8244-14djsbm/ruby_script_tmp.8244:4: warning: global variable `$zzz' not initialized +TestSystem#test_system: /home/chkbuild/tmp/build/ruby-1.9.1//tmp/ruby_script_tmp20100129-23353-14djsbm/ruby_script_tmp.23353:4: warning: global variable `$zzz' not initialized s: . TestTCPSocket#test_encoding: s: . TestTCPSocket#test_recvfrom: s: . @@ -20671,7 +20671,7 @@ <["0"]> expected but was <["2"]>. -6016 tests, 2839690 assertions, 7 failures, 7 errors, 0 skips +6016 tests, 2839691 assertions, 7 failures, 7 errors, 0 skips make: *** [test-all] エラー 1 exit 2 failed(test-all) @@ -22436,6 +22436,7 @@ - accepts a block instead of an argument - ignore the block if there is an argument +/home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/array/rotate_spec.rb /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/array/sample_spec.rb Array#sample - selects a random value from the array @@ -25724,6 +25725,15 @@ Finished in seconds 1 file, 8 examples, 13 expectations, 0 failures, 0 errors +== rubyspec/core/array/rotate_spec.rb #