COMMIT Reverts c0445b42d. Use the correct version guards http://github.com/rubyspec/rubyspec/commit/9bd4d15191d1ef55a16e6663d7cc4fb3427a2229 COMMIT Fixes for 77a22a8. http://github.com/rubyspec/rubyspec/commit/dce818522bf12edce0b8f492f677bee039ad75e3 COMMIT [RubySpec #220]: Added missing Digest.hexencode spec. http://github.com/rubyspec/rubyspec/commit/77a22a86db57646fc5b8fedc7be1dba8d1fe8479 =================================================================== +++ 20100413T080139 @@ 12 @@ 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 +リビジョン: 27325 ノード種別: ディレクトリ 準備中の処理: 特になし 最終変更者: yugui @@ 9946 @@ s: . OpenSSL::TestSSL#test_sslctx_set_params: /home/chkbuild/tmp/build/ruby-1.9.1//ruby/.ext/common/openssl/ssl.rb:: warning: using default DH parameters. s: . +OpenSSL::TestSSL#test_starttls: /home/chkbuild/tmp/build/ruby-1.9.1//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /home/chkbuild/tmp/build/ruby-1.9.1//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /home/chkbuild/tmp/build/ruby-1.9.1//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /home/chkbuild/tmp/build/ruby-1.9.1//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. @@ 19946 @@ /home/chkbuild/tmp/build/ruby-1.9.1//ruby/ext/socket/extconf.rb:: warning: ambiguous first argument; put parentheses or even spaces /home/chkbuild/tmp/build/ruby-1.9.1//ruby/ext/json/lib/json/editor.rb:: warning: shadowing outer local variable - item s: . +TestSystem#test_system: /home/chkbuild/tmp/build/ruby-1.9.1//tmp/ruby_script_tmp20100413-7557-14djsbm/ruby_script_tmp.7557:: warning: global variable `$zzz' not initialized s: . TestTCPSocket#test_encoding: s: . TestTCPSocket#test_recvfrom: s: . @@ 19984 @@ TestThread#test_mutex_synchronize: s: . TestThread#test_mutex_trylock: s: . TestThread#test_new: s: . +TestThread#test_priority: s: . TestThread#test_recursive_error: s: . TestThread#test_safe_level: /home/chkbuild/tmp/build/ruby-1.9.1//ruby/test/ruby/test_thread.rb:: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 s: . @@ 20709 @@ /home/chkbuild/tmp/build/ruby-1.9.1//ruby/test/ruby/envutil.rb:105:in `assert_normal_exit' /home/chkbuild/tmp/build/ruby-1.9.1//ruby/test/ruby/test_yield.rb:88:in `test_through_a_method_defined_by_define_method' +6042 tests, assertions, 6 failures, 8 errors, 0 skips make: *** [test-all] エラー 1 exit 2 failed(test-all) @@ 52211 @@ - behaves as if calling Kernel#Integer for %X argument, if it does not respond to #to_ary - doesn't taint the result for %X when argument is tainted - tries to convert the passed argument to an Array using #to_ary +- behaves as if calling Kernel#Float for %e arguments, when the passed argument does not respond to #to_ary - doesn't taint the result for %e when argument is tainted - tries to convert the passed argument to an Array using #to_ary +- behaves as if calling Kernel#Float for %E arguments, when the passed argument does not respond to #to_ary - doesn't taint the result for %E when argument is tainted - tries to convert the passed argument to an Array using #to_ary +- behaves as if calling Kernel#Float for %f arguments, when the passed argument does not respond to #to_ary - doesn't taint the result for %f when argument is tainted - tries to convert the passed argument to an Array using #to_ary +- behaves as if calling Kernel#Float for %g arguments, when the passed argument does not respond to #to_ary - doesn't taint the result for %g when argument is tainted - tries to convert the passed argument to an Array using #to_ary +- behaves as if calling Kernel#Float for %G arguments, when the passed argument does not respond to #to_ary - doesn't taint the result for %G when argument is tainted Finished in seconds +1 file, 90 examples, 557 expectations, 0 failures, 0 errors == rubyspec/core/string/multiply_spec.rb #