ruby 1.8.6 (2010-09-02 patchlevel 420) [x86_64-linux] [1.8.6,pth] (duet) 2918W failed(test-all CommandTimeout) failed(test/xmlrpc CommandTimeout) failed(test/) failed(rubyspec CommandTimeout) 36failed(rubyspec/) failed(rubyspec/core/thread/alive_spec.rb CommandTimeout) failed(rubyspec/core/thread/inspect_spec.rb CommandTimeout) failed(rubyspec/core/thread/raise_spec.rb CommandTimeout) failed(rubyspec/core/thread/run_spec.rb CommandTimeout) failed(rubyspec/core/thread/status_spec.rb CommandTimeout) failed(rubyspec/core/thread/stop_spec.rb CommandTimeout) failed(rubyspec/core/thread/wakeup_spec.rb CommandTimeout)

chkbuild summary recent last

OlderDiff < 20101231T015442Z < ThisDiff > 20110101T012242Z > NewerDiff

COMMIT Add spec for Proc subclass that does not 'super' in 'initialize' (JRUBY-5261)

===================================================================
+++ 20110101T012242Z
@@ 20243 @@
 Proc.new with an associated block called on a subclass of Proc using a reified block parameter
 - returns an instance of the subclass
 
+Proc.new with an associated block called on a subclass of Proc that does not 'super' in 'initialize'
+- still constructs a functional proc
 
 Proc.new without a block
 - raises an ArgumentError
@@ 42076 @@
 Proc.new with an associated block called on a subclass of Proc using a reified block parameter
 - returns an instance of the subclass
 
+Proc.new with an associated block called on a subclass of Proc that does not 'super' in 'initialize'
+- still constructs a functional proc
 
 Proc.new without a block
 - raises an ArgumentError

OlderDiff < 20101231T015442Z < ThisDiff > 20110101T012242Z > NewerDiff


chkbuild summary recent last