ruby 1.8.8p1 (2010-12-27) [x86_64-linux] (duet) 469W KB1F0E 3F0E rubyspec:72F54E

chkbuild summary recent last

OlderDiff < 20101231T002316Z < ThisDiff > 20101231T235156Z > NewerDiff

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

===================================================================
+++ 20101231T235156Z
@@ 17090 @@
 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
@@ 36703 @@
 
 Finished in <t> seconds
 
+3286 files, 13695 examples, <num> expectations, 72 failures, 54 errors
 exit 1
 failed(rubyspec)
 == end # <time>

===================================================================
--- 20101231T002316Z
@@ 36700 @@
 
 Finished in <t> seconds
 
-3286 files, 13694 examples, <num> expectations, 72 failures, 54 errors
 exit 1
 failed(rubyspec)
 == end # <time>

OlderDiff < 20101231T002316Z < ThisDiff > 20101231T235156Z > NewerDiff


chkbuild summary recent last