COMMIT Fixed location of Hash#eql/#== spec for key comparison order. http://github.com/rubyspec/rubyspec/commit/a5abafc7fa4c197940da6c1c881fcd9cc4fc51fa COMMIT Minor fix of ftools specs (they need major help still). Fixes #166. http://github.com/rubyspec/rubyspec/commit/cf7b0459ce6f7b6ee748c0ef576dc87d6bc219ef COMMIT Add specs for pipe invocations in IO class methods http://github.com/rubyspec/rubyspec/commit/df964ce6fcad5ffd1f40e42345f3c41166f4de93 COMMIT Add specs for edges of Fixnum#** and Bignum#** http://github.com/rubyspec/rubyspec/commit/0648d376942fe81b7e0609e260db10c11af7a932 COMMIT Add some specs for File::basename http://github.com/rubyspec/rubyspec/commit/3b24194ba94ac59f6209395fde732687ea733b1b COMMIT Clarify specs between Hash#== and Hash#eql? http://github.com/rubyspec/rubyspec/commit/9a059121e729d801e6c5b2201b4d95fd0698f3fc COMMIT Clarify specs on defined?/const_missing http://github.com/rubyspec/rubyspec/commit/6e3cfe5b277ead3565b833b285bfa8f277c23fe0 COMMIT Add spec for #const_missing raising NameError http://github.com/rubyspec/rubyspec/commit/e41a9e1e9a272be14f74ecf2fc14fbcfb00d0a45 COMMIT Add spec for #define_method/#method_added http://github.com/rubyspec/rubyspec/commit/04146d889b6f70e5287f1d6798602e4b2469a437 COMMIT Add spec for value comparison order in Hash#== http://github.com/rubyspec/rubyspec/commit/f2ae5fc89af6702654f1117f54ca13106baecae5 COMMIT Remove deviates_on for Array#reject and subclasses http://github.com/rubyspec/rubyspec/commit/6ac88e91951c92c1efa297330914c1221a4f93cc =================================================================== +++ 20100330T075407 @@ 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 +リビジョン: 27098 ノード種別: ディレクトリ 準備中の処理: 特になし 最終変更者: yugui @@ 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_tmp20100330-10376-14djsbm/ruby_script_tmp.10376:: warning: global variable `$zzz' not initialized s: . TestTCPSocket#test_encoding: s: . TestTCPSocket#test_recvfrom: s: . @@ 22980 @@ Bignum#** - returns self raised to other power - raises a TypeError when given a non-Integer +- switch to a Float when the values is too big - returns a complex number when negative and raised to a fractional power (FAILED - ) /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/bignum/fdiv_spec.rb @@ 27002 @@ Bignum#** - returns self raised to other power - raises a TypeError when given a non-Integer +- switch to a Float when the values is too big - returns a complex number when negative and raised to a fractional power (FAILED - ) ) Bignum#** returns a complex number when negative and raised to a fractional power FAILED Expected 1048576+1816186.90759734i to be within +/- 3.0e-05 of NaN +/home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/bignum/exponent_spec.rb:27:in `block (3 levels) in ' /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/bignum/exponent_spec.rb:3:in `' Finished in seconds +1 file, 4 examples, 8 expectations, 1 failure, 0 errors exit 1 failed(rubyspec/core/bignum/exponent_spec.rb) == rubyspec/core/bignum/fdiv_spec.rb #