ruby 1.8.8p1 (2011-01-15) [powerpc-darwin9.8.0] [pth] (ppc-mac-mini) 837W KB1F0E failed(test-all CommandTimeout) 4failed(test/) failed(rubyspec CommandTimeout) 98failed(rubyspec/)

chkbuild summary recent last

OlderDiff < 20110116T024202Z < ThisDiff > 20110117T024808Z > NewerDiff

COMMIT Float#round takes an optional arg
COMMIT Add spec for Hash.each[_pair] yielding to |k,| args.
COMMIT Add specs for Proc#parameters with both styles of anonymous restarg.

===================================================================
+++ 20110117T024808Z
@@ 15154 @@
 Hash#each
 - yields a [[key, value]] Array for each pair to a block expecting |*args|
 - yields the key and value of each pair to a block expecting |key, value|
+- yields the key only to a block expecting |key,| (FAILED - <n>)
 - uses the same order as keys() and values()
 - returns an Enumerator if called on a non-empty hash without a block
 - returns an Enumerator if called on an empty hash without a block
@@ 46332 @@
 Hash#each
 - yields a [[key, value]] Array for each pair to a block expecting |*args|
 - yields the key and value of each pair to a block expecting |key, value|
+- yields the key only to a block expecting |key,| (FAILED - <n>)
 - uses the same order as keys() and values()
 - returns an Enumerator if called on a non-empty hash without a block
 - returns an Enumerator if called on an empty hash without a block
 
 
  <n>)
+Hash#each yields the key only to a block expecting |key,| FAILED
+Expected [:a, :c, :b]
+ to equal [:a, :b, :c]
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/matchers/base.rb:8:in `=='
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/hash/shared/each.rb:19
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/hash/each_spec.rb:4:in `all?'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `each'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `all?'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect'
@@ 46358 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `process'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/hash/each_spec.rb:6
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
@@ 46373 @@
 
 Finished in <t> seconds
 
+1 file, 6 examples, <num> expectations, 1 failure, 0 errors
 exit 1
+failed(rubyspec/core/hash/each_spec.rb)
 == rubyspec/core/hash/each_value_spec.rb # <time>
 + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/bin/ruby rubyspec/core/hash/each_value_spec.rb
 ruby <version>

OlderDiff < 20110116T024202Z < ThisDiff > 20110117T024808Z > NewerDiff


chkbuild summary recent last