ruby 1.8.8p1 (2011-01-19) [x86_64-linux] (duet) 500W KB1F0E 3F0E failed(rubyspec CommandTimeout) 89failed(rubyspec/) failed(rubyspec/library/net/ftp/abort_spec.rb CommandTimeout) failed(rubyspec/library/net/ftp/status_spec.rb CommandTimeout)

chkbuild summary recent last

OlderDiff < 20110119T234231Z < ThisDiff > 20110121T001300Z > NewerDiff

COMMIT Add spec for defined?(super) when the superclass is a module. From JRUBY-5391.
COMMIT In 1.9, Time#local (and friends) set usec.
COMMIT new Kernel#method spec: will see an alias of the original method as == when in a derived class
COMMIT Add a spec for BasicObject subclasses that include Kernel (from JRUBY-4871)

===================================================================
+++ 20110121T001300Z
@@ 15630 @@
 - changes the method called for super on a target aliased method
 - can be called on a private method
 - raises a NameError when called on a protected method
+- will see an alias of the original method as == when in a derived class
 - can call methods created with define_method
 
 /home/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/core/kernel/methods_spec.rb
@@ 22539 @@
 - returns 'super' from a block when a superclass method exists
 - returns 'super' from a #define_method when a superclass method exists
 - returns 'super' from a block in a #define_method when a superclass method exists
+- returns 'super' when the method exists in a supermodule
 
 The defined? keyword for super for a method taking arguments
 - returns nil when no superclass method exists
@@ 44649 @@
 - changes the method called for super on a target aliased method
 - can be called on a private method
 - raises a NameError when called on a protected method
+- will see an alias of the original method as == when in a derived class
 - can call methods created with define_method
 
 
@@ 58664 @@
 - returns 'super' from a block when a superclass method exists
 - returns 'super' from a #define_method when a superclass method exists
 - returns 'super' from a block in a #define_method when a superclass method exists
+- returns 'super' when the method exists in a supermodule
 
 The defined? keyword for super for a method taking arguments
 - returns nil when no superclass method exists
@@ 58682 @@
 
 Finished in <t> seconds
 
+1 file, 218 examples, <num> expectations, 0 failures, 0 errors
 == rubyspec/language/eigenclass_spec.rb # <time>
 + bin/ruby mspec/bin/mspec -V -f s -B /home/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/ruby.1.8.mspec -t /home/chkbuild/tmp/build/ruby-1.8/<buildtime>/bin/ruby rubyspec/language/eigenclass_spec.rb
 ruby <version>

===================================================================
--- 20110119T234231Z
@@ 58678 @@
 
 Finished in <t> seconds
 
-1 file, 217 examples, <num> expectations, 0 failures, 0 errors
 == rubyspec/language/eigenclass_spec.rb # <time>
 + bin/ruby mspec/bin/mspec -V -f s -B /home/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/ruby.1.8.mspec -t /home/chkbuild/tmp/build/ruby-1.8/<buildtime>/bin/ruby rubyspec/language/eigenclass_spec.rb
 ruby <version>

OlderDiff < 20110119T234231Z < ThisDiff > 20110121T001300Z > NewerDiff


chkbuild summary recent last