ruby 1.8.8p1 (2010-12-27) [powerpc-darwin9.8.0] [pth] (ppc-mac-mini) 810W KB1F0E failed(test-all CommandTimeout) 4failed(test/) rubyspec:73F59E

chkbuild summary recent last

OlderDiff < 20101231T001225Z < ThisDiff > 20101231T235922Z > NewerDiff

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

===================================================================
+++ 20101231T235922Z
@@ 18860 @@
 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
@@ 38671 @@
 
 Finished in <t> seconds
 
+3286 files, 13694 examples, <num> expectations, 73 failures, 59 errors
 exit 1
 failed(rubyspec)
 == end # <time>

===================================================================
--- 20101231T001225Z
@@ 38668 @@
 
 Finished in <t> seconds
 
-3286 files, 13693 examples, <num> expectations, 73 failures, 59 errors
 exit 1
 failed(rubyspec)
 == end # <time>

OlderDiff < 20101231T001225Z < ThisDiff > 20101231T235922Z > NewerDiff


chkbuild summary recent last