COMMIT Move Errno::EAGAIN spec to exception/errno_spec.rb http://github.com/rubyspec/rubyspec/commit/3305d64882182ab9f55bd7fe3700133b622bf5e8 COMMIT Add a spec to confirm that Errno::EAGAIN is used for EWOULDBLOCK when appropriate http://github.com/rubyspec/rubyspec/commit/d462f900e0bcdc1c2f03301735629295a72daabe COMMIT Complex(1,0).real? varies depending on whether mathn is loaded or not http://github.com/rubyspec/rubyspec/commit/49726941f97ecfd871fcc86ae0a8041e57c21cf5 COMMIT zlib's deflated results may vary depending on zlib version http://github.com/rubyspec/rubyspec/commit/dd4a786e55fd0ad473f0a2d25a528643cdb016c0 COMMIT Use SIGHUP instead of SIGINFO and trap the signal. http://github.com/rubyspec/rubyspec/commit/b90c967d0ad1f806a61c585edde39680d1915776 COMMIT Kernel#rand uses to_int instead of to_i in 1.9 http://github.com/rubyspec/rubyspec/commit/af32fd91cf02a8297ed5a8daeef0a0f497193821 COMMIT Class#public_methods(false) does not return :allocate, :new, :superclass http://github.com/rubyspec/rubyspec/commit/67cb6f012744e2350ec4e48b394c605ac2b01735 =================================================================== +++ 20100427T092055 @@ 12 @@ URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8 リポジトリのルート: http://svn.ruby-lang.org/repos/ruby リポジトリ UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e +リビジョン: 27506 ノード種別: ディレクトリ 準備中の処理: 特になし 最終変更者: shugo @@ 10235 @@ SystemCallError#errno - needs to be reviewed for spec completeness +Errno::EAGAIN +- is the same class as Errno::EWOULDBLOCK if they represent the same errno value /home/chkbuild/tmp/build/ruby-1.8//rubyspec/core/exception/error_bytes_spec.rb /home/chkbuild/tmp/build/ruby-1.8//rubyspec/core/exception/error_char_spec.rb @@ 16508 @@ - raises an ArgumentError for unknown signals - doesn't accept lowercase signal names - doesn't tolerate leading or trailing spaces in signal names +- accepts symbols as signal names - tests for the existence of a process without sending a signal - raises an EPERM if permission is denied @@ 36246 @@ Finished in seconds +3156 files, 12645 examples, expectations, 89 failures, 90 errors exit 1 failed(rubyspec) == end #