COMMIT Add initial version of Kernel#instance_variables spec http://github.com/rubyspec/rubyspec/commit/d485b7e8297c16dbcefb517e5507c711dd112454 COMMIT Tweaks to GzipReader#rewind specs. http://github.com/rubyspec/rubyspec/commit/912bb5930493c3ae89649f7e703658cbcb727e3a COMMIT Added GzipReader#each_byte specs http://github.com/rubyspec/rubyspec/commit/15b83805f7be8645d63217365a42c9b9c5e844d4 COMMIT Fixed File#path specs. http://github.com/rubyspec/rubyspec/commit/b1bd82e681dac3a6bda8c929d707059f02940776 COMMIT Revert "Quarantine some specs failing for MRI on OS X" http://github.com/rubyspec/rubyspec/commit/ff2e8cc211b0b1b62ea307d5520b76b821511c8d COMMIT New specs for GzipReader#getc http://github.com/rubyspec/rubyspec/commit/b3c21b7939448f8d53cdea7f7dd68c53269bee55 COMMIT new: Zlib::GzipReader: re-read data after rewind http://github.com/rubyspec/rubyspec/commit/30d6e6788e0e854ad99a95c9560401c816e7ff0f COMMIT Unify two 'describe "Marshal.dump"' blocks. http://github.com/rubyspec/rubyspec/commit/3698b4c94a2c7ee94d3ef9b7a0006f9e6f396305 --- 20091230T075840 +++ 20091231T074615 @@ -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 -リビジョン: 26197 +リビジョン: 26211 ノード種別: ディレクトリ 準備中の処理: 特になし 最終変更者: yugui @@ -17927,12 +17927,14 @@ /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/dir/chdir_spec.rb Dir.chdir - defaults to $HOME with no arguments +- changes to the specified directory - returns 0 when successfully changing directory - calls #to_str on the argument if it's not a String - calls #to_path on the argument if it's not a String - prefers #to_str over #to_path - returns the value of the block when a block is given - defaults to the home directory when given a block but no argument +- changes to the specified directory for the duration of the block - raises a SystemCallError if the directory does not exist - raises a SystemCallError if the original directory no longer exists - always returns to the original directory when given a block @@ -19958,6 +19960,9 @@ - needs to be reviewed for spec completeness /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/file/path_spec.rb +File#path +- returns the pathname used to create file as a string + File.path - returns the full path for the given file @@ -23294,8 +23299,13 @@ - accepts as instance variable name any instance of a class that responds to to_str /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/kernel/instance_variables_spec.rb -Kernel#instance_variables -- needs to be reviewed for spec completeness +Kernel#instance_variables immediate values +- returns an empty array if no instance variables are defined +- returns the correct array if an instance variable is added (FAILED - ) + +Kernel#instance_variables regular objects +- returns an empty array if no instance variables are defined +- returns the correct array if an instance variable is added (FAILED - ) /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/kernel/is_a_spec.rb Kernel#is_a? @@ -23900,8 +23910,6 @@ - dumps a struct having ivar - dumps a struct having fields - dumps an extended_struct having fields with same objects (FAILED - ) - -Marshal.dump - dumps a nil - dumps a 1..2 - dumps a 1...2 @@ -30529,12 +30537,14 @@ /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/dir/chdir_spec.rb Dir.chdir - defaults to $HOME with no arguments +- changes to the specified directory - returns 0 when successfully changing directory - calls #to_str on the argument if it's not a String - calls #to_path on the argument if it's not a String - prefers #to_str over #to_path - returns the value of the block when a block is given - defaults to the home directory when given a block but no argument +- changes to the specified directory for the duration of the block - raises a SystemCallError if the directory does not exist - raises a SystemCallError if the original directory no longer exists - always returns to the original directory when given a block @@ -30542,7 +30552,7 @@ Finished in seconds -1 file, 10 examples, 13 expectations, 0 failures, 0 errors +1 file, 12 examples, 16 expectations, 0 failures, 0 errors == rubyspec/core/dir/chroot_spec.rb #