OlderDiff < 20110120T202240Z < ThisDiff > 20110121T202532Z > NewerDiff
COMMIT Add a spec for BasicObject subclasses that include Kernel (from JRUBY-4871) COMMIT Dir.glob uses #to_path when the receiver responds to it. Closes #36. =================================================================== +++ 20110121T202532Z @@ 22971 @@ - publically /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/basicobject/basic_object_subclass_spec.rb +BasicObject's subclasses +- contain only private methods from BasicObject +- contain only protected methods from BasicObject +- contain only public methods from BasicObject +- can mix in Kernel and Kernel's methods work properly /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/basicobject/equal_spec.rb BasicObject#equal? @@ 23777 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/dir/element_reference_spec.rb Dir.[] +- calls #to_path to convert patterns +- splits the string on \0 if there is only one string given - matches non-dotfiles with '*' - returns empty array when empty pattern provided - matches regexp special + @@ 23866 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/dir/glob_spec.rb Dir.glob +- calls #to_path to convert patterns +- splits the string on \0 if there is only one string given - matches non-dotfiles with '*' - returns empty array when empty pattern provided - matches regexp special + @@ 49697 @@ <n>) UNIXSocket#recv_io takes an optional mode to use ERROR +NoMethodError: undefined method `mode' for #<File:fd 22> /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/unixsocket/recv_io_spec.rb:48:in `block (3 levels) in <top (required)>' /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/unixsocket/recv_io_spec.rb:4:in `<top (required)>' @@ 49727 @@ Finished in <t> seconds +3328 files, 17029 examples, <num> expectations, 15 failures, 5 errors exit 1 failed(rubyspec) == end # <time> =================================================================== --- 20110120T202240Z @@ 22972 @@ - publically /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/basicobject/basic_object_subclass_spec.rb -BasicObject's subclasses behave - privately - protectedly - publically @@ 23777 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/dir/element_reference_spec.rb Dir.[] -- converts patterns with to_str -- splits the string on [00] if there is only one string given - matches non-dotfiles with '*' - returns empty array when empty pattern provided - matches regexp special + @@ 23866 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/dir/glob_spec.rb Dir.glob -- converts patterns with to_str -- splits the string on [00] if there is only one string given - matches non-dotfiles with '*' - returns empty array when empty pattern provided - matches regexp special + @@ 49697 @@ <n>) UNIXSocket#recv_io takes an optional mode to use ERROR -NoMethodError: undefined method `mode' for #<File:fd 16> /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/unixsocket/recv_io_spec.rb:48:in `block (3 levels) in <top (required)>' /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/unixsocket/recv_io_spec.rb:4:in `<top (required)>' @@ 49727 @@ Finished in <t> seconds -3328 files, 17028 examples, <num> expectations, 15 failures, 5 errors exit 1 failed(rubyspec) == end # <time>
OlderDiff < 20110120T202240Z < ThisDiff > 20110121T202532Z > NewerDiff